Permissions - SBPrime/AsyncWorldEdit GitHub Wiki
The permissions contains information about all permission nodes used by AsyncWorldEdit 2.0.0 (Old permission page). It is 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.Groups.GroupName - assigns the user to group GroupName. If a player has multiple group permission nodes the last one defined in the configuration file is used. If no group permission node is assigned the default group is used
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.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