Skip to content

2. Configuring Permissions

Blue edited this page Nov 27, 2019 · 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.

Possible permissions are:

easyadmin.ban

Allows Admins to Ban Users

easyadmin.kick

Allows Admins to Kick Users

easyadmin.spectate

Allows Admins to Spectate Users

easyadmin.unban

Allows Admins to Unban Users

easyadmin.teleport

Allows Admins to Teleport (to) Users

easyadmin.addadmin

Enables the addadmin command for admins

easyadmin.manageserver

Allows Changing various Server settings, only give to people you trust!

easyadmin.slap

Allows Slapping of Users ( take away hp )

easyadmin.freeze

Allows Admins to Freeze Player Peds

easyadmin.mute

Allows Admins to "Mute" other Players from chat activity.

easyadmin.screenshot

Allows Admins to Create Screenshots of users, these will be generated and uploaded to wew.wtf

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.web

Allows WebAdmin Access

Clone this wiki locally