Minecraft Worldedit Guide Wiki
Minecraft Worldedit Guide Wiki
Advertisement
Command Parameter Description
Wand Left-click as pos1.

Right-click as pos2

A default wand that is used to select an imaginary region. It can be optimized with the command "//sel <style>" for further selection styles. The item minecraft:wooden_axe is currently set as default.
The wand can be changed to a different item through the Worldedit config file
by changing the following string "wand-item: minecraft:wooden_axe" to any other item
then reload Minecraft.

The selecting position can be reverted anytime.

The default cuboid-selection style can be adjusted with "//sel <selection_style>".
To clear the imaginary selection, issue "//sel" or "//desel".

The selection wand is also compatible with "//pos1", "//pos2", "//hpos1", and "//hpos2".


Example 1
Left-click the wand to the lime wool_block.
Ex1

First position is set.


Right-click the wand to the red wool_block.
Ex2

Second position is set.


Ex3

The selection is selected.

//set 5
Ex4

Turns the region into oak_wood_planks.

[1]


Example 2
Left-click the wand to the yellow wool_block.
Ex1 2

First position is set.


Look at the red wool_block then issue //hpos2
Ex2 2

Second position is set.


Ex3 2

The selection is selected.

//walls 22
Ex4 2

Turns the {<x> <z>} layers into lapiz_blocks


Example 3
Directly Stand on the magenta wool_block then issue//pos2
Ex1 3

Second position is set.


Left-click the wand to the orange wool_block.
Ex2 3

First position is set.


Ex3 3

The selection is selected.

//outline 95:15
Ex4 3

Turns all the outer {<x> <y> <z>} layers into black stained_glass


  1. wand
Advertisement