A Hypixel Housing editor with superpowers.
HSL is a powerful scripting language frontend for Hypixel Housing, allowing you to write clean, structured code that compiles into native Hypixel in-game actions.
Instead of fighting with the in-game UI, write expressive scripts that generate housing actions and logic — all with syntax inspired by modern programming languages.
Setting up your first game should be the easiest part of getting started. With clear functionalities, bunch of examples, quick guides, you'll be up and running within minutes—not hours.
Explore the capabilities of Hypixel housing to the maximum.
No guesswork, no complexity—just your first successful game, fast.
@loop(1m30s)
fn myTimerTask() {
giveItem(Material::Stone, slot=Slot::Hand)
stat stones: int
stones++
chat($"You have total {stones} stone blocks")
}Join our Discord community to post questions, get help, and share resources with many like-minded developers.
Check out the detailed documentation to read about installation, creating your first game and advanced usage.