Permissions
We use built-in ACE permissions to handle player access to certain parts of the script.
You can find the settings in permissions.lua
Groups
The ['group.admin']
is the name of the group you want to set it to.
The permissions inside that group are the permissions that the group will be allowed to use.
The builtin.everyone
group is for everyone.
Permissions types
Permissions.RESET_PLAYERS_STATS
- Can reset player's stats (keep only for higher roles as this will completely reset all statistics and achievements of a player)Permissions.OPEN_CONTROL
- Can open control panel to see all stat typesPermissions.TOGGLE_STAT_TYPE
- Can turn on and off stat typesPermissions.SEE_OTHER_PLAYER_STATS
- Can see other player statsPermissions.SEE_SERVER_STATS
- Can see server statsPermissions.OPEN_UI
- Can open the UI, everyone should have this one
Last updated