Skip to content

2. Configuring Permissions

Blue edited this page Jun 12, 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.

Possible permissions are:

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
Clone this wiki locally