-
Notifications
You must be signed in to change notification settings - Fork 82
Permissions
SBPrime edited this page Oct 13, 2014
·
4 revisions
The permissions are divided in to two groups: admin and user. The first one is used for managing the plugin (configuration, jobs etc.), the second one is used to allow access to block drawing functions.
- AWE.user.jobs - this node allows the use of Jobs command
- AWE.user.purge - this node allows the use of Purge command
- AWE.user.cancel - this node allows the use of Cancel command
Those permission nodes should by given only to administrators.
- AWE.admin.reload - grants the use of Reload command
- AWE.admin.version - informs the user on login if the plugin is updated or not
- AWE.admin.queue-bypass - bypass the maximum queue limit
- AWE.admin.jobs - this node allows the use of Jobs command on another user
- AWE.admin.jobs.all - this node allows the use of Jobs command on all users
- AWE.admin.cancel - this node allows the use of Cancel command on another user
- AWE.admin.purge - this node allows the use of Purge command on another user
- AWE.admin.purge.all - this node allows the use of Purge command on all users
- AWE.user.mode.change - Allow the user to toggle AWE on or off for himself
- AWE.admin.mode.change - Allow the user to toggle AWE on or off for other players