Skip to content

lumik0/hyscript

Repository files navigation

HyScript
Powerful JavaScript/TypeScript scripting engine for Hytale servers
ExamplesDocumentationLatest 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.

🚀 Key Features

  • 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 import and export to 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

Documentation

About

Hytale Plugin in which you can write scripts in typescript/javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published