mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
Updated Chat commands (markdown)
parent
2033cdb859
commit
accf783e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue