Skip to content

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.

OptionDescription
--noEntitiesExclude entities
--onlyEntitiesOnly copy entities
--emptyInclude empty/air blocks
--keepAnchorsPreserve 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>
OptionDescription
--noEntitiesExclude entities
--onlyEntitiesOnly cut entities
--emptyInclude empty/air blocks
--keepAnchorsPreserve anchor points

The coordinate variant cuts a specific region instead of the current selection.


Paste clipboard at current position.

Permission Group: Creative

Permission: hytale.editor.selection.clipboard

/paste
/paste <position>
ArgumentTypeRequiredDescription
positionRelativePositionNoTarget position (default: player position)

Undo last edit operation.

Aliases: u

Permission Group: Creative

Permission: hytale.editor.history

/undo [count]
ArgumentTypeRequiredDescription
countIntegerNoNumber of operations to undo

Redo undone edit operation.

Aliases: r

Permission Group: Creative

Permission: hytale.editor.history

/redo [count]
ArgumentTypeRequiredDescription
countIntegerNoNumber of operations to redo

Clear edit history.

Aliases: clearHistory, clearToolHistory

Permission Group: Creative

/clearEditHistory

Set tool history size.

Permission Group: Creative

Permission: hytale.editor.history

/setToolHistorySize <size>
ArgumentTypeRequiredDescription
sizeIntegerYesMaximum history entries