How to Set Up Admins & Permissions on Your Hytale Server
How to grant OP, configure permissions groups, and use admin commands on your Hytale server.
Granting OP
/op self
/op add PlayerName
/op remove PlayerNamepermissions.json
Define custom groups with specific permissions:
{
"groups": {
"admin": {"permissions": ["*"]},
"moderator": {"permissions": [
"hytale.command.kick",
"hytale.command.ban",
"hytale.command.tp"
]}
},
"users": {
"player-uuid": {"groups": ["admin"]}
}
}"*" = all permissions.
Key Admin Commands
Player Management
| Command | Description |
|---|---|
/kick <player> [reason] | Kick |
/ban <player> [reason] | Ban |
/unban <player> | Unban |
/who | List online players |
Teleportation
| Command | Description |
|---|---|
/tp <x> <y> <z> | Teleport to coords |
/tp <player> | Teleport to player |
/tp <player1> <player2> | Teleport player to player |
/tpall | Teleport all to you |
/top | Teleport to highest block |
/spawn / /setspawn | Spawn management |
/sethome [name] / /home | Home management |
World
| Command | Description |
|---|---|
/time [value] | View/set time |
/weather | Manage weather |
/gamemode <mode> [player] | Change game mode |
/seed | Display world seed |
/save / /save-all | Force save |
/stop | Graceful shutdown |
/tps | Performance metrics |
Building (WorldEdit-like)
| Command | Description |
|---|---|
/pos1 / /pos2 | Set selection |
/copy / /cut / /paste | Clipboard |
/fillblocks <pattern> | Fill selection |
/replace <from> <to> | Replace blocks |
/undo / /redo | History |
/prefab save/load/list | Prefab structures |
Related Guides
How is this guide?

40% Off — Limited TimeGet your Hytale server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server