Mastering the Command API in Hytale
Learn how to create powerful server commands in Hytale - from simple /hello commands to advanced sub-command hierarchies with permissions, targeting, and validation.
Hytale plugin and mod development tutorials, guides, and insights
Learn how to create powerful server commands in Hytale - from simple /hello commands to advanced sub-command hierarchies with permissions, targeting, and validation.
Learn why Hytale uses an Entity Component System architecture instead of traditional object-oriented programming, and how to work with Entities, Components, and Systems.
Learn how Hytale's multi-threaded architecture differs from traditional single-threaded game servers, and how to write thread-safe plugin code.
Learn how to create custom user interfaces for Hytale server plugins - from project setup to your first UI page.
A step-by-step guide to creating your first Hytale server plugin with Java - from project setup to a working command.