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.
Commands
Section titled “Commands”| Command | Permission | Purpose |
|---|---|---|
//wand | worldedit.wand | Gives or activates the selection wand. |
//pos1 | worldedit.selection.pos | Sets the first selection position. |
//pos2 | worldedit.selection.pos | Sets the second selection position. |
//copy | worldedit.clipboard.copy | Copies the selection. |
//paste | worldedit.clipboard.paste | Pastes the clipboard. |
//undo | worldedit.history.undo | Undoes the latest eligible edit. |
Permissions
Section titled “Permissions”| Permission | Purpose | Suggested access |
|---|---|---|
worldedit.selection.* | Selection controls. | Authorized builders |
worldedit.region.* | Region modification commands. | Authorized builders, narrowly |
worldedit.history.* | Undo/redo/history. | Authorized builders |
fawe.admin | FAWE administration/bypasses. | Server administrators only |
Placeholders
Section titled “Placeholders”No plugin-owned placeholders were verified. PlaceholderAPI may still expose values through a separate expansion or an integrating plugin.
Configuration and integrations
Section titled “Configuration and integrations”- 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.
Examples
Section titled “Examples”//wand//pos1//pos2Troubleshooting
Section titled “Troubleshooting”- 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.