βPermissions
How to set up permissions/bypass?
Open your server.cfg file and put
add_ace group.superadmin apisuperadmin allow
add_ace group.admin apiadmin allow
add_ace group.mod apiadmin allow
add_ace group.support apiadmin allow
add_ace group.user apiadmin deny
add_ace group.user apisuperadmin deny
add_ace group.user apimod deny
Set principal to your identfier or license by putting
add_principal identifier.steam:11000010cf57c6b group.superadmin #Its me! so just change hex!
If above doesnt work then Please make sure they have a admin groups in framework (DB) Or go to serverconfig.lua and put your administrators to ByppasLicenseOrSteam table.
You can also set up your permissions/bypass in configs/serverconfig.lua
APIANTICHEATcs.BypassLicenseOrSteam = { --- it is in serverconfig.lua ['steam:110000xxxxxxxxb'] = "apiadmin", -- thats my steam ['license:xxxxxxxxxxxxxxxxxxxxxxxxxx'] = 'apiadmin', -- thats example }
Enjoy your permissions/bypass.
If you have any problem or errors please contact us on our discord server by creating ticket.
Last updated