⭐Permissions

How to set up permissions/bypass?

  1. 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
  1. Set principal to your identfier or license by putting

    add_principal identifier.steam:11000010cf57c6b group.superadmin #Its me! so just change hex!
  2. 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.

  3. 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
    }
  4. Enjoy your permissions/bypass.

  5. If you have any problem or errors please contact us on our discord server by creating ticket.

Last updated