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
| File | Commands | Description |
|---|---|---|
| selection.md | /pos1, /pos2, /deselect, /selectchunk, /expand, /contract, /shift | Selection creation and manipulation |
| clipboard.md | /copy, /cut, /paste, /undo, /redo, /clearEditHistory, /settoolhistorysize | Clipboard and history |
| fill-replace.md | /setBlocks, /fillBlocks, /replace, /clearBlocks, /clearentities, /submerge, /gmask, /tint | Block filling and replacement |
| transform.md | /move, /stack, /rotate, /flip, /hollow, /wall | Selection transformation |
| prefab.md | /prefab, /editprefab, /path, /worldpath, /prefabspawner | Prefab management |
| brush.md | /scriptedbrushes | Scripted brush tools |
| ui.md | /builderToolsLegend, /toggleblockplacementoverride | UI toggles |
| misc.md | /editline, /updateselection, /extendface, /environment, /hotbar, /repairfillers, /importimage, /importobj | Miscellaneous commands |
Permission Categories
Section titled “Permission Categories”| Permission | Commands |
|---|---|
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 |
Block Patterns
Section titled “Block Patterns”Many commands accept block patterns:
[Rock_Stone] # Single block[50%Rock_Stone, 50%Rock_Shale] # Weighted randomMask Syntax
Section titled “Mask Syntax”The /gmask command filters which blocks are affected:
[BlockType] # Only this block[!BlockType] # Exclude this block[>BlockType] # Only above this block[#] # Only solid blocksQuick Examples
Section titled “Quick Examples”/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