From 295ff72befd40da6ade32d69271617ad2addb02e Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 15:48:51 +0100 Subject: [PATCH] Update Group Command --- Group-Command.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Group-Command.md b/Group-Command.md index 044fa70..7a6759b 100644 --- a/Group-Command.md +++ b/Group-Command.md @@ -5,4 +5,6 @@ Group command allows to modify player group.\ Running `:group set playerId groupId` will try to set group of player idendified by `playerId` to group `groupId`.\ -Running `:group clear playerId` will clear group of player idendified by `playerId` if user had any group. \ No newline at end of file +Running `:group clear playerId` will clear group of player idendified by `playerId` if user had any group. + +For information on how to create group please check [Permission System](./Permission-System). \ No newline at end of file