- 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,
moveMoves the selection by clearing the selection with air.copyPreserves the original selection.moveAirSame asmovebut pastes air blocks over pasting area.copyAirSame ascopybut pastes air blocks over pasting area.
Spinning
A selection can be spun clockwise or counterclockwise using the &enum:rotation parameter.
noneNo rotation transformation applied.clockwisecounterclockwise
Example: /positionaltransform move clockwise. Spins the selection clockwise.

Flipping
Example: /positionaltransform copy none x. Copies and flips a selection by its X axis.

noneNo flip transformation applied.xFlip by x axis.yFlip by y axis.zFlip by z axis.