HTSW v1.0.0 (VS Code v2.1.0)
What should I download?
| What you want | Download or command |
|---|---|
| In-game Housing importer | HTSW.zip |
| VS Code editing tools | htsw-plus-plus-2.1.0.vsix |
| Command-line checker and simulator | Use the installer command below |
In-game mod (Minecraft 1.8.9)
- Install ChatTriggers.
- Download
HTSW.zip. - Extract it into your Minecraft instance's
config/ChatTriggers/modules/folder. - Confirm the resulting path is
config/ChatTriggers/modules/HTSW/metadata.json. - Start Minecraft or run
/ct reloadif it is already open.
VS Code extension
- Download
htsw-plus-plus-2.1.0.vsix. - In VS Code, open Extensions, select the
...menu, then choose Install from VSIX.... - Select the downloaded file and reload VS Code when prompted.
CLI (optional)
Install Node.js 20 or newer first.
macOS, Linux, or Git Bash:
curl -fsSL https://legendarygames.dev/htsw/cli/install.sh | shWindows PowerShell:
irm https://legendarygames.dev/htsw/cli/install.ps1 | iexThe installer verifies the download and installs htsw into ~/.local/bin. Update it later with htsw upgrade.
What are the other assets?
htsw-ct-1.0.0.zipis the package used by HTSW's automatic in-game updater. UseHTSW.zipfor manual installation.htsw-cli-1.3.15.mjsis the CLI payload fetched by the installer.htsw-*-latest.jsonfiles are machine-readable update manifests.install.shandinstall.ps1are downloadable copies of the CLI installers used by the commands above.LICENSE.txtandTHIRD_PARTY_NOTICES.txtcontain licensing information.- GitHub generates the two source-code archives automatically; they are not installers.
HTSW 1.0.0
HTSW is officially stable. This is the first production release of the complete Housing workflow across the language, CLI, VS Code tooling, and ChatTriggers importer.
- Distribution packages now carry consistent licensing and third-party notices.
- Diagnostics infrastructure now has stricter upload validation, rate limits, storage limits, and safer file handling.
- Package, CI, documentation, and release tooling have been reorganized so each surface builds and verifies independently.