A client-side utility mod for Hypixel Skyblock, built on Fabric for Minecraft 26.1.2.
Hex runs entirely on your client — it never needs to be installed on a server.
- Config menu — one categorized settings menu, opened with
/hexa configor a keybind. - Config profiles — named setups you can switch between by hand or automatically per server, plus sharing via the clipboard.
- Keybind shortcuts — bind a key combo to a delayed sequence of commands or chat messages.
- Control switch shortcuts — cycle one of Minecraft's own controls between two or more keys in-game.
- Attack mode switch — a keybind that flips Minecraft's Attack/Destroy between hold and toggle in-game.
- Freecam — detach the camera and fly it around while your character stays put.
- Hand display — reposition and restyle your held item in first person, cosmetically.
- Per-item swing — hide the swing animation only while holding chosen Skyblock items, by ID or UUID.
- Reminders — timers, chat triggers and location alerts on a movable HUD panel, with ready-made presets.
- Command suggestions — learns the commands you use and completes them in chat, ranked by where you are, what you are holding and what you just ran. All on your machine; message text is never recorded.
- Auto-update — Hex downloads new releases itself and applies them on exit. See Updating.
Hex is in early development — more features will land over time. See Features for what each one does and how to configure it, and the change log for what's new in each release.
- Install the Fabric Loader for Minecraft 26.1.2.
- Download the following mods and drop them into your
modsfolder:- Fabric API
- Fabric Language Kotlin
- Hex, from the releases page
- Launch the game with the Fabric profile.
Hex updates itself from its GitHub releases:
- On startup it checks for a newer release in the background. If one exists, it downloads the new jar and shows a chat
notice; the swap into your
modsfolder happens automatically when you next close Minecraft. - Run
/hexa updateto check immediately. - Manage it from the Updates tab of
/hexa config: disable the startup check, opt in to prerelease builds, or check for an update on the spot. (These are persisted toconfig/hex/update.jsonif you prefer to edit them by hand.) - These settings belong to your installation, not to a config profile — switching or pasting a profile leaves them alone.
If the automatic swap ever fails, the downloaded jar is left in config/hex/update/ — drop it into your mods
folder (and delete the old one) to update manually.
Hex is designed to comply with the Hypixel Server Rules on allowed modifications. Features are limited to displaying information the game already gives you and quality-of-life improvements — no automation, no unfair advantages. That said, use at your own risk: no third-party mod is officially endorsed by Hypixel.
Requires Java 25. Clone the repository and run:
./gradlew build
The mod jar is written to build/libs/.
To launch a development client:
./gradlew runClient
Hex is released into the public domain under CC0 1.0.