Introduction
Welcome to the Hytale modding API documentation by Hytech.
Quick Start
Plugin System - Create your first mod
Event System - Handle game events
Messaging - Send messages to players
API Status Legend
All API documentation uses validation status markers:
🟢 Verified
Tested in-game, confirmed working
🔴 Requires Validation
Discovered from decompilation, not yet tested
Documentation Sections
Core APIs
Essential APIs for mod development:
Plugin System - JavaPlugin base class
Event System - EventBus and handlers
Messaging - Player messaging
Logging - HytaleLogger
Game Systems
Commands - Command system
Entities - Entities and players
Items & Inventory - ItemContainer API
World & NPCs
World Generation - Biomes, caves, chunks
NPC AI - NPC behavior
Spawning - Entity spawning
Utilities
Reference
Complete Class List - All 5,218 server classes
File Structure - Hytale installation layout
Server Packages - Package overview
Important Notes
⚠️ Color Codes: Minecraft-style color codes (
§) do NOT work in Hytale.
⚠️ Deprecated APIs: Some APIs like
getPlayer()are deprecated but still functional.
Documentation by Hytech-Mods
Last updated
Was this helpful?