---
title: Commands for Your Hytale Server
description: "Learn about various Hytale commands that you can use on yourself, your server, and other players! "
source: "https://nodecraft.com/support/games/hytale/general/commands-for-your-hytale-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvYmQ4ZWE4ZDFiNi9oeXRhbGUtbGFuZGluZy1iYW5uZXItMS0yLTQucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzM3NXgxNTAvYjJmNzg1Y2NhNC9sb2dvLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJDb21tYW5kcyBmb3IgWW91ciBIeXRhbGUgU2VydmVyIn1d&s=62e33877baff669daf19f161d6548ccdbe6199220d3687fc88056d69ad09911d"
published: "2026-02-08T03:57:53.483Z"
updated: "2026-02-08T03:57:53.483Z"
---

# Commands for Your Hytale Server

Learn about various Hytale commands that you can use on yourself, your server, and other players! 

This document is a reference guide for commonly used Hytale server commands. Commands are grouped by category. Subcommands are documented under their parent command. For a full list of commands, run the /help command, documented below.

## Permissions & Safety Notes

Many commands require elevated permissions and may impact world state or server stability. Use caution when running destructive or administrative commands.

## Admin & Moderation Commands

| 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 you to the OP permission group |  |
| /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 |
| /whitelist disable /whitelist off | 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> |  | hytale.command.give.self.armor |
| /heal | Heal up to your 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 your current position. | hytale.commandmacro.command.unstuck |
| /tp /teleport /tp <player> <targetPlayer> /tp <player> <x> <y> <z> [--options] /tp <targetPlayer> /tp <x> <y> <z> [--options] | Teleport a player to a location. | hytale.teleport.command.tp |
| /tp home | Teleports you to your home. | hytale.command.teleport.home |
| /tp top | Teleports you to the highest block above you. | 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 |
| /warp go <warpName> /warp <warpName> | Teleport you 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 your current position as a warp. | hytale.command.warp.set |
| /whereami /whereami <player> | 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. |  |
| /who | List who is on the server. | hytale.system.command.who |
| /whoami | Prints your player information. | hytale.system.command.whoami |
| /ping | Network ping information. | hytale.system.command.ping |
| /ping clear [--options] /ping reset | Clear ping information history. | hytale.system.command.ping.clear |
| /ping graph [--options] | Print ping information as a graph. | hytale.system.command.ping.graph |
