Complete Hytale Commands Documentation - Ultimate Guide
Unofficial guide to 158 Hytale commands | Updated January| Beta Version
The most comprehensive guide to master all commands in Hytale, developed by Hypixel Studios.
🎮 Introduction
Welcome to the most complete Hytale commands documentation available. This guide lists 158 commands with their syntax, parameters, permissions, and usage examples. Whether you're a server administrator, content creator, or passionate player, this resource will help you master every aspect of the game.
Why this guide?
- ✅ 158 commands documented with full details
- ✅ Complete syntax and explained parameters
- ✅ Required permissions for each command
- ✅ Aliases and variants for quick access
- ✅ Organized by categories for easy navigation
- ✅ Alphabetical index for quick search
📑 Table of Contents
- Ambience & Environment
- Assets & Resources
- Audio
- Authentication & Network
- Blocks
- Camera & Visual Effects
- Chunks
- Communication
- Building & Builder Tools
- Debugging & Testing
- Entities
- Fluids
- Instances & Worlds
- Interactions
- Internationalization
- Inventory & Items
- Player & Character
- Memories & Progression
- Weather
- Game Modes
- NPCs
- Parkour & Checkpoints
- Particles
- Permissions & Administration
- Plugins
- Portals & Fragments
- Prefabs
- Recipes
- Reputation
- Selection & Editing
- System & Server
- Teleportation
- Time
- Complete Alphabetical Index
- FAQ - Frequently Asked Questions
🌄 Ambience & Environment
Ambience commands allow you to control the sound atmosphere, lighting, and environment of Hytale worlds.
AMBIENCE
Manage the sound and atmospheric ambience of worlds.
/ambience
| Property | Value |
| Aliases | ambient, ambiance |
| Permission | hytale.ambience.command.ambience |
Subcommands
| Subcommand | Syntax | Description |
emitter | /ambience emitter | Manage ambience emitters in worlds |
setmusic | /ambience setmusic <ambienceFxId> [--options] | Set the forced ambience music |
clear | /ambience clear [--options] | Reset all forced ambience settings |
ENVIRONMENT
Set the environment in the selected area.
/environment <environment>
| Property | Value |
| Aliases | setenvironment, setenv |
| Permission | hytale.buildertools.command.environment |
Parameters
| Parameter | Type | Required | Description |
environment | Text | ✅ Yes | The environment to apply |
EVENTTITLE
Display an event title to all players on the server (for testing).
/eventtitle [--options]
| Property | Value |
| Permission | hytale.system.command.eventtitle |
Parameters
| Parameter | Type | Required | Default | Description |
--title <title> | Text | ❌ No | - | Main title text |
--secondary <secondary> | Text | ❌ No | (server default) | Secondary title text |
--major | Flag | ❌ No | false | Display as major event title |
LIGHTING
Commands to manage world lighting.
/lighting
| Property | Value |
| Aliases | light |
| Permission | hytale.system.command.lighting |
Subcommands
| Subcommand | Syntax | Description |
calculation | /lighting calculation <light-calculation> [--options] | Change the lighting calculation used |
get | /lighting get <x y z> [--options] | Get the light value at a position |
invalidate | /lighting invalidate [--options] | Force all loaded chunks to recalculate lighting |
info | /lighting info [--options] | Display lighting information |
send | /lighting send | Commands to toggle lighting data sending |
SETTIMEANDGOHOME
Set the time of day and teleport the user.
/settimeandgohome <timeOfDay>
| Property | Value |
| Aliases | macrotest |
| Permission | hytale.commandmacro.command.settimeandgohome |
Parameters
| Parameter | Type | Required | Description |
timeOfDay | Integer | ✅ Yes | The time of day to set for the world |
📦 Assets & Resources
Commands to manage game resources and asset packs in Hytale.
ASSETS
Commands related to game resources.
/assets
| Property | Value |
| Permission | hytale.system.command.assets |
Subcommands
| Subcommand | Syntax | Description |
tags | /assets tags <class> <tag> | Display assets with a specific tag |
duplicates | /assets duplicates [--options] | Display the list of all duplicate assets |
longest | /assets longest | Display the longest assets |
PACKS
Commands related to asset packs.
/packs
| Property | Value |
| Permission | hytale.system.command.packs |
Subcommands
| Subcommand | Syntax | Description |
list | /packs list | List all loaded asset packs |
🔊 Audio
Commands to control sounds and music in Hytale.
SOUND
Commands for playing sound events.
/sound
| Property | Value |
| Permission | hytale.system.command.sound |
Subcommands
| Subcommand | Syntax | Description |
2d | /sound 2d <sound> [--options] | Play a 2D sound event |
3d | /sound 3d <sound> <position> [--options] | Play a 3D sound event at a specific position |
🔐 Authentication & Network
Commands to manage authentication, network connections, and server settings.
AUTH
Manage server authentication.
/auth
| Property | Value |
| Permission | hytale.system.command.auth |
Subcommands
| Subcommand | Syntax | Description |
status | /auth status | Display current authentication status |
login | /auth login | Authenticate to the server |
select | /auth select | Select a game profile when multiple are available |
logout | /auth logout | Clear server credentials |
cancel | /auth cancel | Cancel the active login flow |
persistence | /auth persistence | View or change credential storage method |
BINDINGS
Server bindings management.
/bindings
| Property | Value |
| Permission | hytale.servermanager.command.bindings |
LANDISCOVERY
Enable or disable LAN discovery.
/landiscovery [--options]
| Property | Value |
| Permission | hytale.landiscovery.command.landiscovery |
Parameters
| Parameter | Type | Required | Description |
--enabled <enabled> | Boolean | ❌ No | Enable LAN discovery (true/false) |
NETWORK
Commands for network-specific utilities.
/network
| Property | Value |
| Aliases | net |
| Permission | hytale.system.command.network |
Subcommands
| Subcommand | Syntax | Description |
latencysimulation | /network latencysimulation | Latency simulation settings |
serverknockback | /network serverknockback | Toggle server-side knockback prediction |
debugknockback | /network debugknockback | Toggle knockback position debugging |
NETWORKCHUNKSENDING
Stop sending chunks over the network.
/networkchunksending <sendNetworkChunks>
| Property | Value |
| Permission | hytale.system.command.networkchunksending |
Parameters
| Parameter | Type | Required | Description |
sendNetworkChunks | Boolean | ✅ Yes | Whether chunks should be sent over the network (true/false) |
PACKETSTATS
Display statistics for a specific packet.
/packetstats <packet> [--options]
| Property | Value |
| Permission | hytale.system.command.packetstats |
Parameters
| Parameter | Type | Required | Description |
packet | Text | ✅ Yes | The packet name to get statistics for |
--player <player> | Player | ❌ No | An online player |
PIDCHECK
Check if a PID (Process ID) is running.
/pidcheck [--options]
| Property | Value |
| Permission | hytale.system.command.pidcheck |
Parameters
| Parameter | Type | Required | Description |
--pid <pid> | Integer | ❌ No | The process ID to check |
--singleplayer | Flag | ❌ No | Check client PID in singleplayer mode |
PING
Network ping information.
/ping [--options]
| Property | Value |
| Permission | hytale.system.command.ping |
Subcommands
| Subcommand | Syntax | Description |
clear | /ping clear [--options] | Clear ping information history |
graph | /ping graph [--options] | Display ping information as a graph |
Parameters
| Parameter | Type | Required | Description |
--player <player> | Player | ❌ No | An online player |
--detail | Flag | ❌ No | Show detailed ping information |
REFER
Redirect a player to another server for testing.
/refer <host> <port> [--options]
| Property | Value |
| Aliases | transfer |
| Permission | hytale.system.command.refer |
Parameters
| Parameter | Type | Required | Description |
host | Text | ✅ Yes | Target server hostname or IP |
port | Integer | ✅ Yes | Target server port |
--player <player> | Player | ❌ No | An online player |
🧱 Blocks
Commands to manipulate, place, and manage blocks in the Hytale world.
BLOCK
Commands related to blocks.
/block
| Property | Value |
| Aliases | blocks |
| Permission | hytale.universe.command.block |
Subcommands
| Subcommand | Syntax | Description |
set | /block set <x y z> <block> [--options] | Place a block |
get | /block get <x y z> [--options] | Get a block |
setstate | /block setstate <x y z> <state> [--options] | Modify block state |
getstate | /block getstate <x y z> [--options] | Get block state |
setticking | /block setticking <x y z> [--options] | Manage block ticking |
row | /block row <wildcard block query> | Spawn blocks matching a wildcard |
bulk | /block bulk | Bulk block commands |
inspectphys | /block inspectphys [--options] | Debug blocks with physical properties |
inspectfiller | /block inspectfiller | Debug blocks with filler data |
inspectrotation | /block inspectrotation | Debug block rotation |
BLOCKSELECT
Configure the builder tools clipboard with selected blocks for easier testing.
/blockselect [--options]
| Property | Value |
| Permission | hytale.universe.command.blockselect |
Parameters
| Parameter | Type | Required | Default | Description |
--fliptype <fliptype> | BlockFlipType | ❌ No | - | Filter by flip type |
--variantrotation <variantrotation> | VariantRotation | ❌ No | - | Filter by variant rotation |
--ground <ground> | Text | ❌ No | - | Ground block type to use |
--sort <sort> | Text | ❌ No | - | Sort options: key, name, reverse (comma-separated) |
--regex <regex> | Text | ❌ No | - | Regex pattern to filter blocks by name |
--padding <padding> | Integer | ❌ No | 1 | Spacing between blocks |
--all | Flag | ❌ No | false | Include all block types (including state blocks) |
Argument Types
BlockFlipType: orthogonal, symmetric
VariantRotation: none, wall, updown, pipe, doublepipe, nesw, updownnesw, debug, all
BLOCKSET
List block sets and their contents.
/blockset [--options]
| Property | Value |
| Permission | hytale.blocksetmodule.command.blockset |
Parameters
| Parameter | Type | Required | Description |
--blockset <blockset> | Text | ❌ No | The block set name to display |
BLOCKSPAWNER
Commands for working with block spawners.
/blockspawner
| Property | Value |
| Permission | hytale.blockspawner.command.blockspawner |
Subcommands
| Subcommand | Syntax | Description |
set | /blockspawner set <blockSpawnerId> [--options] | Set a BlockSpawner ID |
get | /blockspawner get [--options] | Get a BlockSpawner ID |
CLEARBLOCKS
Clear all blocks from your selection or a specified area.
/clearblocks
/clearblocks <positionOne> <positionTwo>
| Property | Value |
| Aliases | clear |
| Permission | hytale.buildertools.command.clearblocks |
FILLBLOCKS
Fill air in your selection with the specified block types.
/fillblocks <pattern>
| Property | Value |
| Aliases | fill |
| Permission | hytale.buildertools.command.fillblocks |
Parameters
| Parameter | Type | Required | Description |
pattern | Block Pattern | ✅ Yes | List of block types with optional weights |
Argument Types
Block Pattern: A list of blocks with optional weights.
Examples:
[Rock_Stone] [20%Rock_Stone, 80%Rock_Shale] [50%Rock_Stone[Yaw=90], 50%Fluid_Water]
🎥 Camera & Visual Effects
Commands to control the camera, visual effects, and screen shakes.
CAMSHAKE
Commands to manipulate camera shake effects.
/camshake
| Property | Value |
| Permission | hytale.camera.command.camshake |
Subcommands
| Subcommand | Syntax | Description |
damage | /camshake damage <cause> <amount> [--options] | Add damage to target player to test the effect |
debug | /camshake debug <effect> <intensity> [--options] | Add a camera effect with specified intensity |
RESETROTATION
Reset camera rotation to default values (pitch=0, yaw=0, roll=0).
/resetrotation
| Property | Value |
| Permission | hytale.commandmacro.command.resetrotation |
🗺️ Chunks
Commands to manage chunks (world segments) in Hytale.
CHUNK
Commands related to chunks (world segments).
/chunk
| Property | Value |
| Aliases | chunks |
| Permission | hytale.system.command.chunk |
Subcommands
| Subcommand | Syntax | Description |
fixheight | /chunk fixheight <x z> [--options] | Regenerate chunk lighting |
forcetick | /chunk forcetick <x z> [--options] | Force all blocks in a chunk to tick |
info | /chunk info <x z> [--options] | Get information about a chunk |
lighting | /chunk lighting <x y z> [--options] | Display lighting info in console |
load | /chunk load <x z> [--options] | Load a chunk into the world |
loaded | /chunk loaded [--options] | Display loaded chunks info |
marksave | /chunk marksave <x z> [--options] | Mark a chunk to be saved |
maxsendrate | /chunk maxsendrate [--options] | Chunk send rate settings |
regenerate | /chunk regenerate <x z> [--options] | Regenerate a chunk |
resend | /chunk resend [--options] | Resend all chunks to a player |
tint | /chunk tint <color> [--options] | Tint the chunk you're in |
tracker | /chunk tracker [--options] | Display chunk tracker info |
unload | /chunk unload <x z> [--options] | Unload a chunk |
💬 Communication
Commands to communicate with players on the server.
SAY
Announce a message to the whole server.
/say
| Property | Value |
| Aliases | broadcast |
| Permission | hytale.consolemodule.command.say |
🔨 Building & Builder Tools
Essential commands for builders and Hytale content creators.
BUILDERTOOLSLEGEND
Show or hide the builder tools HUD legend.
/buildertoolslegend [--options]
| Property | Value |
| Permission | hytale.system.command.buildertoolslegend |
Parameters
| Parameter | Type | Required | Description |
--hide | Flag | ❌ No | Hide the legend instead of showing it |
EDITLINE
Draw a line of blocks between two points.
/editline <start> <end> <material> [--options]
| Property | Value |
| Permission | hytale.buildertools.command.editline |
Parameters
| Parameter | Type | Required | Default | Description |
start | Relative Integer Vector | ✅ Yes | - | Start position (x y z, supports ~ for relative) |
end | Relative Integer Vector | ✅ Yes | - | End position (x y z, supports ~ for relative) |
material | Text | ✅ Yes | - | Material pattern (e.g., Rock_Stone or Rock_Stone,Soil_Grass) |
--origin <origin> | Text | ❌ No | Center | Shape origin point (Center, Bottom, Top) |
--density <density> | Integer | ❌ No | 100 | Random chance (1-100) that a block is placed |
--wallThickness <wallThickness> | Integer | ❌ No | 0 | Wall thickness for hollow lines (0 = solid) |
--spacing <spacing> | Integer | ❌ No | 1 | Interval between blocks |
--height <height> | Integer | ❌ No | 1 | Line height |
--width <width> | Integer | ❌ No | 1 | Line width |
--shape <shape> | Text | ❌ No | Cube | Line shape (Cube, Sphere, Cylinder, Cone, etc.) |
EXTENDFACE
Extend the targeted face.
/extendface <x> <y> <z> <normalX> <normalY> <normalZ> <toolParam> <shapeRange> <blockType>
/extendface <x> <y> <z> <normalX> <normalY> <normalZ> <toolParam> <shapeRange> <blockType> <xMin> <yMin> <zMin>...
| Property | Value |
| Permission | hytale.buildertools.command.extendface |
FLIP
Flip the blocks in your clipboard.
/flip
/flip <direction>
| Property | Value |
| Permission | hytale.buildertools.command.flip |
GMASK
Set the global block mask.
/gmask
/gmask <mask>
| Property | Value |
| Permission | hytale.buildertools.command.gmask |
Subcommands
| Subcommand | Syntax | Description |
clear | /gmask clear | Clear/disable the global block mask |
HOLLOW
Set the material inside the selection, excluding walls of a defined thickness.
/hollow [--options]
| Property | Value |
| Permission | hytale.buildertools.command.hollow |
Parameters
| Parameter | Type | Required | Default | Description |
--thickness <thickness> | Integer | ❌ No | 1 | Wall thickness to keep |
--blockType <blockType> | Block Type Key | ❌ No | Air | Block type to put inside |
--perimeter | Flag | ❌ No | false | Include top and bottom in the operation |
--roof | Flag | ❌ No | false | Include the top of the selection |
--floor | Flag | ❌ No | false | Include the bottom of the selection |
HOTBAR
Set your hotbar to a previously saved value.
/hotbar <hotbarSlot> [--options]
| Property | Value |
| Permission | hytale.buildertools.command.hotbar |
Parameters
| Parameter | Type | Required | Description |
hotbarSlot | Integer | ✅ Yes | The hotbar slot between 0 and 9 |
--save | Flag | ❌ No | Save the slot instead of loading it |
IMPORTIMAGE
Open the image to blocks import tool.
/importimage
| Property | Value |
| Permission | hytale.buildertools.command.importimage |
IMPORTOBJ
Open the OBJ to voxel import tool.
/importobj
| Property | Value |
| Aliases | obj |
| Permission | hytale.editor.selection.clipboard |
ROTATE
Rotate the contents of your clipboard.
/rotate <angle> [--options]
/rotate <yaw> <pitch> <roll>
| Property | Value |
| Permission | hytale.buildertools.command.rotate |
Parameters
| Parameter | Type | Required | Description |
angle | Integer | ✅ Yes | Rotation angle |
yaw | Integer | ✅ Yes | Yaw axis rotation |
pitch | Integer | ✅ Yes | Pitch axis rotation |
roll | Integer | ✅ Yes | Roll axis rotation |
SCRIPTEDBRUSHES
Commands related to scripted brushes.
/scriptedbrushes
| Property | Value |
| Aliases | scriptbrush, scriptedbrush, sb |
| Permission | hytale.editor.brush.config |
Subcommands
| Subcommand | Syntax | Description |
clear | /scriptedbrushes clear | Clear your brush config and disable it |
list | /scriptedbrushes list | List available brush config operations |
step | /scriptedbrushes step [--options] | Advance one or more steps in your brush order |
exit | /scriptedbrushes exit | Exit running debug state or stop incomplete operation |
load | /scriptedbrushes load | Load a scripted brush by name, or open the interface |
info | /scriptedbrushes info | Information on the current brush configuration |
SETTOOLHISTORYSIZE
Set the amount of historical builder tool actions that can be stored.
/settoolhistorysize <historyLength>
| Property | Value |
| Permission | hytale.buildertools.command.settoolhistorysize |
Parameters
| Parameter | Type | Required | Description |
historyLength | Integer | ✅ Yes | The length of the builder tool history |
TINT
Tint the selection with the specified color.
/tint <color>
| Property | Value |
| Permission | hytale.buildertools.command.tint |
Parameters
| Parameter | Type | Required | Description |
color | Text | ✅ Yes | The color to tint with |
TOGGLEBLOCKPLACEMENTOVERRIDE
Toggle the ability to break block placement rules.
/toggleblockplacementoverride
| Property | Value |
| Aliases | tbpo, toggleplacement |
| Permission | hytale.system.command.toggleblockplacementoverride |
WALL
Set the material on the walls of your selection with the specified thickness.
/wall <pattern> [--options]
| Property | Value |
| Aliases | side, walls, sides |
| Permission | hytale.buildertools.command.wall |
Parameters
| Parameter | Type | Required | Default | Description |
pattern | Block Pattern | ✅ Yes | - | Block type to set for walls |
--thickness <thickness> | Integer | ❌ No | 1 | Wall thickness |
--perimeter | Flag | ❌ No | false | Include top and bottom of selection in operation |
--roof | Flag | ❌ No | false | Include top of selection in operation |
--floor | Flag | ❌ No | false | Include bottom of selection in operation |
🐛 Debugging & Testing
Debugging and testing commands for developers and administrators.
DEBUG
Debugging commands.
/debug
| Property | Value |
| Permission | hytale.debugplugin.command.debug |
Subcommands
| Subcommand | Syntax | Description |
shape | /debug shape | Shape debugging commands |
DEBUGPLAYERPOSITION
Help debug player position (for client desync issues).
/debugplayerposition
| Property | Value |
| Permission | hytale.system.command.debugplayerposition |
DESYNCDAMAGE
Enable/disable desync damage mode for testing.
/desyncdamage
| Property | Value |
| Permission | hytale.damagemodule.command.desyncdamage |
DROPLIST
Simulate drops from a given loot list.
/droplist <droplist> [--options]
| Property | Value |
| Permission | hytale.assetmodule.command.droplist |
Parameters
| Parameter | Type | Required | Description |
droplist | Text | ✅ Yes | The droplist ID to simulate |
--count <count> | Integer | ❌ No | Number of times the simulation will run |
ECHO
Display a text message to the user.
/echo <message>
| Property | Value |
| Permission | hytale.commandmacro.command.echo |
Parameters
| Parameter | Type | Required | Description |
message | Text | ✅ Yes | The message to send |
HITBOX
Return hitbox data for a given ID.
/hitbox
/hitbox <hitbox>
| Property | Value |
| Permission | hytale.collisionmodule.command.hitbox |
Subcommands
| Subcommand | Syntax | Description |
extents | /hitbox extents [--options] | Calculate total filler block count |
HITBOXCOLLISION
Add/remove a HitboxCollision component to an entity or yourself.
/hitboxcollision
| Property | Value |
| Permission | hytale.system.command.hitboxcollision |
Subcommands
| Subcommand | Syntax | Description |
add | /hitboxcollision add | Add a HitboxCollision component |
remove | /hitboxcollision remove | Remove a HitboxCollision component |
HITDETECTION
Enable/disable visual hitbox debugging.
/hitdetection
| Property | Value |
| Permission | hytale.system.command.hitdetection |
HUDTEST
Hide the hotbar to test if HudManager systems work correctly.
/hudtest [--options]
| Property | Value |
| Permission | hytale.system.command.hudtest |
Parameters
| Parameter | Type | Required | Description |
--player <player> | Player | ❌ No | An online player |
--reset | Flag | ❌ No | Show HUD again instead of hiding it |
LOG
Set different log levels.
/log <logger> [--options]
| Property | Value |
| Permission | hytale.system.command.log |
Parameters
| Parameter | Type | Required | Description |
logger | Text | ✅ Yes | Logger name (or global for global logger) |
--level <level> | Log Level | ❌ No | Log level to set |
--reset | Flag | ❌ No | Remove logger from config |
--save | Flag | ❌ No | Save level to config |
Argument Types
Log Level: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL
MESSAGETEST
Test sending messages with nested translated parameters.
/messagetest
| Property | Value |
| Aliases | msgtest |
| Permission | hytale.system.command.messagetest |
TAGPATTERN
Test whether a specified block matches a specified tag pattern.
/tagpattern <tagPattern> <blockType>
| Property | Value |
| Permission | hytale.system.command.tagpattern |
Parameters
| Parameter | Type | Required | Description |
tagPattern | TagPattern Asset | ✅ Yes | The TagPattern to test |
blockType | BlockType Asset | ✅ Yes | The BlockType to test against |
👾 Entities
Commands to manage and manipulate entities in Hytale.
ENTITY
Prefix for entity-related commands.
/entity
| Property | Value |
| Aliases | entities |
| Permission | hytale.system.command.entity |
Subcommands
| Subcommand | Syntax | Description |
clone | /entity clone [--options] | Clone a specified entity |
remove | /entity remove [--options] | Remove an entity |
dump | /entity dump [--options] | Export saved entity data |
clean | /entity clean [--options] | Remove all entities |
lod | /entity lod <ratio> | Set the LOD (Level of Detail) ratio |
tracker | /entity tracker <player> [--options] | Display player entity tracker info |
resend | /entity resend <player> [--options] | Resend all tracked entities to a player |
nameplate | /entity nameplate <text> [--options] | Modify entity Nameplate component |
stats | /entity stats | Prefix for entity stats commands |
snapshot | /entity snapshot | Entity snapshot related commands |
effect | /entity effect <effect> [--options] | Apply an effect to specified entities |
interactable | /entity interactable [--options] | Enable/disable Interactable component |
intangible | /entity intangible [--options] | Add/remove Intangible component |
invulnerable | /entity invulnerable [--options] | Add/remove Invulnerable component |
hidefromadventureplayers | /entity hidefromadventureplayers [--options] | Hide selected entities from adventure mode |
count | /entity count [--options] | Display entity count in the world |
CLEARENTITIES
Remove entities from the selection.
/clearentities
| Property | Value |
| Permission | hytale.editor.selection.clipboard |
REPULSION
Commands to add/remove a Repulsion component to an entity or yourself.
/repulsion
| Property | Value |
| Permission | hytale.system.command.repulsion |
Subcommands
| Subcommand | Syntax | Description |
add | /repulsion add | Add a Repulsion component to an entity |
remove | /repulsion remove | Remove a Repulsion component from an entity |
SPAWNBLOCK
Spawn a block entity.
/spawnblock <block> <position> [--options]
| Property | Value |
| Permission | hytale.system.command.spawnblock |
Parameters
| Parameter | Type | Required | Description |
block | Block Type Key | ✅ Yes | The block type to spawn |
position | Relative Position | ✅ Yes | The position to spawn the block |
--world <world> | World | ❌ No | The world to operate this command on |
--rotation <rotation> | Rotation | ❌ No | The block rotation (pitch, yaw, roll) |
💧 Fluids
Commands to manage fluids (water, lava, etc.) in Hytale.
FLUID
Debug commands for fluids.
/fluid
| Property | Value |
| Permission | hytale.fluid.command.fluid |
Subcommands
| Subcommand | Syntax | Description |
set | /fluid set <fluid> <level> [--options] | Modify fluid at targeted position |
get | /fluid get [--options] | Get fluid at targeted position |
setradius | /fluid setradius <radius> <fluid> <level> [--options] | Modify fluid at player position within a radius |
🌍 Instances & Worlds
Commands to manage worlds, instances, and terrain generation.
INSTANCES
Commands for working with world instances.
/instances
| Property | Value |
| Aliases | instance, inst |
| Permission | hytale.instances.command.instances |
Subcommands
| Subcommand | Syntax | Description |
edit | /instances edit | Commands for editing world instances |
spawn | /instances spawn <instanceName> [--options] | Create a new world instance |
exit | /instances exit | Exit the current instance |
migrate | /instances migrate | Migrate instances |
SETTICKING
Set if a world should be ticking.
/setticking <ticking> [--options]
| Property | Value |
| Permission | hytale.universe.command.setticking |
Parameters
| Parameter | Type | Required | Description |
ticking | Boolean | ✅ Yes | true to enable ticking, false to disable it |
--world <world> | World | ❌ No | The world to operate this command on |
VIEWPORT
Establish a worldgen viewport on the selected region.
/viewport [--options]
| Property | Value |
| Permission | hytale.hytalegenerator.command.viewport |
Parameters
| Parameter | Type | Required | Description |
--radius <radius> | Integer | ❌ No | Create a viewport with the given radius in chunks around the player |
--delete | Flag | ❌ No | Delete the existing Viewport instance |
WORLD
Commands related to worlds.
/world
| Property | Value |
| Aliases | worlds |
| Permission | hytale.universe.command.world |
Subcommands
| Subcommand | Syntax | Description |
list | /world list | List loaded worlds |
remove | /world remove <name> | Remove a world |
prune | /world prune [--options] | Remove all non-default worlds without observers |
load | /world load <name> | Load an existing world |
add | /world add <name> [--options] | Add a new world |
setdefault | /world setdefault <name> | Set the default world of this universe |
save | /world save [--options] | Save one or all worlds to disk |
pause | /world pause [--options] | Pause/unpause the game |
config | /world config | Supercommand for world config commands |
settings | /world settings | Commands for managing world settings |
perf | /world perf [--options] | Display performance metrics (TPS) for a world |
tps | /world tps <rate> [--options] | Set the tick rate for a world |
WORLDGEN
World generation configuration commands.
/worldgen
| Property | Value |
| Aliases | wg |
| Permission | hytale.system.command.worldgen |
Subcommands
| Subcommand | Syntax | Description |
benchmark | /worldgen benchmark <pos1> <pos2> [--options] | Benchmark world generation performance |
reload | /worldgen reload [--options] | Reload world generation configuration |
WORLDMAP
Manage world map settings.
/worldmap
| Property | Value |
| Aliases | map |
| Permission | hytale.system.command.worldmap |
Subcommands
| Subcommand | Syntax | Description |
reload | /worldmap reload [--options] | Reload the world map |
discover | /worldmap discover [--options] | Discover zones on the world map |
undiscover | /worldmap undiscover [--options] | Undiscover zones on the world map |
clearmarkers | /worldmap clearmarkers | Clear world map markers |
viewradius | /worldmap viewradius | Manage world map view radius override |
WORLDPATH
Commands for managing world paths.
/worldpath
| Property | Value |
| Permission | hytale.path.command.worldpath |
Subcommands
| Subcommand | Syntax | Description |
list | /worldpath list [--options] | List all existing paths |
remove | /worldpath remove <name> [--options] | Remove a path by name |
save | /worldpath save [--options] | Force save the config file |
builder | /worldpath builder | Commands for building world paths |
🤝 Interactions
Commands to manage interactions in Hytale.
INTERACTION
Interaction execution commands.
/interaction
| Property | Value |
| Aliases | interact |
| Permission | hytale.interactionmodule.command.interaction |
Subcommands
| Subcommand | Syntax | Description |
run | /interaction run <interactionType> | Execute an interaction |
snapshotsource | /interaction snapshotsource | Get or set the snapshot source for interactions |
clear | /interaction clear | Clear a player's interactions |
🌐 Internationalization
Commands for language and translation management.
LANG
Commands related to internationalization.
/lang
| Property | Value |
| Aliases | internationalization, i18n, translation |
| Permission | hytale.i18nmodule.command.lang |
Subcommands
| Subcommand | Syntax | Description |
gen | /lang gen [--options] | Generate default localization files |
TOGGLETMPTAGS
Toggle displaying [ TMP ] tags on temporary strings.
/toggletmptags
| Property | Value |
| Aliases | tmptags, tmptag, tmptext, tmpstring, tmpstrings |
| Permission | hytale.i18nmodule.command.toggletmptags |
🎒 Inventory & Items
Commands to manage inventory, items, and loot.
INVENTORY
Manage player inventories.
/inventory
| Property | Value |
| Aliases | inv |
| Permission | hytale.system.command.inventory |
Subcommands
| Subcommand | Syntax | Description |
clear | /inventory clear | Clear your inventory of all items |
see | /inventory see <player> | See another player's inventory |
item | /inventory item | Open the currently held item's container |
backpack | /inventory backpack [--options] | View or resize your backpack |
ITEMSTATE
Set the state of the currently held item.
/itemstate <state>
| Property | Value |
| Permission | hytale.system.command.itemstate |
Parameters
| Parameter | Type | Required | Description |
state | Text | ✅ Yes | The item state to set |
GIVE
Give an item to a player.
/give <item> [--options]
/give <player> <item> [--options]
| Property | Value |
| Permission | hytale.command.give.self |
Subcommands
| Subcommand | Syntax | Description |
armor | /give armor <search> [--options] | Give armor based on a search |
Parameters
| Parameter | Type | Required | Default | Description |
item | Item Asset | ✅ Yes | - | The item to give |
--metadata <metadata> | Text | ❌ No | - | Item metadata as JSON string |
--quantity <quantity> | Integer | ❌ No | 1 | Quantity of items to give |
SPAWNITEM
Spawn an item.
/spawnitem <item> [--options]
| Property | Value |
| Permission | hytale.itemmodule.command.spawnitem |
Parameters
| Parameter | Type | Required | Default | Description |
item | Item Asset | ✅ Yes | - | The item to spawn |
--count <count> | Integer | ❌ No | - | Number of item entities to spawn |
--qty <qty> | Integer | ❌ No | 1 | Quantity of items to spawn |
--force <force> | Float | ❌ No | 1.0 | Force multiplier for throwing items |
STASH
Get a droplist for the Chest you're looking at.
/stash [--options]
| Property | Value |
| Permission | hytale.system.command.stash |
Parameters
| Parameter | Type | Required | Description |
--set <set> | Text | ❌ No | Set a droplist for the Chest you're looking at |
🧑 Player & Character
Commands to control the player, health, appearance, and abilities.
DAMAGE
Deal damage to the player.
/damage [--options]
/damage <player> [--options]
| Property | Value |
| Aliases | hurt |
| Permission | hytale.command.damage.self |
Parameters
| Parameter | Type | Required | Description |
--amount <amount> | Double | ❌ No | Amount of raw damage to deal |
--silent | Flag | ❌ No | Don't send a message to chat |
EMOTE
Play an emote.
/emote <emote>
| Property | Value |
| Permission | hytale.cosmeticsmodule.command.emote |
Parameters
| Parameter | Type | Required | Description |
emote | Text | ✅ Yes | The emote to play |
FILLSIGNATURE
Fill your signature energy.
/fillsignature
| Property | Value |
| Permission | hytale.commandmacro.command.fillsignature |
GAMEMODE
Change the player's game mode.
/gamemode <gamemode>
/gamemode <gamemode> <player>
| Property | Value |
| Aliases | gm |
| Permission | hytale.command.gamemode.self |
Parameters
| Parameter | Type | Required | Description |
gamemode | GameMode | ✅ Yes | The game mode to set |
Argument Types
GameMode: A game mode (adventure, creative, or their abbreviations a, c).
HEAL
Heal to max stamina and health.
/heal
| Property | Value |
| Permission | hytale.commandmacro.command.heal |
HIDE
Hide and show players from other players.
/hide
/hide <player> [--options]
| Property | Value |
| Permission | hytale.system.command.hide |
Subcommands
| Subcommand | Syntax | Description |
show | /hide show <player> [--options] | Show a player to a target player or all |
all | /hide all | Hide all players from each other |
showall | /hide showall | Show all players to each other |
KILL
Kill and respawn the player.
/kill
/kill <player>
| Property | Value |
| Permission | hytale.command.kill.self |
MODEL
Open the model selection page.
/model
/model <player>
| Property | Value |
| Permission | hytale.model.command.model |
Subcommands
| Subcommand | Syntax | Description |
set | /model set <model> [--options] | Set your model |
reset | /model reset [--options] | Reset your model to default skin |
MOUNT
Commands related to mounting entities/blocks.
/mount
| Property | Value |
| Permission | hytale.mounts.command.mount |
Subcommands
| Subcommand | Syntax | Description |
dismount | /mount dismount | Dismount from what you've mounted |
check | /mount check [--options] | Check your mount status |
NEARDEATH
Set your health to 1.
/neardeath
| Property | Value |
| Permission | hytale.commandmacro.command.neardeath |
PLAYER
Commands related to players.
/player
| Property | Value |
| Permission | hytale.system.command.player |
Subcommands
| Subcommand | Syntax | Description |
reset | /player reset [--options] | Reset player data |
stats | /player stats | Prefix for player stat operation commands |
effect | /player effect | Manage player effects |
respawn | /player respawn | Respawn the player |
camera | /player camera | Commands for manipulating the player camera |
viewradius | /player viewradius | Commands for managing player view radius |
zone | /player zone [--options] | Display current zone and biome of the player |
SPAWN
Teleport to the world spawn.
/spawn [--options]
/spawn <player> [--options]
| Property | Value |
| Permission | hytale.command.spawn.self |
Subcommands
| Subcommand | Syntax | Description |
set | /spawn set [--options] | Set the world spawn point |
default | /spawn default [--options] | Set the world spawn point to default |
Parameters
| Parameter | Type | Required | Description |
--spawnIndex <spawnIndex> | Integer | ❌ No | The spawn point index to teleport to |
UNSTUCK
Teleport to the top of the world at your current position.
/unstuck
| Property | Value |
| Permission | hytale.commandmacro.command.unstuck |
WHEREAMI
Print the current location of a player.
/whereami
/whereami <player>
| Property | Value |
| Permission | hytale.command.whereami.self |
WHO
List who is on the server.
/who
| Property | Value |
| Permission | hytale.system.command.who |
WHOAMI
Print your player information.
/whoami
/whoami <player>
| Property | Value |
| Aliases | uuid |
| Permission | hytale.system.command.whoami |
🧠 Memories & Progression
Commands to manage memories and player progression.
MEMORIES
Commands related to the memories system.
/memories
| Property | Value |
| Permission | hytale.memories.command.memories |
Subcommands
| Subcommand | Syntax | Description |
clear | /memories clear | Clear all memories |
capacity | /memories capacity <capacity> | Set memory capacity |
level | /memories level [--options] | Get memory level |
unlockall | /memories unlockall [--options] | Unlock all memories |
OBJECTIVE
Commands related to objectives (quests/missions).
/objective
| Property | Value |
| Aliases | obj |
| Permission | hytale.objectives.command.objective |
Subcommands
| Subcommand | Syntax | Description |
start | /objective start | Start an objective |
complete | /objective complete | Complete a task or objective |
panel | /objective panel | Open the objectives admin panel |
history | /objective history | Display completed objectives history |
locationmarker | /objective locationmarker | Add/enable/disable markers |
reachlocationmarker | /objective reachlocationmarker | Add ReachLocationMarkers |
🌤️ Weather
Commands to control weather in Hytale worlds.
WEATHER
Manage weather in worlds.
/weather
| Property | Value |
| Permission | hytale.system.command.weather |
Subcommands
| Subcommand | Syntax | Description |
set | /weather set <weather> [--options] | Set the forced weather in a world |
get | /weather get [--options] | Get the current forced weather in a world |
reset | /weather reset [--options] | Reset the forced weather in a world to default |
🎮 Game Modes
Commands to manage game modes and server access.
PLAY
Toggle server access for play modes.
/play
| Property | Value |
| Permission | hytale.singleplayermodule.command.play |
Subcommands
| Subcommand | Syntax | Description |
lan | /play lan [--options] | Toggle LAN play access |
friend | /play friend [--options] | Toggle friend play access |
online | /play online [--options] | Toggle online play access |
🤖 NPCs
Commands to create, manage, and control NPCs in Hytale.
NPC
Commands related to NPCs.
/npc
| Property | Value |
| Permission | hytale.npc.command.npc |
Subcommands
| Subcommand | Syntax | Description |
all | /npc all [--options] | Spawn all NPC roles |
appearance | /npc appearance <model> [--options] | Set NPC model |
attack | /npc attack | Set an override attack sequence |
benchmark | /npc benchmark [--options] | Collect role metrics |
blackboard | /npc blackboard | NPC blackboard related commands |
clean | /npc clean [--options] | Remove all NPCs |
debug | /npc debug | NPC debug flag related commands |
dump | /npc dump [--options] | Export all NPC component info |
flock | /npc flock | Add or remove NPCs from a flock |
freeze | /npc freeze [--options] | Freeze an NPC |
give | /npc give <item> [--options] | Give an item to an NPC |
path | /npc path | Set a transient path on the target NPC |
role | /npc role <role> [--options] | Change an NPC's role |
runtests | /npc runtests [--options] | Run a set of test NPCs |
sensorstats | /npc sensorstats | Export sensor related info |
spawn | /npc spawn <role> [--options] | Spawn NPCs |
step | /npc step [--options] | Advance NPC behavior by a set number |
test | /npc test | NPC test commands |
thaw | /npc thaw [--options] | Thaw an NPC |
message | /npc message <message> [--options] | Send a beacon message to an NPC |
PATH
Commands for managing NPC patrol paths.
/path
| Property | Value |
| Permission | hytale.path.command.path |
Subcommands
| Subcommand | Syntax | Description |
list | /path list [--options] | List all active patrol paths for a world |
nodes | /path nodes <worldgenId> <path> [--options] | List all nodes and info for a given path |
new | /path new <pathName> [--options] | Start a new NPC patrol path |
edit | /path edit [--options] | Prepare editing an existing path |
add | /path add [--options] | Add an NPC patrol path node |
merge | /path merge <pathName> | Merge a second path into the current path |
update | /path update | Commands for updating prefab path markers |
SPAWNING
Commands related to NPC spawning.
/spawning
| Property | Value |
| Aliases | sp |
| Permission | hytale.spawning.command.spawning |
Subcommands
| Subcommand | Syntax | Description |
enable | /spawning enable [--options] | Enable world NPC spawning |
disable | /spawning disable [--options] | Disable world NPC spawning |
beacons | /spawning beacons | Spawn beacon commands |
markers | /spawning markers | Spawn marker commands |
populate | /spawning populate [--options] | Remove all NPCs and repopulate |
stats | /spawning stats [--options] | Print NPC spawning statistics |
suppression | /spawning suppression | Spawn suppression commands |
🏃 Parkour & Checkpoints
Commands for the parkour system and checkpoints.
CHECKPOINT
Commands related to the parkour system.
/checkpoint
| Property | Value |
| Permission | hytale.parkour.command.checkpoint |
Subcommands
| Subcommand | Syntax | Description |
add | /checkpoint add <index> | Add a checkpoint at a given index |
remove | /checkpoint remove <index> [--options] | Remove a checkpoint |
reset | /checkpoint reset | Reset current progression |
✨ Particles
Commands to create and manage particle effects.
PARTICLE
Commands related to particle systems.
/particle
| Property | Value |
| Permission | hytale.system.command.particle |
Subcommands
| Subcommand | Syntax | Description |
spawn | /particle spawn <particle> [--options] | Spawn a particle system at the player's position |
👑 Permissions & Administration
Administration commands to manage players and server permissions.
BAN
Ban a player.
/ban <username> [--options]
| Property | Value |
| Permission | hytale.accesscontrolmodule.command.ban |
Parameters
| Parameter | Type | Required | Description |
username | Text | ✅ Yes | The username of the player to ban |
--reason <reason> | Text | ❌ No | The reason for the ban |
KICK
Kick a player from the server.
/kick <player>
| Property | Value |
| Permission | hytale.system.command.kick |
Parameters
| Parameter | Type | Required | Description |
player | Player | ✅ Yes | The player to kick |
OP
Commands for managing operator permissions.
/op
| Property | Value |
| Permission | - |
Subcommands
| Subcommand | Syntax | Description |
self | /op self | Add yourself to the OP permission group |
add | /op add <player> | Add a player to the operator group |
remove | /op remove <player> | Remove a player from the operator group |
PERM
Permission management.
/perm
| Property | Value |
| Permission | hytale.permissionsmodule.command.perm |
Subcommands
| Subcommand | Syntax | Description |
group | /perm group | Group permissions |
user | /perm user | User permissions |
test | /perm test <nodes> | Test permissions |
MAXPLAYERS
Set the maximum number of players on the server.
/maxplayers [--options]
| Property | Value |
| Permission | hytale.system.command.maxplayers |
Parameters
| Parameter | Type | Required | Description |
--amount <amount> | Integer | ❌ No | The maximum number of allowed players |
NOTIFY
Send a notification to all players in all worlds.
/notify
| Property | Value |
| Permission | hytale.system.command.notify |
SUDO
Run a command as another player.
/sudo <player>
| Property | Value |
| Aliases | su |
| Permission | hytale.system.command.sudo |
Parameters
| Parameter | Type | Required | Description |
player | Text | ✅ Yes | The player to run the command as (or * for all players) |
UNBAN
Unban a player.
/unban <username>
| Property | Value |
| Permission | hytale.accesscontrolmodule.command.unban |
Parameters
| Parameter | Type | Required | Description |
username | Text | ✅ Yes | The username of the player to unban |
WHITELIST
Modify the whitelist.
/whitelist
| Property | Value |
| Permission | hytale.accesscontrolmodule.command.whitelist |
Subcommands
| Subcommand | Syntax | Description |
add | /whitelist add <username> | Add a player to the whitelist |
remove | /whitelist remove <username> | Remove a player from the whitelist |
enable | /whitelist enable | Enable the whitelist |
disable | /whitelist disable | Disable the whitelist |
clear | /whitelist clear | Clear the whitelist |
status | /whitelist status | Display whitelist status |
list | /whitelist list | List all players on the whitelist |
🔌 Plugins
Commands to manage server plugins.
PLUGIN
Plugin management commands.
/plugin
| Property | Value |
| Aliases | plugins, pl |
| Permission | hytale.system.command.plugin |
Subcommands
| Subcommand | Syntax | Description |
list | /plugin list | List all plugins |
load | /plugin load <pluginName> [--options] | Load a plugin |
unload | /plugin unload <pluginName> [--options] | Unload a plugin |
reload | /plugin reload <pluginName> | Reload a plugin |
manage | /plugin manage | Open the plugin management interface |
🌀 Portals & Fragments
Commands to manage portals and world fragments.
CURSETHIS
Curse the held item.
/cursethis
| Property | Value |
| Permission | hytale.portals.command.cursethis |
FRAGMENT
Commands for when you're inside a portal fragment.
/fragment
| Property | Value |
| Permission | hytale.portals.command.fragment |
Subcommands
| Subcommand | Syntax | Description |
timer | /fragment timer <seconds> [--options] | Set the remaining time on the fragment |
LEAVE
Leave the Fragment world you're in.
/leave
| Property | Value |
| Permission | hytale.portals.command.leave |
VOIDEVENT
Void-event related commands (for portal fragments).
/voidevent
| Property | Value |
| Permission | hytale.portals.command.voidevent |
Subcommands
| Subcommand | Syntax | Description |
start | /voidevent start [--options] | Test starting the portal void event |
🏗️ Prefabs
Commands to create, edit, and manage prefabs.
CONVERTPREFABS
Convert prefabs to the latest format.
/convertprefabs [--options]
| Property | Value |
| Permission | hytale.system.command.convertprefabs |
Parameters
| Parameter | Type | Required | Default | Description |
--path <path> | Text | ❌ No | - | Custom path of prefabs to convert |
--store <store> | Text | ❌ No | (server default) | Prefab store to convert (server, asset, worldgen, all) |
--filler | Flag | ❌ No | false | Fix filler where not destructive |
--blocks | Flag | ❌ No | false | Migrate block entities |
--entities | Flag | ❌ No | false | Migrate entities (slow) |
--destructive | Flag | ❌ No | false | Apply destructive changes to blocks |
--relative | Flag | ❌ No | false | Relativize block/entity positions to anchor point |
EDITPREFAB
Commands for editing and creating prefabs.
/editprefab
| Property | Value |
| Aliases | pedit, prefabedit |
| Permission | hytale.buildertools.command.editprefab |
Subcommands
| Subcommand | Syntax | Description |
exit | /editprefab exit | Exit the editing world (loses unsaved changes) |
load | /editprefab load <prefabPath> <prefabName> | Create an empty world and paste a prefab |
new | /editprefab new <prefabName> [--options] | Create an empty world to build a new prefab |
select | /editprefab select [--options] | Select the pre-existing prefab area |
save | /editprefab save [--options] | Save the prefab with existing area |
saveui | /editprefab saveui | Open save UI to configure and save |
kill | /editprefab kill | Despawn all entities in selection |
saveas | /editprefab saveas <fileNameArg> [--options] | Save selected prefab to another file |
setbox | /editprefab setbox [--options] | Set the selection bounding box |
info | /editprefab info | General prefab info |
tp | /editprefab tp | Open teleport UI to a loaded prefab |
modified | /editprefab modified | List all unsaved modified prefabs |
PREFAB
Commands related to prefabs.
/prefab
| Property | Value |
| Aliases | p |
| Permission | hytale.buildertools.command.prefab |
Subcommands
| Subcommand | Syntax | Description |
save | /prefab save | Save a prefab |
load | /prefab load | Load a prefab |
delete | /prefab delete <name> [--options] | Delete a prefab |
list | /prefab list [--options] | List prefabs |
PREFABSPAWNER
View and edit properties on a prefab spawner block.
/prefabspawner
| Property | Value |
| Aliases | pspawner |
| Permission | hytale.prefabspawnermodule.command.prefabspawner |
Subcommands
| Subcommand | Syntax | Description |
get | /prefabspawner get [--options] | Print the properties of the target prefab spawner |
set | /prefabspawner set <prefab> [--options] | Set a prefab path for the spawner |
weight | /prefabspawner weight <prefab> <weight> [...] | Set the weight of an individual prefab file |
🍳 Recipes
Commands to manage crafting recipes.
RECIPE
Commands for managing player recipes.
/recipe
| Property | Value |
| Permission | hytale.system.command.recipe |
Subcommands
| Subcommand | Syntax | Description |
learn | /recipe learn <item> | Learn a recipe for an item |
forget | /recipe forget <item> | Forget a recipe for an item |
list | /recipe list | List all known recipes |
🏆 Reputation
Commands to manage the reputation system.
REPUTATION
Commands for handling reputation.
/reputation
| Property | Value |
| Permission | hytale.reputation.command.reputation |
Subcommands
| Subcommand | Syntax | Description |
add | /reputation add <reputationGroupId> <value> [...] | Add/sub a reputation value |
set | /reputation set <reputationGroupId> <value> [...] | Set a reputation value |
rank | /reputation rank <reputationGroupId> [--options] | Check reputation rank |
value | /reputation value <reputationGroupId> [--options] | Check reputation value |
✂️ Selection & Editing
Essential commands for selecting and editing areas in Hytale.
CLEAREDITHISTORY
Clear clipboard history.
/clearedithistory
| Property | Value |
| Aliases | cleartoolhistory, clearhistory |
| Permission | hytale.buildertools.command.clearedithistory |
CONTRACTSELECTION
Contract your selection in all directions or along a specific axis.
/contractselection <distance> [--options]
| Property | Value |
| Aliases | contract |
| Permission | hytale.buildertools.command.contractselection |
Parameters
| Parameter | Type | Required | Description |
distance | Integer | ✅ Yes | Number of blocks to contract |
--axis <axis> | List (Axis) | ❌ No | Axes to affect (x, y, z — comma-separated) |
COPY
Copy the contents of your selection to the clipboard.
/copy [--options]
/copy <xMin> <yMin> <zMin> <xMax> <yMax> <zMax> [--options]
| Property | Value |
| Permission | hytale.editor.selection.clipboard |
Parameters
| Parameter | Type | Required | Description |
--keepanchors | Flag | ❌ No | Keep anchor blocks |
--empty | Flag | ❌ No | Include empty blocks |
--noEntities | Flag | ❌ No | Exclude entities (included by default) |
--onlyEntities | Flag | ❌ No | Copy only entities (not blocks) |
CUT
Cut the contents of your selection (removes and stores in clipboard).
/cut [--options]
/cut <xMin> <yMin> <zMin> <xMax> <yMax> <zMax> [--options]
| Property | Value |
| Permission | hytale.editor.selection.clipboard |
Parameters
| Parameter | Type | Required | Description |
--keepanchors | Flag | ❌ No | Keep anchor blocks |
--empty | Flag | ❌ No | Include empty blocks |
--noEntities | Flag | ❌ No | Exclude entities (included by default) |
--onlyEntities | Flag | ❌ No | Cut only entities (not blocks) |
DELETE
Clear current selection / delete elements.
/delete
| Property | Value |
| Aliases | /d, /del |
| Permission | hytale.commandmacro.command.delete |
DESELECT
Clear your current selection.
/deselect
| Property | Value |
| Aliases | clearselection |
| Permission | hytale.buildertools.command.deselect |
EXPAND
Expand your selection in all directions or along an axis.
/expand [--options]
| Property | Value |
| Permission | hytale.buildertools.command.expand |
Parameters
| Parameter | Type | Required | Default | Description |
--axis <axis> | Axis | ❌ No | - | The axis of expansion (x, y, z) |
--distance <distance> | Integer | ❌ No | 1 | The distance of expansion |
MOVE
Move your selection and its contents in the direction you're looking or a specified direction.
/move [--options]
/move <direction> <distance> [--options]
/move <distance> [--options]
| Property | Value |
| Permission | hytale.buildertools.command.move |
Parameters
| Parameter | Type | Required | Description |
--empty | Flag | ❌ No | Move only empty blocks |
--entities | Flag | ❌ No | Include entities in the move |
PASTE
Paste the contents of your clipboard.
/paste
/paste <position>
| Property | Value |
| Permission | hytale.editor.selection.clipboard |
POS1
Set the first position of your selection.
/pos1 [--options]
| Property | Value |
| Permission | hytale.editor.selection.use |
Parameters
| Parameter | Type | Required | Description |
--x <x> | Integer | ❌ No | The X coordinate (optional, uses current position if not specified) |
--y <y> | Integer | ❌ No | The Y coordinate (optional, uses current position if not specified) |
--z <z> | Integer | ❌ No | The Z coordinate (optional, uses current position if not specified) |
POS2
Set the second position of your selection.
/pos2 [--options]
| Property | Value |
| Permission | hytale.editor.selection.use |
Parameters
| Parameter | Type | Required | Description |
--x <x> | Integer | ❌ No | The X coordinate (optional, uses current position if not specified) |
--y <y> | Integer | ❌ No | The Y coordinate (optional, uses current position if not specified) |
--z <z> | Integer | ❌ No | The Z coordinate (optional, uses current position if not specified) |
REDO
Redo the last undone change.
/redo
/redo <count>
| Property | Value |
| Aliases | r |
| Permission | hytale.editor.history |
Parameters
| Parameter | Type | Required | Description |
count | Integer | ❌ No | Number of changes to redo |
REPAIRFILLERS
Repair filler blocks in selection.
/repairfillers
| Property | Value |
| Permission | hytale.buildertools.command.repairfillers |
REPLACE
Replace specified blocks in the selection with another block.
/replace <to> [--options]
/replace <from> <to> [--options]
| Property | Value |
| Permission | hytale.buildertools.command.replace |
Parameters
| Parameter | Type | Required | Description |
to | Block Pattern | ✅ Yes | The replacement block type |
--substringSwap | Flag | ❌ No | Perform substring replacement on block names |
--regex | Flag | ❌ No | Use regex matching |
SELECTCHUNK
Select a chunk.
/selectchunk
| Property | Value |
| Permission | hytale.buildertools.command.selectchunk |
SELECTCHUNKSECTION
Select a chunk section.
/selectchunksection
| Property | Value |
| Permission | hytale.buildertools.command.selectchunksection |
SELECTIONHISTORY
Record selection box changes in the undo/redo history.
/selectionhistory <enabled>
| Property | Value |
| Permission | hytale.buildertools.command.selectionhistory |
Parameters
| Parameter | Type | Required | Description |
enabled | Boolean | ✅ Yes | Whether to enable selection history recording |
SETBLOCKS
Set all blocks in your selection to the specified block type.
/setblocks <pattern>
| Property | Value |
| Aliases | set |
| Permission | hytale.editor.selection.modify |
Parameters
| Parameter | Type | Required | Description |
pattern | Block Pattern | ✅ Yes | The block type to apply to your selection |
SHIFT
Shift the selection.
/shift [--options]
| Property | Value |
| Permission | hytale.buildertools.command.shift |
Parameters
| Parameter | Type | Required | Default | Description |
--axis <axis> | Axis | ❌ No | - | The axis to shift along |
--distance <distance> | Integer | ❌ No | 1 | The distance to shift the selection |
STACK
Stack the selection.
/stack [--options]
/stack <direction> <count> [--options]
/stack <count> [--options]
| Property | Value |
| Permission | hytale.buildertools.command.stack |
Parameters
| Parameter | Type | Required | Description |
--spacing <spacing> | Integer | ❌ No | Spacing between stacked copies |
--empty | Flag | ❌ No | Stack only empty blocks |
SUBMERGE
Submerge the selection with a fluid. Use 'Empty' to remove fluid.
/submerge <fluid-item>
| Property | Value |
| Aliases | flood |
| Permission | hytale.buildertools.command.submerge |
Parameters
| Parameter | Type | Required | Description |
fluid-item | Block Type Key | ✅ Yes | The type of fluid to submerge with |
UNDO
Undo the last change.
/undo
/undo <count>
| Property | Value |
| Aliases | u |
| Permission | hytale.editor.history |
Parameters
| Parameter | Type | Required | Description |
count | Integer | ❌ No | Number of changes to undo |
UPDATESELECTION
Update the selection.
/updateselection <xMin> <yMin> <zMin> <xMax> <yMax> <zMax>
| Property | Value |
| Permission | hytale.buildertools.command.updateselection |
Parameters
| Parameter | Type | Required | Description |
xMin | Integer | ✅ Yes | The minimum X coordinate |
yMin | Integer | ✅ Yes | The minimum Y coordinate |
zMin | Integer | ✅ Yes | The minimum Z coordinate |
xMax | Integer | ✅ Yes | The maximum X coordinate |
yMax | Integer | ✅ Yes | The maximum Y coordinate |
zMax | Integer | ✅ Yes | The maximum Z coordinate |
⚙️ System & Server
System and Hytale server management commands.
BACKUP
Create a universe backup.
/backup
| Property | Value |
| Permission | hytale.system.command.backup |
COMMANDS
Commands related to commands themselves.
/commands
| Property | Value |
| Permission | hytale.system.command.commands |
Subcommands
| Subcommand | Syntax | Description |
dump | /commands dump | Export all registered commands to a file |
HELP
Display command help.
/help
/help <command>
| Property | Value |
| Aliases | ? |
| Permission | hytale.system.command.help |
HUB
Return to the "Cosmos of Creativity" hub.
/hub
| Property | Value |
| Aliases | converge, convergence |
| Permission | hytale.creativehub.command.hub |
NOON
Set the time to noon and pause the day/night cycle.
/noon
| Property | Value |
| Permission | hytale.commandmacro.command.noon |
SERVER
Commands related to the server.
/server
| Property | Value |
| Permission | hytale.system.command.server |
Subcommands
| Subcommand | Syntax | Description |
stats | /server stats | Provide statistics about the machine hosting the server |
gc | /server gc | Force the server to perform a garbage collection |
dump | /server dump [--options] | Export the server state |
SLEEP
Manage sleep-related settings.
/sleep
| Property | Value |
| Permission | hytale.system.command.sleep |
Subcommands
| Subcommand | Syntax | Description |
offset | /sleep offset [--options] | Get or set the sleep offset |
test | /sleep test [--options] | Test sleep performance |
STOP
Stop the server.
/stop [--options]
| Property | Value |
| Aliases | shutdown |
| Permission | hytale.system.command.stop |
Parameters
| Parameter | Type | Required | Description |
--crash | Flag | ❌ No | Crash the server instead of shutting down normally |
STRESSTEST
Server stress testing.
/stresstest
| Property | Value |
| Permission | hytale.system.command.stresstest |
Subcommands
| Subcommand | Syntax | Description |
start | /stresstest start [--options] | Start stress testing |
stop | /stresstest stop | Stop stress testing |
UPDATE
Commands for updating assets and prefabs via git.
/update
| Property | Value |
| Permission | hytale.system.command.update |
Subcommands
| Subcommand | Syntax | Description |
assets | /update assets | Commands for updating assets via git |
prefabs | /update prefabs | Commands for updating prefabs via git |
VALIDATECPB
Validate CPB (Compressed Prefab Buffer) files.
/validatecpb [--options]
| Property | Value |
| Permission | hytale.system.command.validatecpb |
Parameters
| Parameter | Type | Required | Description |
--path <path> | Text | ❌ No | The path to validate (optional, validates all asset packs if not specified) |
VERSION
Display version information about the currently running server.
/version
| Property | Value |
| Permission | hytale.system.command.version |
WAIT
Wait a specified amount of time before completing asynchronously.
/wait <time> [--options]
| Property | Value |
| Permission | hytale.commandmacro.command.wait |
Parameters
| Parameter | Type | Required | Description |
time | Float | ✅ Yes | The amount of time to wait (in seconds) |
--print | Flag | ❌ No | If specified, the command will print to chat when completed |
🚀 Teleportation
Commands for teleporting and managing warp points.
TP
Teleport a player to a location.
/tp
/tp <targetPlayer> <player>
/tp <player> <x> <y> <z> [--options]
/tp <targetPlayer>
/tp <x> <y> <z> [--options]
| Property | Value |
| Aliases | teleport |
| Permission | hytale.teleport.command.tp |
Subcommands
| Subcommand | Syntax | Description |
all | /tp all <x> <y> <z> [--options] | Teleport all players to a location |
home | /tp home | Teleport you to your home |
top | /tp top | Teleport to the highest block above you |
back | /tp back [--options] | Teleport to the most recent teleport location |
forward | /tp forward [--options] | Teleport to the next teleport location |
history | /tp history | Dump teleport history to console |
world | /tp world <worldName> | Teleport to another world |
WARP
Warp commands (saved teleport points).
/warp
/warp <warpName>
| Property | Value |
| Permission | hytale.teleport.command.warp |
Subcommands
| Subcommand | Syntax | Description |
go | /warp go <warpName> | Teleport you to the chosen warp |
set | /warp set <name> | Set your current position as a warp |
list | /warp list [--options] | List available warps |
remove | /warp remove <name> | Remove a warp |
reload | /warp reload | Reload warps |
⏰ Time
Commands to control the day/night cycle in Hytale.
TIME
Get the world time.
/time [--options]
/time <time> [--options]
| Property | Value |
| Aliases | daytime |
| Permission | hytale.timemodule.command.time |
Subcommands
| Subcommand | Syntax | Description |
dawn | /time dawn [--options] | Set world time to dawn |
midday | /time midday [--options] | Set world time to midday |
dusk | /time dusk [--options] | Set world time to dusk |
midnight | /time midnight [--options] | Set world time to midnight |
set | /time set | Set the world time |
pause | /time pause [--options] | Toggle the passing of time |
dilation | /time dilation <timeDilation> [--options] | Change the server's time dilation scaling |
Parameters
| Parameter | Type | Required | Description |
--world <world> | World | ❌ No | The world to operate this command on |
📊 Complete Alphabetical Index
Quickly find any Hytale command with this complete alphabetically sorted index.
| Command | Category | Permission |
/ambience | Ambience & Environment | hytale.ambience.command.ambience |
/assets | Assets & Resources | hytale.system.command.assets |
/auth | Authentication & Network | hytale.system.command.auth |
/backup | System & Server | hytale.system.command.backup |
/ban | Permissions & Administration | hytale.accesscontrolmodule.command.ban |
/bindings | Authentication & Network | hytale.servermanager.command.bindings |
/block | Blocks | hytale.universe.command.block |
/blockselect | Blocks | hytale.universe.command.blockselect |
/blockset | Blocks | hytale.blocksetmodule.command.blockset |
/blockspawner | Blocks | hytale.blockspawner.command.blockspawner |
/buildertoolslegend | Building & Builder Tools | hytale.system.command.buildertoolslegend |
/camshake | Camera & Visual Effects | hytale.camera.command.camshake |
/checkpoint | Parkour & Checkpoints | hytale.parkour.command.checkpoint |
/chunk | Chunks | hytale.system.command.chunk |
/clearblocks | Blocks | hytale.buildertools.command.clearblocks |
/clearedithistory | Selection & Editing | hytale.buildertools.command.clearedithistory |
/clearentities | Entities | hytale.editor.selection.clipboard |
/commands | System & Server | hytale.system.command.commands |
/contractselection | Selection & Editing | hytale.buildertools.command.contractselection |
/convertprefabs | Prefabs | hytale.system.command.convertprefabs |
/copy | Selection & Editing | hytale.editor.selection.clipboard |
/cursethis | Portals & Fragments | hytale.portals.command.cursethis |
/cut | Selection & Editing | hytale.editor.selection.clipboard |
/damage | Player & Character | hytale.command.damage.self |
/debug | Debugging & Testing | hytale.debugplugin.command.debug |
/debugplayerposition | Debugging & Testing | hytale.system.command.debugplayerposition |
/delete | Selection & Editing | hytale.commandmacro.command.delete |
/deselect | Selection & Editing | hytale.buildertools.command.deselect |
/desyncdamage | Debugging & Testing | hytale.damagemodule.command.desyncdamage |
/droplist | Debugging & Testing | hytale.assetmodule.command.droplist |
/echo | Debugging & Testing | hytale.commandmacro.command.echo |
/editline | Building & Builder Tools | hytale.buildertools.command.editline |
/editprefab | Prefabs | hytale.buildertools.command.editprefab |
/emote | Player & Character | hytale.cosmeticsmodule.command.emote |
/entity | Entities | hytale.system.command.entity |
/environment | Ambience & Environment | hytale.buildertools.command.environment |
/eventtitle | Ambience & Environment | hytale.system.command.eventtitle |
/expand | Selection & Editing | hytale.buildertools.command.expand |
/extendface | Building & Builder Tools | hytale.buildertools.command.extendface |
/fillblocks | Blocks | hytale.buildertools.command.fillblocks |
/fillsignature | Player & Character | hytale.commandmacro.command.fillsignature |
/flip | Building & Builder Tools | hytale.buildertools.command.flip |
/fluid | Fluids | hytale.fluid.command.fluid |
/fragment | Portals & Fragments | hytale.portals.command.fragment |
/gamemode | Player & Character | hytale.command.gamemode.self |
/give | Inventory & Items | hytale.command.give.self |
/gmask | Building & Builder Tools | hytale.buildertools.command.gmask |
/heal | Player & Character | hytale.commandmacro.command.heal |
/help | System & Server | hytale.system.command.help |
/hide | Player & Character | hytale.system.command.hide |
/hitbox | Debugging & Testing | hytale.collisionmodule.command.hitbox |
/hitboxcollision | Debugging & Testing | hytale.system.command.hitboxcollision |
/hitdetection | Debugging & Testing | hytale.system.command.hitdetection |
/hollow | Building & Builder Tools | hytale.buildertools.command.hollow |
/hotbar | Building & Builder Tools | hytale.buildertools.command.hotbar |
/hub | System & Server | hytale.creativehub.command.hub |
/hudtest | Debugging & Testing | hytale.system.command.hudtest |
/importimage | Building & Builder Tools | hytale.buildertools.command.importimage |
/importobj | Building & Builder Tools | hytale.editor.selection.clipboard |
/instances | Instances & Worlds | hytale.instances.command.instances |
/interaction | Interactions | hytale.interactionmodule.command.interaction |
/inventory | Inventory & Items | hytale.system.command.inventory |
/itemstate | Inventory & Items | hytale.system.command.itemstate |
/kick | Permissions & Administration | hytale.system.command.kick |
/kill | Player & Character | hytale.command.kill.self |
/landiscovery | Authentication & Network | hytale.landiscovery.command.landiscovery |
/lang | Internationalization | hytale.i18nmodule.command.lang |
/leave | Portals & Fragments | hytale.portals.command.leave |
/lighting | Ambience & Environment | hytale.system.command.lighting |
/log | Debugging & Testing | hytale.system.command.log |
/maxplayers | Permissions & Administration | hytale.system.command.maxplayers |
/memories | Memories & Progression | hytale.memories.command.memories |
/messagetest | Debugging & Testing | hytale.system.command.messagetest |
/model | Player & Character | hytale.model.command.model |
/mount | Player & Character | hytale.mounts.command.mount |
/move | Selection & Editing | hytale.buildertools.command.move |
/neardeath | Player & Character | hytale.commandmacro.command.neardeath |
/network | Authentication & Network | hytale.system.command.network |
/networkchunksending | Authentication & Network | hytale.system.command.networkchunksending |
/noon | System & Server | hytale.commandmacro.command.noon |
/notify | Permissions & Administration | hytale.system.command.notify |
/npc | NPCs | hytale.npc.command.npc |
/objective | Memories & Progression | hytale.objectives.command.objective |
/op | Permissions & Administration | - |
/packetstats | Authentication & Network | hytale.system.command.packetstats |
/packs | Assets & Resources | hytale.system.command.packs |
/particle | Particles | hytale.system.command.particle |
/paste | Selection & Editing | hytale.editor.selection.clipboard |
/path | NPCs | hytale.path.command.path |
/perm | Permissions & Administration | hytale.permissionsmodule.command.perm |
/pidcheck | Authentication & Network | hytale.system.command.pidcheck |
/ping | Authentication & Network | hytale.system.command.ping |
/play | Game Modes | hytale.singleplayermodule.command.play |
/player | Player & Character | hytale.system.command.player |
/plugin | Plugins | hytale.system.command.plugin |
/pos1 | Selection & Editing | hytale.editor.selection.use |
/pos2 | Selection & Editing | hytale.editor.selection.use |
/prefab | Prefabs | hytale.buildertools.command.prefab |
/prefabspawner | Prefabs | hytale.prefabspawnermodule.command.prefabspawner |
/recipe | Recipes | hytale.system.command.recipe |
/redo | Selection & Editing | hytale.editor.history |
/refer | Authentication & Network | hytale.system.command.refer |
/repairfillers | Selection & Editing | hytale.buildertools.command.repairfillers |
/replace | Selection & Editing | hytale.buildertools.command.replace |
/reputation | Reputation | hytale.reputation.command.reputation |
/repulsion | Entities | hytale.system.command.repulsion |
/resetrotation | Camera & Visual Effects | hytale.commandmacro.command.resetrotation |
/rotate | Building & Builder Tools | hytale.buildertools.command.rotate |
/say | Communication | hytale.consolemodule.command.say |
/scriptedbrushes | Building & Builder Tools | hytale.editor.brush.config |
/selectchunk | Selection & Editing | hytale.buildertools.command.selectchunk |
/selectchunksection | Selection & Editing | hytale.buildertools.command.selectchunksection |
/selectionhistory | Selection & Editing | hytale.buildertools.command.selectionhistory |
/server | System & Server | hytale.system.command.server |
/setblocks | Selection & Editing | hytale.editor.selection.modify |
/setticking | Instances & Worlds | hytale.universe.command.setticking |
/settimeandgohome | Ambience & Environment | hytale.commandmacro.command.settimeandgohome |
/settoolhistorysize | Building & Builder Tools | hytale.buildertools.command.settoolhistorysize |
/shift | Selection & Editing | hytale.buildertools.command.shift |
/sleep | System & Server | hytale.system.command.sleep |
/sound | Audio | hytale.system.command.sound |
/spawn | Player & Character | hytale.command.spawn.self |
/spawnblock | Entities | hytale.system.command.spawnblock |
/spawning | NPCs | hytale.spawning.command.spawning |
/spawnitem | Inventory & Items | hytale.itemmodule.command.spawnitem |
/stack | Selection & Editing | hytale.buildertools.command.stack |
/stash | Inventory & Items | hytale.system.command.stash |
/stop | System & Server | hytale.system.command.stop |
/stresstest | System & Server | hytale.system.command.stresstest |
/submerge | Selection & Editing | hytale.buildertools.command.submerge |
/sudo | Permissions & Administration | hytale.system.command.sudo |
/tagpattern | Debugging & Testing | hytale.system.command.tagpattern |
/time | Time | hytale.timemodule.command.time |
/tint | Building & Builder Tools | hytale.buildertools.command.tint |
/toggleblockplacementoverride | Building & Builder Tools | hytale.system.command.toggleblockplacementoverride |
/toggletmptags | Internationalization | hytale.i18nmodule.command.toggletmptags |
/tp | Teleportation | hytale.teleport.command.tp |
/unban | Permissions & Administration | hytale.accesscontrolmodule.command.unban |
/undo | Selection & Editing | hytale.editor.history |
/unstuck | Player & Character | hytale.commandmacro.command.unstuck |
/update | System & Server | hytale.system.command.update |
/updateselection | Selection & Editing | hytale.buildertools.command.updateselection |
/validatecpb | System & Server | hytale.system.command.validatecpb |
/version | System & Server | hytale.system.command.version |
/viewport | Instances & Worlds | hytale.hytalegenerator.command.viewport |
/voidevent | Portals & Fragments | hytale.portals.command.voidevent |
/wait | System & Server | hytale.commandmacro.command.wait |
/wall | Building & Builder Tools | hytale.buildertools.command.wall |
/warp | Teleportation | hytale.teleport.command.warp |
/weather | Weather | hytale.system.command.weather |
/whereami | Player & Character | hytale.command.whereami.self |
/whitelist | Permissions & Administration | hytale.accesscontrolmodule.command.whitelist |
/who | Player & Character | hytale.system.command.who |
/whoami | Player & Character | hytale.system.command.whoami |
/world | Instances & Worlds | hytale.universe.command.world |
/worldgen | Instances & Worlds | hytale.system.command.worldgen |
/worldmap | Instances & Worlds | hytale.system.command.worldmap |
/worldpath | Instances & Worlds | hytale.path.command.worldpath |
❓ FAQ - Frequently Asked Questions
How do I use Hytale commands?
To use a Hytale command, open the chat by pressing the T or / key, then type your desired command. All commands start with the / character.
What permissions are required?
Each command requires a specific permission. Server administrators can configure permissions through the built-in permission system with the /perm command.
How do I become an operator on a Hytale server?
Use the /op self command to add yourself to the operator group, or /op add <player> to add another player.
How do I teleport a player?
Use /tp <player> <x> <y> <z> or /tp <player1> <player2> to teleport a player to coordinates or to another player.
How do I change game mode?
Use /gamemode adventure or /gamemode creative (or the shortcuts /gm a and /gm c) to change game mode.
How do I save the world?
Use /world save to save all worlds or /backup to create a complete universe backup.
How do I manage NPCs?
Use /npc spawn <role> to spawn NPCs, /npc clean to remove them, and /spawning enable/disable to control their automatic spawning.
How do I use building tools?
Selection commands like /pos1, /pos2, /copy, /paste, /setblocks allow you to edit the world. Use /undo and /redo to undo or redo your changes.
📝 Version Notes
- Beta Version - January
- 158 commands documented
- Documentation based on the Beta version of Hytale developed by Hypixel Studios
🔗 Useful Resources
- Official Hytale website: hytale.com
- Hypixel Studios: Developer of Hytale
- This documentation is unofficial and community-created
📌 Note: This documentation is based on the Beta version of Hytale and may be subject to changes. Commands, parameters, and permissions may change in future game updates.
Documentation created with ❤️ for the Hytale community