- Category: Building
- Edit on GitHub
/PositionalTransform
Transforms a selection of blocks. It can be used for moving, copying, flipping or spinning a selection of blocks. With default parameters, it will move a selection of blocks with no additional transformations applied.
Command layout: /positionaltransform &enum:mode &enum:rotation &enum:flipAxis position:positionStart position:positionEnd position:offsetPosition position:pastePosition
Aliases: /move
Modes
The &enum:mode
parameter is used as the base mode. It is move
by default,
move
Moves the selection by clearing the selection with air.copy
Preserves the original selection.moveAir
Same asmove
but pastes air blocks over pasting area.copyAir
Same ascopy
but pastes air blocks over pasting area.
Spinning
A selection can be spun clockwise or counterclockwise using the &enum:rotation
parameter.
none
No rotation transformation applied.clockwise
counterclockwise
Example: /positionaltransform move clockwise
. Spins the selection clockwise.
Flipping
Example: /positionaltransform copy none x
. Copies and flips a selection by its X axis.
none
No flip transformation applied.x
Flip by x axis.y
Flip by y axis.z
Flip by z axis.