🗝️Permissions

If you don't want admins to be banned from your server if they use certain functions or you want to give your moderators permission to open the admin menu, then you have to give these people the permission.

add ace permission to a group:

server.cfg
add_ace group.superadmin "deltax.perm.full" allow
add_ace group.admin "deltax.perm.bypass" allow
add_ace group.mod "deltax.perm.menu" allow

If you want to give individual people permission, you can do this:

server.cfg
add_ace identifier.youridentiferhere "deltax.perm.full" allow
add_ace identifier.youridentiferhere "deltax.perm.bypass" allow
add_ace identifier.youridentiferhere "deltax.perm.menu" allow

You can add these lines in your server.cfg or you can add the identifiers in our Cloud Panel on the Config Management page.

Last updated