Welcome to HTSL!
Housing Text Scripting Language, created by BusterBrown1218.
HTSL (Housing Text Scripting Language) is both a scripting syntax and a ChatTriggers module designed to help users write, share, and import/export scripts directly within Housing using a macro. Its syntax mirrors Housing code, each line in HTSL corresponds directly to a Housing action, with no additional functionality beyond what Housing already provides.
The creator, BusterBrown1218, describes HTSL as follows:
HTSL is a direct one-to-one, line-to-Housing action script. It is by no means a language, and is only capable of doing what housing does. There is no abstraction, what you write is what you get.
HTSL's purpose is to make it easier for people to develop housings or just sharing code with other people. Having a standard to talk about Housing actions makes it much easier to discuss code as we don't have to use weird different forms of pseudocode unique to everyone.
With Hypixel's latest update to their rules, macros for specifically importing/exporting Housing actions are now allowed, meaning you can safely use HTSL as you want without safe mode enabled.
Before we begin there's a few requirements you need to actually use HTSL:
Go to the
HTSL GitHub releases page.
Download the HTSL.zip.
Extract the zipped file into a new folder called HTSL (make sure there is only one HTSL folder, not HTSL\HTSL\rest of files).
Now, in-game we're going to run /ct files, and go into your modules folder and drop your HTSL folder right in there.
Last thing left to do is /ct reload and you can now use the HTSL module!