Skip to content

HTSW v1.0.0 (VS Code v2.1.0)

Choose a tag to compare

@Callanplays Callanplays released this 10 Aug 15:51
· 4 commits to main since this release

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)

  1. Install ChatTriggers.
  2. Download HTSW.zip.
  3. Extract it into your Minecraft instance's config/ChatTriggers/modules/ folder.
  4. Confirm the resulting path is config/ChatTriggers/modules/HTSW/metadata.json.
  5. Start Minecraft or run /ct reload if it is already open.

VS Code extension

  1. Download htsw-plus-plus-2.1.0.vsix.
  2. In VS Code, open Extensions, select the ... menu, then choose Install from VSIX....
  3. 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 | sh

Windows PowerShell:

irm https://legendarygames.dev/htsw/cli/install.ps1 | iex

The 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.zip is the package used by HTSW's automatic in-game updater. Use HTSW.zip for manual installation.
  • htsw-cli-1.3.15.mjs is the CLI payload fetched by the installer.
  • htsw-*-latest.json files are machine-readable update manifests.
  • install.sh and install.ps1 are downloadable copies of the CLI installers used by the commands above.
  • LICENSE.txt and THIRD_PARTY_NOTICES.txt contain 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.