Skip to content

Builder Tools Commands

Building, selection, and world editing commands from BuilderToolsPlugin.

Namespace: hytale.editor.*

Permission Group: Creative (most commands auto-granted in Creative mode)

Can be disabled/replaced: Yes, via /plugin unload

FileCommandsDescription
selection.md/pos1, /pos2, /deselect, /selectchunk, /expand, /contract, /shiftSelection creation and manipulation
clipboard.md/copy, /cut, /paste, /undo, /redo, /clearEditHistory, /settoolhistorysizeClipboard and history
fill-replace.md/setBlocks, /fillBlocks, /replace, /clearBlocks, /clearentities, /submerge, /gmask, /tintBlock filling and replacement
transform.md/move, /stack, /rotate, /flip, /hollow, /wallSelection transformation
prefab.md/prefab, /editprefab, /path, /worldpath, /prefabspawnerPrefab management
brush.md/scriptedbrushesScripted brush tools
ui.md/builderToolsLegend, /toggleblockplacementoverrideUI toggles
misc.md/editline, /updateselection, /extendface, /environment, /hotbar, /repairfillers, /importimage, /importobjMiscellaneous commands
PermissionCommands
hytale.editor.selection.use/pos1, /pos2, /expand, /contract, /shift, /selectchunk
hytale.editor.selection.clipboard/copy, /cut, /paste, /clearentities
hytale.editor.selection.modify/replace, /tint
hytale.editor.history/undo, /redo, /settoolhistorysize
hytale.editor.prefab.use/prefab, /editprefab (read operations)
hytale.editor.prefab.manage/editprefab (write operations), /path, /worldpath
hytale.editor.brush.config/scriptedbrushes

Many commands accept block patterns:

[Rock_Stone] # Single block
[50%Rock_Stone, 50%Rock_Shale] # Weighted random

The /gmask command filters which blocks are affected:

[BlockType] # Only this block
[!BlockType] # Exclude this block
[>BlockType] # Only above this block
[#] # Only solid blocks
/pos1 # Set corner 1 at player position
/pos2 # Set corner 2
/set [Rock_Stone] # Fill selection with stone
/replace Rock_Dirt [Rock_Stone] # Replace dirt with stone
/copy # Copy to clipboard
/paste # Paste at player position
/rotate 90 # Rotate 90 degrees
/undo # Undo last operation
/gmask [!Fluid_Water] # Ignore water in operations
/prefab # Open prefab browser