All Admin commands are accessed via the console command "wos_openadminmenu"
Permits the ranks "owner" and "developer" to use the admin commands built into wOS (No other ranks can use them except for the ones specified in the table)
wOS.ALCS.Config.CanAccessAdminMenu = {
["owner"] = true,
["developer"] = true,
}