Delta-X Docs
  • 🎉Welcome to Delta-X
  • Basic
    • 🔑Redeem your Key
    • 💿Download the Anticheat
    • 🛠️Install the Anticheat
  • Configuration
    • 🗝️Permissions
  • FAQ
    • ⚠️My Server is crashing after starting delta
    • 🔓How can I change my IP address
  • FEATURES
    • 🔧Ban Event
Powered by GitBook
On this page
  1. Configuration

Permissions

PreviousConfigurationNextMy Server is crashing after starting delta

Last updated 2 years ago

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.

example of the configuration

🗝️