A Fabric client mod that auto-solves Guess The Build on Hypixel.
- Instant Word Matching - Matches build hints against a 1,900+ word dictionary in real-time
- Auto-Send - Automatically submits the answer when only one word matches
- Click-to-Send Overlay - Hover over matched words and click to send instantly
- Modern HUD - Animated overlay with smooth transitions, staggered entry, and accent glow effects
- Legacy Mode - Clean, minimal Minecraft-style panel for low-end systems
- Configurable Delay - Set auto-send delay from 5 to 120 ticks
- Sound Effects - Plays a notification sound when matches are found
- Mod Menu - Full settings integration via Mod Menu
- Toast Notifications - Non-intrusive popup confirmations
- Settings GUI - In-game configuration with sliders and toggles
| Minecraft | Java | Jar |
|---|---|---|
| 1.20.1 | 17 | guessbuild-1.20.1.jar |
| 1.20.4 | 17 | guessbuild-1.20.4.jar |
| 1.20.6 | 21 | guessbuild-1.20.6.jar |
| 1.21.1 | 21 | guessbuild-1.21.1.jar |
| 1.21.4 | 21 | guessbuild-1.21.4.jar |
| 1.21.5 | 21 | guessbuild-1.21.5.jar |
| 1.21.8 | 21 | guessbuild-1.21.8.jar |
| 1.21.11 | 21 | guessbuild-1.21.11.jar |
| 26.1.2 | 25 | guessbuild-26.1.2.jar |
| 26.2 | 25 | guessbuild-26.2.jar |
Download the jar matching your MC version from Releases.
- Fabric Loader 0.16.9+
- Fabric API
- Mod Menu (optional, for settings)
Exact dependency versions are listed in gradle.properties.
- Install Fabric Loader for your Minecraft version
- Download Fabric API and place it in
.minecraft/mods/ - Download Mod Menu and place it in
.minecraft/mods/(optional) - Download the latest
.jarfrom Releases matching your MC version - Drop the
.jarinto.minecraft/mods/ - Launch Minecraft and join a Hypixel Guess The Build game
| Keybind | Action |
|---|---|
| Right Shift | Open word overlay (when matches are detected) |
| F8 | Open settings |
| Mod Menu | Access settings from the mods list |
- Join a Guess The Build game on Hypixel
- When a hint appears (e.g.,
_ _ _ _ _ _), the mod automatically detects it from chat/action bar - If only one word matches the pattern, it sends the answer automatically (if enabled)
- If multiple words match, press Right Shift to see the overlay with all possibilities
- Click any word in the overlay to send it to chat
Open settings with F8 or via Mod Menu:
| Setting | Default | Description |
|---|---|---|
| Instant Send | Off | Send immediately when 1 match found |
| Paste In Chat | Off | Paste into chat bar instead of sending directly |
| Auto Send | On | Auto-submit when only 1 match remains |
| Auto Send Delay | 40 ticks | Delay before auto-sending (5-120 ticks) |
| Show Hints | On | Display hint in the overlay |
| Overlay Animations | On | Smooth open/close/entry animations |
| Sound Effects | On | Play sound on match detection |
| Legacy Overlay | Off | Simple Minecraft-style panel |
| Overlay Opacity | 80% | Background opacity of the overlay |
git clone https://github.com/wsyntax/GTBS.git
cd GTBS
./gradlew buildThe built jar will be in build/libs/.
To build for a different MC version, edit gradle.properties with the correct versions and rebuild.
The mod ships with a curated word list of 1,944 words commonly used in Hypixel's Guess The Build minigame, including:
- Animals, objects, buildings, vehicles
- Compound words and multi-word phrases
- Pop culture references and game-specific terms
You can customize the word list by editing wordlist.txt in the mod's resources before building.
| Problem | Solution |
|---|---|
| No matches detected | Make sure you're on the Hypixel server and playing Guess The Build |
| Mod doesn't load | Verify Fabric API and Fabric Loader versions match your MC version |
| Overlay doesn't appear | Press Right Shift only after a hint is shown in chat/action bar |
| Build fails | Make sure you have the correct Java version installed for your MC version |
All Rights Reserved - Made by Syntax