Skip to content

FastAsyncWorldEdit Staff Reference

Public-safe technical notes for staff who configure or support FastAsyncWorldEdit on 1MoreBlock.

Verify destructive, economy-changing, permission-changing, and player-data commands against the installed build and an approved support case before running them.

CommandPermissionPurpose
//wandworldedit.wandGives or activates the selection wand.
//pos1worldedit.selection.posSets the first selection position.
//pos2worldedit.selection.posSets the second selection position.
//copyworldedit.clipboard.copyCopies the selection.
//pasteworldedit.clipboard.pastePastes the clipboard.
//undoworldedit.history.undoUndoes the latest eligible edit.
PermissionPurposeSuggested access
worldedit.selection.*Selection controls.Authorized builders
worldedit.region.*Region modification commands.Authorized builders, narrowly
worldedit.history.*Undo/redo/history.Authorized builders
fawe.adminFAWE administration/bypasses.Server administrators only

No plugin-owned placeholders were verified. PlaceholderAPI may still expose values through a separate expansion or an integrating plugin.

  • PlotSquared uses FAWE for plot operations and generation.
  • SelectionVisualizer can display WorldEdit selections.
  • WorldGuard uses WorldEdit selections for region definition.
  • Set edit limits, history size, allowed worlds, and bypass access conservatively.
//wand
//pos1
//pos2
  • Confirm selection volume, world, mask, pattern, and clipboard origin before retrying.
  • Check edit limits and queue state before granting a bypass.
  • Use history/undo promptly and preserve command syntax when reporting a failed edit.