-
Notifications
You must be signed in to change notification settings - Fork 163
2. Configuring Permissions
Blue edited this page Feb 28, 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.
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.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.