HyScript
Powerful JavaScript/TypeScript scripting engine for Hytale servers
Examples
•
Documentation
•
Latest release
HyScript is a dedicated scripting solution for Hytale, designed to make server-side development fast and accessible. It allows server owners and developers to create complex gameplay logic, custom mini-games, and automation tools using JavaScript or TypeScript, eliminating the need for complex modding setups and long compilation times.
- Hot Reloading: Scripts update instantly upon saving. No server restarts required - apply changes to your world in real-time.
- Full Module Support: Native ESM support. Use
importandexportto organize your scripts into clean, reusable modules. - TypeScript Native: Write robust code with full type safety. Powered by Bun/esbuild for lightning-fast execution and near-instant script loading.
- Fluent Event API: An intuitive, chainable API designed specifically for handling Hytale game events with ease.
[!NOTE] HyScript is currently under active development. Some features are still being implemented. A collection of script examples and full documentation will be available soon