New to Plugin Development?
Start with our Get Started guide to set up your development environment and create your first Hytale mod in minutes.
HostTale is an open-source community initiative dedicated to making Hytale mod development more accessible and improving the developer experience for everyone. We believe that great games deserve great tools, and that modding should be welcoming to developers of all skill levels.
We’re building a comprehensive ecosystem that empowers developers to create amazing Hytale experiences through:
Whether you’re working with Hytale’s native custom UI system, command framework, or Entity Component System (ECS), HostTale provides the documentation and community support you need to succeed.
Everything we create is open source and built transparently. Found a gap in the docs? Submit a PR. Built something cool? Share it with the community. We grow stronger together.
New to Plugin Development?
Start with our Get Started guide to set up your development environment and create your first Hytale mod in minutes.
JavaScript Developer?
Try SimpleScripting - build Hytale mods with JavaScript! Start with Your First Mod tutorial in 10 minutes.
Need Custom UI?
Learn how to use Hytale’s native UI system to create interactive user interfaces for your mods.
Advanced Game Logic?
Master Hytale’s Entity Component System to build sophisticated game mechanics and systems.
Start with our Get Started guide which walks you through downloading the template, configuring your project, and building your first plugin. You’ll need Java 25 SDK and IntelliJ IDEA.
Yes! Use SimpleScripting, a community-created server-side scripting framework that enables JavaScript-based mod development with a comprehensive runtime API for events, commands, database, and more.
Check out our Commands guide to learn how to use Hytale’s command system to build powerful custom commands with type-safe arguments and proper permission handling.
The Entity Component System (ECS) is Hytale’s architecture for game logic. Our ECS guides teach you how to work with components, systems, queries, and events.
Our UI documentation covers everything from quick start to interactive pages, using Hytale’s native UI system and BuilderCodec.
Last updated: February 2026 | Documentation maintained by the HostTale Project