Hytale blends adventurous exploration with deep creative freedom, and its powerful console and admin commands unlock tools that let you shape worlds, manage your own Hytale game server, and build faster than ever. Whether you're hosting your own server or fine-tuning a creative build, this guide breaks down every command you need to know in clear categories with descriptions and examples.
In this article, we’ll cover:
- How to access console commands
- Server & admin commands
- Commands usable only in Creative mode
- General and player commands
- A complete command reference table
How To Access Console Commands
Before you can use any command, you need to open the console or chat in Hytale:
- Launch the game and join a world or server.
- Press Enter to open the chat box.
- Type a command starting with
/to execute it.
If you don’t have Admin permission to use a command (such as server admin tools), you first need to be granted operator (OP) status with /op self in single-player or /op add [player] on servers.
Server & Admin Commands
These commands are essential for server operators (admins) or anyone managing players, world state, or permissions. They can be entered from your Hytale server host console or by a player with OP privileges ingame.
<| Command | What It Does | Example Use |
|---|---|---|
/op self |
Grants admin privileges to yourself | /op self |
/op add |
Gives admin permissions to another player | /op add PineHosting |
/op remove |
Removes admin permissions from a player | /op remove PineHosting |
/ban |
Bans a player from the server | /ban ToxicPlayer --reason Griefing |
/unban |
Unbans a player | /unban ToxicPlayer |
/kick |
Kicks a player from the server | /kick SpamUser |
/perm |
Primary permissions command for groups or users | /perm PineHosting admin |
/plugin |
Primary command for managing plugins | /plugin |
/plugin list |
Shows all installed plugins on the server | /plugin list |
/plugin reload |
Reloads a specific plugin without restarting the whole server | /plugin reload WorldEdit |
/whitelist enable |
Enables the server whitelist | /whitelist enable |
/whitelist disable |
Disables the server whitelist | /whitelist disable |
/whitelist add |
Adds a player to the whitelist | /whitelist add PineHosting |
/whitelist remove |
Removes a player from the whitelist | /whitelist remove PineHosting |
/backup |
Creates a server backup | /backup |
/stop |
Stops the server safely | /stop |
/server dump |
Exports server diagnostic data | /server dump |
/server gc |
Forces garbage collection | /server gc |
/server stats |
Displays server performance statistics | /server stats |
/sudo |
Runs a command as another player | /sudo PineHosting say Hello |
World & Environment Commands
These commands affect the world state and are particularly useful for creative building, testing, or server management.
| Command | What It Does | Example Use |
|---|---|---|
/gamemode creative |
Switches to Creative mode | /gamemode creative |
/gamemode exploration |
Switches to Exploration mode | /gamemode exploration |
/time |
Changes the world's time | /time set day |
/weather |
Changes the world's weather | /weather clear |
/warp set |
Creates a warp point | /warp set market |
/warp go |
Teleports to a saved warp point | /warp go market |
/spawn |
Teleports to spawn | /spawn |
/tp |
Teleports to a player or location | /tp PineHosting |
/worldmap discover |
Reveals the full map | /worldmap discover |
/spawning |
Commands related to NPC spawning | /spawning disable |
/block |
Primary command for block states and debugging | /block get 100 64 100 |
/chunk |
Primary command for chunk info and loading | /chunk reload |
/fluid |
Controls fluids at a location or radius | /fluid update |
/lighting |
Controls or checks lighting information | /lighting fix |
/path |
Main command for NPC patrol path management | /path optimize |
/world |
Primary command for managing worlds on the server | /world load mainworld |
Creative Mode-Exclusive Builder Commands
In Creative mode, Hytale gives builders powerful tools to manipulate blocks, selections, and structures without manually placing every voxel. These are only available (or make sense) while in Creative mode.
| Command | What It Does | Example Use |
|---|---|---|
/block set |
Sets a block | /block set 100 64 100 stone |
/block get |
Gets block information | /block get 100 64 100 |
/block getstate |
Gets a block state | /block getstate |
/block row |
Spawns base blocks matching a wildcard | /block row stone* |
/block setstate |
Sets a block state | /block setstate facing north |
/buildertoolslegend |
Shows or hides the builder tools legend HUD | /buildertoolslegend |
/clearblocks |
Sets blocks to empty in an area | /clearblocks |
/clearedithistory |
Clears clipboard history | /clearedithistory |
/clearentites |
Clears entities | /clearentites |
/contractselection |
Makes your selection smaller | /contractselection |
/copy |
Copies the selected area | /copy |
/cut |
Cuts the selected area | /cut |
/deselect |
Clears the current world selection | /deselect |
/editline |
Draws a line of blocks between two points | /editline stone |
/environment |
Sets the environment in a selected area | /environment forest |
/expand |
Expands your selection | /expand 5 |
/extendface |
Extends the target face | /extendface |
/fillblocks |
Fills air in a selection with blocks | /fillblocks stone |
/flip |
Flips blocks in your clipboard | /flip |
/gmask |
Sets the global block mask | /gmask stone |
/hollow |
Sets the material inside your selection | /hollow air |
/hotbar |
Sets your hotbar to a saved value | /hotbar |
/hub |
Returns to the Cosmos of Creativity hub | /hub |
/importimage |
Opens the image-to-blocks import tool | /importimage |
/importobj |
Opens the OBJ-to-voxel import tool | /importobj |
/itemstate |
Sets the state of your held item | /itemstate |
/move |
Moves your selection and its contents | /move 5 0 0 |
/paste |
Pastes your clipboard contents | /paste |
/pos1 |
Sets the first position of your selection | /pos1 |
/pos2 |
Sets the second position of your selection | /pos2 |
/prefab |
Primary prefab command | /prefab |
/prefab save |
Saves a structure as a prefab | /prefab save market_hub |
/prefab load |
Loads a saved prefab | /prefab load market_hub |
/redo |
Redoes the last change | /redo |
/repairfillers |
Repairs filler blocks in a selection | /repairfillers |
/replace |
Replaces blocks in a selection | /replace stone dirt |
/rotate |
Rotates your clipboard | /rotate 90 |
/selectchunk |
Selects a chunk | /selectchunk |
/selectchunksection |
Selects a chunk section | /selectchunksection |
/selectionhistory |
Records selection changes in history | /selectionhistory |
/setblocks |
Sets all blocks in a selection to one type | /setblocks stone |
/settoolhistorysize |
Sets stored builder tool history size | /settoolhistorysize 50 |
/shift |
Shifts a selection | /shift 5 0 0 |
/stack |
Stacks a selection | /stack 3 |
/submerge |
Submerges a selection with fluid | /submerge water |
/tint |
Tints a selection with a color | /tint red |
/undo |
Undoes the last change | /undo |
/updateselection |
Updates the selection | /updateselection |
/wall |
Sets wall material with thickness | /wall stone 2 |
Player & Quality-of-Life Commands
These work for any player (with permission if required) and help manage individual gameplay state.
| Command | What It Does | Example Use |
|---|---|---|
/give |
Spawns items for a player | /give PineHosting iron_sword |
/heal |
Restores full health | /heal PineHosting |
/inventory clear |
Clears your inventory | /inventory clear |
/inventory see |
Views another player's inventory | /inventory see PineHosting |
/kill |
Kills a player | /kill BuggedPlayer |
/damage |
Deals damage to a player | /damage PineHosting 10 |
/emote |
Plays an emote | /emote wave |
/help |
Shows the console command list | /help |
/mount |
Mounts, dismounts, or checks mount status | /mount |
/ping |
Shows player latency and ticks | /ping PineHosting |
/who |
Lists online players | /who |
/whoami |
Shows your player information | /whoami |
/whereami |
Shows your location in chat | /whereami |
/unstuck |
Moves you to a safe location | /unstuck |
These are handy for administrators and players alike to manage status or assist in debugging.
Tips For Using Commands
- Use
/help [command]in-game to see syntax and parameters for many commands. - Commands are case-sensitive on some servers, and require correct parameters.
- Many commands require OP/admin permission — without it, you might get “permission denied.”
Host Your Hytale Server With Pine Hosting
If you plan to use admin commands regularly, manage multiple players, or build large custom worlds, running your own dedicated Hytale server gives you full control over performance, permissions, and customization. A reliable hosting provider ensures your server stays online, performs well under load, and remains easy to manage as your community grows.
Pine Hosting specializes in high-performance game server hosting built for stability, low latency, and ease of use. Whether you are launching a private server for friends or building a public community server, Pine Hosting provides the tools and infrastructure needed to run Hytale smoothly.