Manage Admin Permissions

How to configure permissions for wOS admin commands

All Admin commands are accessed via the console command "wos_openadminmenu"

  1. Navigate to lua/wos/advswl/config/general/sv_adminsettings.lua
  2. Find the "wOS.ALCS.Config.CanAccessAdminMenu" value
  3. Add a rank to the table and set it equal to true

Example

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,
}
wikOS powered By wiltOS Technologies