Hytale Server Admin Commands Reference

Complete reference of all Hytale server commands: Player management, world controls, server management and OP permissions.

Hytale Server Commands

This reference covers all available admin commands for your Hytale server. Commands can be executed through the in-game chat (prefixed with /) or through the RespawnHost panel console (without the / prefix).

Note: These commands are based on the Hytale Early Access release and may change with future updates.

Player Management

Kick and Ban

CommandDescription
/kick <player> [reason]Remove a player from the server. They can reconnect.
/ban <player> [reason]Permanently ban a player from the server.
/ban-ip <address> [reason]Ban all connections from a specific IP address.
/unban <player>Remove a player ban.
/unban-ip <address>Remove an IP ban.
/banlistList all currently banned players and IPs.

Operator Permissions

CommandDescription
/op <player>Grant operator (admin) permissions to a player.
/deop <player>Remove operator permissions from a player.

Operators have access to all admin commands. Grant OP status only to trusted players.

Whitelist

CommandDescription
/whitelist onEnable the whitelist. Only listed players can join.
/whitelist offDisable the whitelist. Anyone can join.
/whitelist add <player>Add a player to the whitelist.
/whitelist remove <player>Remove a player from the whitelist.
/whitelist listShow all whitelisted players.
/whitelist reloadReload the whitelist from file.

Game Mode Commands

CommandDescription
/gamemode adventure <player>Set player to Adventure mode (PvE survival).
/gamemode creative <player>Set player to Creative mode (unlimited building).
/gamemode spectator <player>Set player to Spectator mode (fly and observe).
/gms <player>Shortcut for Adventure mode.
/gmc <player>Shortcut for Creative mode.
/gmsp <player>Shortcut for Spectator mode.

The <player> argument is optional when executing in-game — it defaults to yourself.

Teleportation

CommandDescription
/tp <player>Teleport yourself to another player.
/tp <player1> <player2>Teleport player1 to player2.
/tp <x> <y> <z>Teleport yourself to specific coordinates.
/tp <player> <x> <y> <z>Teleport a player to specific coordinates.
/spawnTeleport to the world spawn point.
/spawn <player>Teleport a player to spawn.
/warp <name>Teleport to a named warp point.
/setwarp <name>Create a warp point at your current location.
/delwarp <name>Delete a warp point.
/homeTeleport to your personal home point.
/sethomeSet your personal home point.
/tpr <player>Send a teleport request to another player.
/tpaAccept an incoming teleport request.

Time and Weather

CommandDescription
/time set daySet time to noon.
/time set nightSet time to midnight.
/time set <ticks>Set time to a specific tick value.
/time add <ticks>Advance time by the specified ticks.
/weather clearSet weather to clear.
/weather rainStart rain.
/weather thunderStart a thunderstorm.

World and Environment

CommandDescription
/worldborder set <size>Set the world border radius in blocks.
/worldborder center <x> <z>Set the world border center point.
/worldborder add <size>Expand the world border.
/worldborder remove <size>Shrink the world border.
/worldborder infoDisplay current world border settings.
/setspawnSet the world spawn point to your location.
/seedDisplay the world seed.

Server Management

CommandDescription
/stopGracefully shut down the server.
/restartSchedule a server restart.
/save-allForce-save the world and all player data.
/save-offDisable automatic saving (useful before world edits).
/save-onRe-enable automatic saving.
/whisper <player> <message>Send a private message to a player.
/broadcast <message>Send a message to all online players.
/say <message>Display a message from the server.
/listShow all online players.
/statusDisplay server performance metrics.
/gcDisplay memory usage and garbage collection stats.

Difficulty and Gameplay

CommandDescription
/difficulty peacefulSet difficulty to Peaceful.
/difficulty easySet difficulty to Easy.
/difficulty normalSet difficulty to Normal.
/difficulty hardSet difficulty to Hard.
/pvp onEnable PvP.
/pvp offDisable PvP.
/gamerule <rule> <value>Set a specific game rule.

Permission Levels

Hytale servers use permission levels to control access to commands:

LevelAccess
0 (Player)Basic commands: chat, teleport requests, home, warp
1 (Moderator)Kick, teleport, time/weather, broadcast
2 (Admin)Ban, gamemode, world border, difficulty
3 (Owner)OP management, stop/restart, save, all commands
4 (Console)Full access. Only accessible through the server console.

New operators default to level 2. Adjust levels through the permissions configuration file or via the console.

Using the Console

The RespawnHost panel provides a web-based console:

  1. Open your server in the panel.
  2. Click Console.
  3. Type commands without the / prefix.
  4. Press Enter to execute.

The console also displays all server log output, including player joins, chat messages, errors, and world save notifications.

Command Automation

Scheduled Commands

Use the RespawnHost Schedules feature to run commands automatically:

  1. Go to Schedules in the panel.
  2. Create a new schedule.
  3. Set the interval (e.g., every 6 hours).
  4. Add commands to execute (e.g., /save-all, /broadcast Server saving...).

Common automation use cases:

  • Automatic world saves every 30 minutes
  • Scheduled restarts every 24 hours
  • Periodic broadcasts for server rules or events

Frequently Asked Questions

How do I give myself admin on my server?

Server owners have full permissions through the console. To grant admin in-game, use the console to run op YourPlayerName.

Can I create custom commands?

Custom commands require server-side mods or plugins. Hytale’s modding API allows developers to register custom commands. Check the modding community for administration mods with custom command support.

How do I see who is online?

Use /list in-game or check the Players tab in the RespawnHost panel. The panel shows all connected players with their names and connection times.

Why is a command not working?

Verify that you have the required permission level. Some commands are restricted to higher-level operators. Check the console for error messages if a command fails silently.

Can I undo a command?

Most commands take effect immediately and cannot be undone. Always create a backup before executing world-altering commands. See World Management for backup instructions.