
HTSL Reborn
A mod that makes programming in Hypixel's Housing game mode easier.
HTSL Reborn
Overview
HTSL Reborn is a fabric mod that makes programming in Hypixel's Housing gamemode easier. With the help of SystemsAPI, we ported HTSL's syntax to latest versions. Now that we're based on a more modern loader, there's a large possibility for extra QoL features to come in the future!
Features
- Language parity with HTSL (your HTSL scripts will work flawlessly!)
- Expressions (Javascript math, etc.)
- Compiler shortcuts (define statements)
- Loops
- Importing to Housing (with multiple methods:)
- Add: adds new actions after existing ones
- Replace: automatically replaces old actions with new
- (PLANNED) Update: optimally adjust existing actions so import takes less time (soon!)
- Exporting to code
- File browser hot-reloading
- Item support
Demo
Questions
How do I migrate?
To migrate from HTSL to HTSL Reborn, just copy all your imports into the new HTSL folder, located in the root of your minecraft instance. You should be good to go once things have been moved over.
What's better about this compared to the ChatTriggers module?
There are a couple of reasons why we abandoned HTSL to make this new mod.
- We wanted to update to the latest version of Minecraft.
- We wanted to leave the ChatTriggers ecosystem, opting for the power an actual modding framework gives us.
- We wanted to start fresh with a clean codebase (the old one was starting to get out of hand).
What does that mean for you?
- Fewer bugs (in the long term)
- Latest-version (and multi-version) support
- More features!
I need help!
If you think you may have found a bug, please create an issue. Otherwise, feel free to join our discord or create a discussion post.
Credits
Thank you, primarially, to @BusterBrown1218, the creator of the original HTSL ChatTriggers module.

