Players assigned as operators on a Hytale server can utilize various commands to help moderate their server. By utilizing commands such as kick or inventory checking, users can identify cheaters or griefers with ease. The commands can also be used to reward players with endgame resources or set up interesting scenarios for players to engage with. Commands can also grant permissions to others or assign specific privileges to players.
Note: Commands can only be used in-game by Server Operators.
How to Use Commands
1. Join the server as an OP.
2. Press Enter to open the chat.
3. Run the desired command by using the / prefix. A list of admin commands can be found using /help or on the table below.
Admin and Moderation Command List
| Command | Description | Permission |
|---|---|---|
/ban <player> |
Ban a player. | hytale.accesscontrolmodule.command.ban |
/kick <player> |
Kick a player. | hytale.system.command.kick |
/unban <player> |
Unban a player. | hytale.accesscontrolmodule.command.unban |
/op self |
Adds the user to the OP permission group | N/A |
/op add <player> |
Adds a player to the operator permission group. | hytale.command.op.add |
/op remove <player> |
Removes a player from the operator permission group. | hytale.command.op.remove |
/sudo <player> |
Run a command as another player. | hytale.system.command.sudo |
/say |
Announce a message to the whole server. | hytale.consolemodule.command.say |
/whitelist |
Modify the whitelist. | hytale.accesscontrolmodule.command.whitelist |
/whitelist enable |
Enable the whitelist. | hytale.accesscontrolmodule.command.whitelist.enable |
|
|
Disable the whitelist. | hytale.accesscontrolmodule.command.whitelist.disable |
/whitelist add <player> |
Add a player to the whitelist. | hytale.accesscontrolmodule.command.whitelist.add |
/whitelist remove <player> |
Remove a player from the whitelist. | hytale.accesscontrolmodule.command.whitelist.remove |
/whitelist clear |
Clear the whitelist. | hytale.accesscontrolmodule.command.whitelist.clear |
/whitelist status |
Display the whitelist status. | hytale.accesscontrolmodule.command.whitelist.status |
/whitelist list |
List all players on the whitelist. | hytale.accesscontrolmodule.command.whitelist.list |
/perm |
Permissions. | hytale.permissionsmodule.command.perm |
/perm group |
Group permissions. | hytale.permissionsmodule.command.perm.group |
/perm group list <group> |
List a group’s permissions. | hytale.permissionsmodule.command.perm.group.list |
/perm group add <group> <permissions> |
Add permissions to a group. | hytale.permissionsmodule.command.perm.group.add |
/perm group remove <group> <permissions> |
Remove permissions from a group. | hytale.permissionsmodule.command.perm.group.remove |
/perm user |
User permissions. | hytale.permissionsmodule.command.perm.use |
/perm user list <uuid> |
Lists a user’s permissions. | hytale.permissionsmodule.command.perm.user.list |
/perm user add <uuid> <permissions> |
Add permissions to a user. | hytale.permissionsmodule.command.perm.user.add |
/perm user remove <uuid> <permissions> |
Remove permissions from a user. | hytale.permissionsmodule.command.perm.user.remove |
/perm user group |
User groups. | hytale.permissionsmodule.command.perm.user.group |
/perm user group list <uuid> |
List a user’s group. | hytale.permissionmodule.command.perm.user.group.list |
/perm user group add <uuid> <group> |
Add a user to a group. | hytale.permissionmodule.command.perm.user.group.add |
/perm user group remove <uuid> <group> |
Remove a user from a group. | hytale.permissionmodule.command.perm.user.group.remove |
/perm test <nodes> |
Test permissions. | hytale.permissionsmodule.command.perm.test |
/gamemode <gamemode> |
Change player game mode. | hytale.command.gamemode.self |
/give <item> [--options] |
Gives an item to a player. | hytale.command.give.self |
/give armor <search> |
Searches for an armor set to give. | hytale.command.give.self.armor |
/heal |
Heal up to max stamina and health | hytale.commandmacro.command.heal |
/kill |
Kills and respawns the player. | hytale.command.kill.self |
/unstuck |
Teleport to the top of the world at the current position. | hytale.commandmacro.command.unstuck |
|
|
Teleport a player to a location. | hytale.teleport.command.tp |
/tp home |
Teleports the user to their home. | hytale.command.teleport.home |
/tp top |
Teleports to the highest block above the player. | hytale.command.teleport.top |
/tp all <x> <y> <z> [--options] |
Teleport all players to a location. | hytale.command.teleport.all |
/tp back [--options] |
Teleport to the most recent teleport location. | hytale.command.teleport.back |
/tp forward [--options] |
Teleport to the next teleport location. | hytale.command.teleport.forward |
/tp history [--options] |
Dumps teleport history to console. | hytale.command.teleport.history |
/tp world <worldName> |
Teleport to another world. | hytale.command.teleport.world |
/spawn [--options] |
Teleport to the world spawn. | hytale.command.spawn.self.default |
/spawn set [--options] |
Set the spawn point of the world. | hytale.command.spawn.self.set |
/spawn default [--options] |
Set the spawn point of the world to the default/original spawn from when the world was created. | hytale.command.spawn.self.default |
/warp |
Warp commands. | hytale.command.warp |
|
|
Teleport the user to the chosen warp. | hytale.command.warp.go |
/warp reload |
Reload warps. | hytale.command.warp.reload |
/warp list [--options] |
List available warps. | hytale.command.warp.list |
/warp remove <name> |
Remove a warp. | hytale.command.warp.remove |
/warp set <name> |
Set the current position as a warp. | hytale.command.warp.set |
|
|
Prints the current location of a player. | hytale.command.whereami.self |
/help |
Display command help. | hytale.system.command.help |
/help <command> |
Show help for a specific command. | N/A |
/who |
List who is on the server. | hytale.system.command.who |
/whoami |
Prints player information. | hytale.system.command.whoami |
/ping |
Network ping information. | hytale.system.command.ping |
|
|
Clear ping information history. | hytale.system.command.ping.clear |
/ping graph [--options] |
Print ping information as a graph. | hytale.system.command.ping.graph |