Update Group Command
parent
00ce3b5d2f
commit
295ff72bef
1 changed files with 3 additions and 1 deletions
|
@ -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).
|
Loading…
Reference in a new issue