🗝️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:
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:
add_ace identifier.youridentiferhere "deltax.perm.full" allow
add_ace identifier.youridentiferhere "deltax.perm.bypass" allow
add_ace identifier.youridentiferhere "deltax.perm.menu" allow

Last updated