Skip to main content

Commands Reference

Complete reference of all Hytale server commands available through the panel console.

Player Commands

Basic Player Management

CommandDescriptionUsage
/kickKick a player/kick <player> [reason]
/banBan a player/ban <player> [reason]
/unbanUnban a player/unban <player>
/muteMute a player/mute <player>
/unmuteUnmute a player/unmute <player>
/pardonUnban (alias)/pardon <player>

Teleportation

CommandDescriptionUsage
/tpTeleport player/tp <player> <target>
/tpTeleport to coords/tp <player> <x> <y> <z>
/spawnTeleport to spawn/spawn [player]
/setspawnSet spawn point/setspawn
/homeTeleport home/home [player]
/warpTeleport to warp/warp <name>

Player State

CommandDescriptionUsage
/gamemodeChange gamemode/gamemode <mode> [player]
/healHeal a player/heal [player]
/killKill a player/kill [player]
/effectApply effect/effect <player> <effect> [duration]

Inventory

CommandDescriptionUsage
/giveGive items/give <player> <item> [amount]
/clearClear inventory/clear [player]

Administration Commands

Server Control

CommandDescriptionUsage
/stopStop the server/stop
/save-allSave all worlds/save-all
/saveSave current world/save
/save-onEnable auto-save/save-on
/save-offDisable auto-save/save-off
tip

To restart the server, use the Panel interface or stop and start via Docker.

Operator Management

CommandDescriptionUsage
/opGrant operator/op <player>
/deopRemove operator/deop <player>

Whitelist

CommandDescriptionUsage
/whitelist addAdd to whitelist/whitelist add <player>
/whitelist removeRemove from whitelist/whitelist remove <player>
/whitelist listShow whitelist/whitelist list
/whitelist onEnable whitelist/whitelist on
/whitelist offDisable whitelist/whitelist off

Broadcasting

CommandDescriptionUsage
/sayServer message/say <message>
/broadcastBroadcast message/broadcast <message>
/titleShow title/title <player> <text>

World Commands

Time

CommandDescriptionUsage
/time setSet time/time set <day|night|noon|value>
/time addAdd time/time add <value>
/time queryQuery time/time query <daytime|gametime|day>

Weather

CommandDescriptionUsage
/weatherSet weather/weather <clear|rain|thunder>

World Management

CommandDescriptionUsage
/seedShow world seed/seed
/setworldspawnSet spawn point/setworldspawn [x] [y] [z]

Game Mechanics

Difficulty

CommandDescriptionUsage
/difficultySet difficulty/difficulty <peaceful|easy|normal|hard>

Gamerules

CommandDescriptionUsage
/gameruleSet gamerule/gamerule <rule> [value]

Common gamerules:

  • doDaylightCycle - Day/night cycle
  • doMobSpawning - Mob spawning
  • keepInventory - Keep items on death
  • mobGriefing - Mob world damage
  • pvp - Player vs Player

Debug Commands

Information

CommandDescriptionUsage
/listList online players/list
/tpsShow TPS/tps
/memoryShow memory usage/memory

Debug

CommandDescriptionUsage
/debug startStart profiling/debug start
/debug stopStop profiling/debug stop

Update Commands

Native Hytale update system (v24.01.2026+):

CommandDescriptionUsage
/update statusCheck update status/update status
/update checkCheck for updates/update check
/update downloadDownload update/update download
/update applyApply update/update apply

Authentication Commands

CommandDescriptionUsage
/auth login deviceStart OAuth login/auth login device
/auth statusShow auth status/auth status
/auth logoutLog out/auth logout

Permission Requirements

Most commands require operator status or specific permissions:

Permission LevelCommands
All PlayersBasic chat
ModeratorKick, mute, teleport
OperatorBan, gamemode, give
AdminStop, restart, op/deop

Quick Reference

Most Used Commands

# Kick a griefer
/kick PlayerName Griefing is not allowed

# Give diamond sword
/give PlayerName diamond_sword 1

# Teleport player to you
/tphere PlayerName

# Set time to day
/time set day

# Save the server
/save-all

# Emergency broadcast
/say [!] Server restarting in 5 minutes!

Gamemode Shortcuts

/gamemode creative    # or /gmc
/gamemode adventure # or /gma
note

Hytale only supports Creative and Adventure gamemodes.