Update Group Command

pietru 2025-02-27 15:48:51 +01:00
parent 00ce3b5d2f
commit 295ff72bef

@ -6,3 +6,5 @@
Group command allows to modify player group.\ 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 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. 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).