From 880a63b548481439174b1ac82abd9613a48af55e Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 15:44:34 +0100 Subject: [PATCH] Add Group Command --- Group-Command.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Group-Command.md diff --git a/Group-Command.md b/Group-Command.md new file mode 100644 index 0000000..12360fb --- /dev/null +++ b/Group-Command.md @@ -0,0 +1,8 @@ +[Return](./Chat-Commands) +
+ +## Group Command + +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