📝Setting Permissions

GitBook tip: your product docs aren't just a reference of all your features, use them to encourage folks to perform certain actions and discover the value in your product.

Permission Levels

There is only one type of permission on menu.

Role
Capabilities

Administrator

Able to use every command in

How to set a member as admin?

There are two ways to set a member as admin:

  • Adding players identifier to Admins section on config/serverconfig.lua according to your setted IdentifierType. (If you set IdentifierType as steam so you have to add player identifier as steam hex.)

  • You can edit the IsAdmin function in server/shared.lua according to your framework's admin check.

Last updated