Permissions (old up to AWE 2.0 RC5) - SBPrime/AsyncWorldEdit GitHub Wiki
This page contains old permissions description. All those informations are valid for AsyncWorldEdit up to 2.0-RC5. Permissions for AsyncWorldEdit 2.0.0 are available here.
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.
User permissions
- 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
- AWE.user.vip-queue - this node allows the use of VIP block queue
- AWE.user.talkative - inform the user of his queue status, block placing speed and estimated time of finish (same as /awe jobs)
- AWE.user.progressBar - inform the user of his queue status, block placing speed and estimated time of finish using the bos bar (requires BarAPI)
Admin permissions
Those permission nodes should by given only to administrators.
Management
- 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
Drawing jobs management
- 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 mode
- AWE.user.mode.on - AWE for this player is set to ON when he logins
- AWE.user.mode.off - AWE for this player is set to OFF (no async WE operations) when he logins
- 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