Skip to content

2. Configuring Permissions

Blue edited this page Jan 16, 2019 · 22 revisions

You can modify Permissions by using ACE in your server config file, each permission can either have a "true" or "false" 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.god easyadmin allow

This will allow all permissions for the "god" group.

Possible permissions are:

easyadmin.ban
easyadmin.kick
easyadmin.spectate
easyadmin.unban
easyadmin.teleport
easyadmin.addadmin
easyadmin.manageserver
easyadmin.slap
easyadmin.freeze
easyadmin.screenshot
Clone this wiki locally