Skip to content

Transform Commands

Commands from BuilderToolsPlugin - uses hytale.editor.* namespace

Move selection contents.

Permission Group: Creative

/move
/move <distance>
/move <direction> <distance> [--empty] [--entities]
ArgumentTypeRequiredDefaultDescription
directionDirectionNoFacingMove direction
distanceIntegerNo1Blocks to move
--emptyFlagNo-Leave air behind
--entitiesFlagNo-Move entities too

Stack/repeat selection.

Permission Group: Creative

/stack <count> [direction] [--empty] [--spacing <gap>]
ArgumentTypeRequiredDefaultDescription
countIntegerYes-Number of copies
directionDirectionNoFacingStack direction
--emptyFlagNo-Include air blocks
--spacingIntegerNo0Gap between copies

Rotate selection.

Permission Group: Creative

/rotate <angle> [axis]
/rotate <yaw> <pitch> <roll>
ArgumentTypeRequiredDefaultDescription
angleIntegerYes-Rotation angle (90, 180, 270)
axisAxisNoYRotation axis (X, Y, Z)
yawFloatFor 3-arg-Yaw rotation
pitchFloatFor 3-arg-Pitch rotation
rollFloatFor 3-arg-Roll rotation

Flip/mirror selection.

Permission Group: Creative

/flip [direction]
ArgumentTypeRequiredDefaultDescription
directionDirectionNoFacing axisDirection/axis to flip

Make selection hollow.

Permission Group: Creative

/hollow [blockType] [thickness] [--floor] [--roof] [--perimeter]
ArgumentTypeRequiredDefaultDescription
blockTypeBlockNoEmptyBlock to fill interior with
thicknessIntegerNo1Wall thickness (1-128)
--floorFlagNo-Also hollow floor (alias: --bottom)
--roofFlagNo-Also hollow roof (alias: --ceiling, --top)
--perimeterFlagNo-Hollow all sides (alias: --all)

Create walls around selection.

Aliases: walls, side, sides

Permission Group: Creative

/wall <pattern> [thickness] [--floor] [--roof] [--perimeter]
ArgumentTypeRequiredDefaultDescription
patternBlockPatternYes-Block pattern for walls
thicknessIntegerNo1Wall thickness (1-128)
--floorFlagNo-Include floor (alias: --bottom)
--roofFlagNo-Include roof (alias: --ceiling, --top)
--perimeterFlagNo-Include all sides (alias: --all)