🎮 Hytale Server Commands¶
Welcome to the official Hytale server commands documentation. Here you'll find comprehensive guides for managing your Hytale server.
Quick Start¶
New to Hytale commands? Start with one of these sections:
🧭 Navigation¶
- 📖 Symbol Guide - Learn how to read command syntax
- ❓ Frequently Asked Questions - Common questions answered
🎮 Main Features¶
- 🛑 System Commands - Server management and player control
- 🌍 Teleportation - Travel across the world
- 🤖 NPCs & Characters - Spawn and manage NPCs
- 🌎 World & Weather - Manage worlds, time, and weather
- 🎨 Builder Tools - Advanced terrain editing
- 🧬 Spawning System - Control NPC spawning
📚 Documentation Overview¶
For Server Administrators¶
If you manage a server, focus on: - 🛑 System Commands - Essential server management - 🧬 Spawning System - Optimize NPC behavior - 🌎 World & Weather - World configuration
For Builders¶
If you create structures, check: - 🎨 Builder Tools - Terrain editing commands - 🌍 Teleportation - Navigate while building
For Content Creators¶
If you create events or content, see: - 🤖 NPCs & Characters - Create interactive NPCs - 🛑 System Commands - Manage players and effects
🎯 Command Categories¶
| Command Type | Purpose | Learn More |
|---|---|---|
| System | Server management, player control, permissions | 🛑 System Commands |
| Teleportation | Travel, warps, spawn points | 🌍 Teleportation |
| NPC | Spawn and control NPCs and characters | 🤖 NPCs & Characters |
| World | Manage worlds, time, weather, terrain | 🌎 World & Weather |
| Building | Terrain editing, structures, transformations | 🎨 Builder Tools |
| Spawning | Control automatic NPC spawning system | 🧬 Spawning System |
❓ Quick Answers¶
How do I teleport?¶
/tp 100 64 200 ← Teleport to coordinates
/tp PlayerName ← Teleport to player
/spawn ← Go to main spawn
Learn more about teleportation →
How do I manage players?¶
/kick PlayerName ← Remove player
/ban PlayerName ← Ban player
/op add PlayerName ← Grant admin
Learn more about system commands →
How do I create NPCs?¶
/npc spawn goblin ← Spawn NPC
/npc spawn goblin --count=10 ← Spawn multiple
/npc freeze ← Freeze all
How do I edit terrain?¶
/pos1 ← Mark point 1
/pos2 ← Mark point 2
/copy ← Copy area
/paste ← Paste elsewhere
How do I change time/weather?¶
/time set 12 ← Set noon
/weather set rain ← Change weather
Learn more about world management →
📖 Understanding Command Syntax¶
All commands follow a pattern. Learn the symbols:
| Symbol | Meaning | Example |
|---|---|---|
<required> |
You must provide this | /tp <x> <y> <z> |
[optional] |
You can skip this | /spawn [player] |
--flag |
Named parameter | --count=5 |
~ |
Relative coordinate | /tp ~10 ~ ~ |
🔗 Related Documentation¶
- Minecraft Server Docs - Main server documentation
- Hytale Official - Official Hytale website
- FAQ - Common questions answered
✅ Tips for Success¶
- Use Tab for help - Type a partial command and press Tab to autocomplete
- Check permissions - Some commands require operator status
- Read error messages - They tell you what went wrong
- Use relative coordinates -
~10 ~ ~is easier than calculating exact coords - Create warps - Use
/warp setfor frequently visited places
🆘 Need Help?¶
- Can't find a command? Check ❓ FAQ
- Don't understand syntax? Read 📖 Symbol Guide
- Looking for specific feature? Use the search or browse by category above
Happy playing! 🎮