LGHousing/htsw — reverse-engineered prompt
Reverse engineered prompt
Build me a developer tool for Hypixel Housing that lets people write their Housing actions and GUIs as text files instead of clicking through the Minecraft menus.
I want a small language for writing functions, events, items, and imports, with helpful errors when someone uses a wrong action name, bad value, or missing reference. It should include a command line tool to check a project and run a simple simulator, plus a ChatTriggers module that can import the files into a Housing world and only update what changed.
Please also make the editing experience nice, with VS Code autocomplete, hover help, and diagnostics if possible. In game, I’d like a simple dashboard command where I can browse files, inspect what the tool knows, and start imports without typing long commands.
Use the examples as the guide for the file format, especially a simple import file that points to action files and item NBT. Look up current ChatTriggers or VS Code extension docs online if you need to.
Want more depth? Deep Reverse