Added command_auth_runtime_disable

This commit is contained in:
Cooldude2606
2019-03-24 15:39:17 +00:00
parent 06b4ae9b25
commit 7c4210f8b4
11 changed files with 53 additions and 351 deletions

View File

@@ -18,6 +18,7 @@ return {
'modules.addons.chat-popups',
'modules.addons.damage-popups',
-- Config Files
'config.command_auth_admin', -- commands tags with admin_only are blocked for non admins
'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
}