Transform Commands
Commands from BuilderToolsPlugin - uses hytale.editor.* namespace
Move selection contents.
Permission Group: Creative
/move/move <distance>/move <direction> <distance> [--empty] [--entities]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
direction | Direction | No | Facing | Move direction |
distance | Integer | No | 1 | Blocks to move |
--empty | Flag | No | - | Leave air behind |
--entities | Flag | No | - | Move entities too |
/stack
Section titled “/stack”Stack/repeat selection.
Permission Group: Creative
/stack <count> [direction] [--empty] [--spacing <gap>]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
count | Integer | Yes | - | Number of copies |
direction | Direction | No | Facing | Stack direction |
--empty | Flag | No | - | Include air blocks |
--spacing | Integer | No | 0 | Gap between copies |
/rotate
Section titled “/rotate”Rotate selection.
Permission Group: Creative
/rotate <angle> [axis]/rotate <yaw> <pitch> <roll>| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
angle | Integer | Yes | - | Rotation angle (90, 180, 270) |
axis | Axis | No | Y | Rotation axis (X, Y, Z) |
yaw | Float | For 3-arg | - | Yaw rotation |
pitch | Float | For 3-arg | - | Pitch rotation |
roll | Float | For 3-arg | - | Roll rotation |
Flip/mirror selection.
Permission Group: Creative
/flip [direction]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
direction | Direction | No | Facing axis | Direction/axis to flip |
/hollow
Section titled “/hollow”Make selection hollow.
Permission Group: Creative
/hollow [blockType] [thickness] [--floor] [--roof] [--perimeter]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
blockType | Block | No | Empty | Block to fill interior with |
thickness | Integer | No | 1 | Wall thickness (1-128) |
--floor | Flag | No | - | Also hollow floor (alias: --bottom) |
--roof | Flag | No | - | Also hollow roof (alias: --ceiling, --top) |
--perimeter | Flag | No | - | Hollow all sides (alias: --all) |
Create walls around selection.
Aliases: walls, side, sides
Permission Group: Creative
/wall <pattern> [thickness] [--floor] [--roof] [--perimeter]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
pattern | BlockPattern | Yes | - | Block pattern for walls |
thickness | Integer | No | 1 | Wall thickness (1-128) |
--floor | Flag | No | - | Include floor (alias: --bottom) |
--roof | Flag | No | - | Include roof (alias: --ceiling, --top) |
--perimeter | Flag | No | - | Include all sides (alias: --all) |