Clipboard Commands
Commands from BuilderToolsPlugin - uses hytale.editor.* namespace
Copy selection to clipboard.
Permission Group: Creative
Permission: hytale.editor.selection.clipboard
/copy [--noEntities] [--onlyEntities] [--empty] [--keepAnchors]/copy <xMin> <yMin> <zMin> <xMax> <yMax> <zMax> [--noEntities] [--onlyEntities] [--empty] [--keepAnchors]The coordinate variant copies a specific region instead of the current selection.
| Option | Description |
|---|---|
--noEntities | Exclude entities |
--onlyEntities | Only copy entities |
--empty | Include empty/air blocks |
--keepAnchors | Preserve anchor points |
Cut selection to clipboard.
Permission Group: Creative
Permission: hytale.editor.selection.clipboard
/cut [--noEntities] [--onlyEntities] [--empty] [--keepAnchors]/cut <xMin> <yMin> <zMin> <xMax> <yMax> <zMax>| Option | Description |
|---|---|
--noEntities | Exclude entities |
--onlyEntities | Only cut entities |
--empty | Include empty/air blocks |
--keepAnchors | Preserve anchor points |
The coordinate variant cuts a specific region instead of the current selection.
/paste
Section titled “/paste”Paste clipboard at current position.
Permission Group: Creative
Permission: hytale.editor.selection.clipboard
/paste/paste <position>| Argument | Type | Required | Description |
|---|---|---|---|
position | RelativePosition | No | Target position (default: player position) |
Undo last edit operation.
Aliases: u
Permission Group: Creative
Permission: hytale.editor.history
/undo [count]| Argument | Type | Required | Description |
|---|---|---|---|
count | Integer | No | Number of operations to undo |
Redo undone edit operation.
Aliases: r
Permission Group: Creative
Permission: hytale.editor.history
/redo [count]| Argument | Type | Required | Description |
|---|---|---|---|
count | Integer | No | Number of operations to redo |
/clearEditHistory
Section titled “/clearEditHistory”Clear edit history.
Aliases: clearHistory, clearToolHistory
Permission Group: Creative
/clearEditHistory/setToolHistorySize
Section titled “/setToolHistorySize”Set tool history size.
Permission Group: Creative
Permission: hytale.editor.history
/setToolHistorySize <size>| Argument | Type | Required | Description |
|---|---|---|---|
size | Integer | Yes | Maximum history entries |