Minecraft Worldedit Guide Wiki
Advertisement
Command Parameter Description
//pos1 Select your bottom half as position 1.
//pos2 Select your bottom half as position 2.
These commands set the player's bottom half as a position selector.

These commands are also compatible with "//hpos1", "//hpos2", and also the Worldedit Wand.
Pos


Example 1

Directly stand on the purple wool_block then issue //pos1

Pos1

First position is set.


Directly stand on the brown wool_block then issue //pos2

Pos2

Second position is set.


Pos ex

The region is selected.


//set 88

Pos ey

Turns the region into soul_sand


Example 2

//sel sphere
(Later change back to default with //sel cuboid)

Pos1 2-0

Sphere-selection mode activated.


Hover on the free space and then do //pos1

Pos2 2

First position is set.


Move forward a little bit and then do//pos2

Pos2 3

Second position is set.


Pos2 4

The region is selected.


//set 155

Pos2 5

Makes a sphere out of quartz_blocks


Example 3

//sel convex
(Later change back to default with //sel cuboid)

Pos1 3

Polyhedral-selection mode activated.


Hover on the free space and then do //pos1

Pos1 4

First position is set.


Move away from the first position and set multiple second positions with //pos2

Pos1 5

Multiple second positions are set.


Pos1 6

The region is selected.


//set 79

Pos1 7

Turns the selected region into ice_blocks

Advertisement