-
Notifications
You must be signed in to change notification settings - Fork 163
2. Configuring Permissions
Blue edited this page Jul 26, 2021
·
22 revisions
You can modify Permissions by using ACE in your server config file, each permission can either have a "allow" or "deny" value, you can add infinite groups, just make sure to add permissions for each group.
add_ace group.moderator easyadmin.kick allow # allow kicking
add_ace group.moderator easyadmin.spectate allow # allow spectating
add_ace group.moderator easyadmin.teleport allow # allow teleportation
add_ace group.moderator easyadmin.slap allow # allow slapping
add_ace group.moderator easyadmin.freeze allow # allow freezing
you can also allow all permissions by writing:
add_ace group.admin easyadmin allow
This will allow all permissions for the "admin" group.
Note: This will also make you immune from being kicked/banned as it grants you the easyadmin.immune permission.
| Permission | Description |
|---|---|
| easyadmin.ban.temporary | Allows Admins to Temporarily Ban Users |
| easyadmin.ban.permanent | Allows Admins to Permanently Ban Users |
| easyadmin.unban | Allows Admins to Ban Users |
| easyadmin.kick | Allows Admins to Kick Users |
| easyadmin.spectate | Allows Admins to Spectate Users |
| easyadmin.teleport.player | Allows Admins to Teleport To/From Players |
| easyadmin.teleport.everyone | Allows Admins to Teleport everyone at once. |
| easyadmin.manageserver | Allows Changing various Server settings and Convars, only give to people you trust! |
| easyadmin.slap | Allows Slapping of Users (take away hp) |
| easyadmin.freeze | Allows Admins to Freeze Players in place |
| easyadmin.mute | Allows Admins to "Mute" other Players from chat activity. |
| easyadmin.warn | Allows Admins to "Warn" other Players. |
| easyadmin.screenshot | Allows Admins to Create Screenshots of users, these will be generated and uploaded to your Configured Uploader |
| easyadmin.immune | Prevents Admins from being kicked/banned by other admins. |
| easyadmin.anon | Allows the "Anonymous Admin" Feature, will hide Username in Kicks/Bans/Admin Logs |
| easyadmin.permissions.read | Allows Admins to view all (add_ace & add_principal) Permissions the server has configured |
| easyadmin.permissions.write | Allows Admins to edit and delete (add_ace & add_principal) Permissions |
| easyadmin.reports.view | Allows Admins to view Reports & Admin Calls from the GUI |
| easyadmin.reports.process | Allows Admins to delete open Reports & Admin Calls from the GUI |
| easyadmin.cleanup.cars | Allows Admins to delete all Cars in their Area. |
| easyadmin.cleanup.peds | Allows Admins to delete all Pedestrians in their Area. |
| easyadmin.cleanup.props | Allows Admins to delete all Objects/Props spawned in their Area. (does not include natural objects&ymaps) |