Commands 2.x - SBPrime/AsyncWorldEdit GitHub Wiki

Back to main page

All commands should be in this format: /awe .... If no command name is given the help will be displayed (/awe).

Help

Display help for the plugin.

Usage: Help [commandName]

  • commandName - The name of the command to display detailed informations

Sample:

/awe help jobs - Display help for jobs command.

Reload

Reload the plugin configuration.

Permissions used by the command:

  • AWE.admin.reload

Usage: Reload [all|config|groups]

  • config - reload AsyncWorldEdit configuration, and message strings
  • groups - update he permission groups assigned to logged players (required if you changed AWE.Groups.x permission node)
  • all - reloads the configuration and updates the permission groups

Sample:

/awe reload config - Reload plugin configuration.

Jobs

This command displays number of block queued on the player job list, the size of the queue, how fast are the block placed and how long it will take to place all queued blocks. If no parameter is given it displays information for current user.

Permissions used by the command:

  • AWE.user.jobs
  • AWE.admin.jobs
  • AWE.admin.jobs.all

Usage: Jobs [u:|all]

  • u:userName - the name of the player.

Sample:

/awe Jobs u:herobrine - Display the number of queued blocks for user herobrine.

/awe Jobs all - Display the number of queued blocks for all users.

Purge

Clear the block queue for specified used (or all). If no parameter is used it clears the queue for calling user.

Permissions used by the command:

  • AWE.user.purge
  • AWE.admin.purge
  • AWE.admin.purge.all

Usage: Purge [u:|all]

  • u:userName - the name of the player.

Sample:

/awe Purge u:herobrine - Clear the block queue for user herobrine.

/awe Purge all - Clear the block queue for all users

Cancel

Cancel a specified job for used. If no user name is used it cancels the job for calling user.

Permissions used by the command:

  • AWE.user.cancel
  • AWE.admin.cancel

Usage: Cancel [u:]

  • u:userName - the name of the player.

Sample:

/awe Purge u:herobrine 1 - Cancel job #1 for user herobrine.

Toggle

Toggle AsyncWorldEdit operations on or off for calling player (specified player)

Permissions used by the command:

  • AWE.user.mode.change
  • AWE.user.admin.change

Usage: Toggle [u:] [on|off]

  • u:userName - the name of the player.

Sample:

/awe Toggle u:herobrine - Change AWE mode for user herobrine

/awe Toggle on - Toggle AWE mode on for the calling player

⚠️ **GitHub.com Fallback** ⚠️