Updated Chat commands (markdown)

Ayush Saini 2023-05-06 02:00:55 +05:30
parent 2033cdb859
commit accf783e2b

@ -28,7 +28,7 @@ Lets checkout each command in all 4 categories.
* **/mute** : syntax /mute < /client-id> , use just /mute to mute complete server, or use /mute 113 to mute particular player.
### Role management system:
Role management helps you manage authorization, which enables you to specify the resources that users in your server are allowed to access. It lets you treat groups of users as a unit by assigning users to roles such as manager, admin, moderator, vip, and so on.
Role management helps you manage authorization, which enables you to specify the resources that users in your server are allowed to access. It let you treat groups of users as a unit by assigning users to roles such as manager, admin, moderator, vip, and so on.
* **/createrole** : syntax /createrole <role-name> , use this command to create new role. Example /createrole manager.
* **/addrole** : syntax /addrole <role-name> <client-id>. Example /addrole manager 113, to assign a manager role to client 113.
* **/removerole** : synatx /removerole <role-name> <client-id>. Use this this command to remove role from player. Example /removerole manager 113.