WorldEditor Plugin is a port of the WorldEdit, done for PocketMine-MP
- Drop the correct WorldEditor version into the PocketMine's
plugins/
folder. - Restart the server. The plugin will be loaded
Command | Parameters | Description |
---|---|---|
//limit | <limit> |
Set a maximum number of blocks to change at most for all operations. This only affects yourself. Use this to prevent catastrophic accidents. |
//wand | Gives you the "edit wand". Break a block with this tool to select position 1 and touch a block to selection position 2. | |
//pos1 | Set selection position #1 to the block above the one that you are standing on. | |
//pos2 | Set selection position #2 to the block above the one that you are standing on. | |
//set | <blocks> |
Set all blocks inside the selection region to a specified block(s). |
//replace | <from-block> <to-block> |
Replace all blocks of the specified block with another block(s) inside the region. |
//copy | Copies the currently selected region. Be aware that it stores your position relative to the selection when copying. | |
//cut | Cuts the currently selected region. | |
//paste | Pastes the clipboard. | |
//sphere | <blocks> <radius> |
Create a sphere. |
//hsphere | <blocks> <radius> |
Create a hollow sphere. |
//desel | Deselects the current selection. | |
/toggleeditwand | Toggles the edit wand selection mode, allowing you to use the edit wand item normally. |