Added Roles

This commit is contained in:
Cooldude2606
2019-04-09 18:54:39 +01:00
parent e9a4382277
commit f442605866
4 changed files with 430 additions and 1 deletions

View File

@@ -26,4 +26,5 @@ return {
'config.command_auth_admin', -- commands tagged with admin_only are blocked for non admins
'config.command_auth_runtime_disable', -- allows commands to be enabled and disabled during runtime
'config.permission_groups', -- loads some predefined permission groups
'config.roles', -- loads some predefined roles
}