Permissions
ACE Permissions
To utilize ACE permissions, you need to set Config.PermissionType to 'ace'. Then, in your server.cfg, include the following command:
add_ace <principal_identifier> <ace_string> <allow|deny>For example, you might use:
add_ace group.admin chat_command allow
Next, make sure that 'chat_command' is added to allowed_groups as follows:
Last updated