
Binders! ⌨️
An easy way to highlight important keybinds in Minecraft!
About this Mod
Binders
Binders is a lightweight utility mod and API designed for modpack and mod developers who want to highlight important keybinds to players. No more confusion or hunting through menus to figure out a specific keybind. Binders makes critical keybinds stand out!

Features
📌 On-Screen Keybind Highlights
Show keybinds directly on the screen with customizable icons, labels, and locations.
🧩 Fully Configurable
JSON configuration support to control what keybinds are shown, when, and how. Supports regex matching for advanced users.
🎮 Context-Aware Display
Make keybinds appear only during specific situations (e.g., when flying, while holding a specific item, in the Nether, etc.).
🎨 Custom Styling
Tweak the appearance with colors, fonts, and animations to match your modpack’s theme.
🔄 Dynamic Updates
Automatically responds to key remapping, so your on-screen display always stays accurate.
⌨️ Utility Command
Use /binders dump to log all available keybind IDs to latest.log for easy reference.
Use /binders reload to reload your config without restarting the game.
Configuration Guide
Binders are defined in config/binders/binders_definitions.json.
Example Definition
{
"keyBinding": "key.jump",
"label": "Jump",
"iconItem": "minecraft:feather",
"context": "always",
"contextLogic": "OR",
"color": "#FFFFFF",
"scale": 1.0,
"showLabel": true,
"maxPresses": -1,
"resetOnLog": false,
"isRegex": false,
"dynamicIcon": false
}
Context System
The context field determines when a binder is visible. You can list multiple contexts separated by commas.
Logic:
"contextLogic": "OR"(Default): The binder shows if ANY of the listed contexts are true."contextLogic": "AND": The binder shows only if ALL of the listed contexts are true.
Basic Contexts
always: Always visible.flying: Visible when flying (creative or survival).creative: Visible in Creative mode.survival: Visible in Survival or Adventure mode.sneaking: Visible when crouching.sprinting: Visible when sprinting.swimming: Visible when swimming.on_ground: Visible when standing on solid ground.riding: Visible when riding any entity (horse, boat, etc.).raining: Visible when it is raining.thundering: Visible during a thunderstorm.
Advanced Contexts
- Holding Items:
holding:<item_id>: Holding item in either hand.holding_main:<item_id>: Holding item in main hand.holding_off:<item_id>: Holding item in off hand.
- Wearing Armor:
wearing_head:<item_id>wearing_chest:<item_id>wearing_legs:<item_id>wearing_feet:<item_id>
- World & Player State:
dimension:<dimension_id>: e.g.,dimension:minecraft:the_netherbiome:<biome_id>: e.g.,biome:minecraft:plainshealth_below:<value>: e.g.,health_below:10(Shows when under 5 hearts).hunger_below:<value>: e.g.,hunger_below:6(Shows when under 3 food shanks).
- Looking At:
looking_at_block:<block_id>: e.g.,looking_at_block:minecraft:chestlooking_at_entity:<entity_id>: e.g.,looking_at_entity:minecraft:villagerlooking_at_tag:<tag_id>: e.g.,looking_at_tag:minecraft:logs
Wildcards & Regex
- You can use
*,any, or*:*as a wildcard for items, blocks, or entities.- Example:
looking_at_entity:*(Visible when looking at ANY entity).
- Example:
- If
"isRegex": true, you can use Regular Expressions for item/block IDs.- Example:
holding:.*_sword(Visible when holding any sword).
- Example:
Dynamic Icons
If "dynamicIcon": true, the binder will try to use the item that triggered the context as the icon.
- Example: If context is
holding:minecraft:diamond_sword, the icon will become the Diamond Sword.
Perfect For
- Modpack creators who want to guide new players.
- Adventure maps where specific actions are context-sensitive.
- Tutorials or training scenarios.
Compatibility
- Minecraft Forge (1.20.1)
- Works alongside most HUD and GUI mods.
Available Versions
How to Install Binders! ⌨️ on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "Binders! ⌨️". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Binders! ⌨️ server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is Binders! ⌨️ compatible with forge?
Binders! ⌨️ officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Binders! ⌨️ – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Binders! ⌨️ consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Rent Modded Server
Install Binders! ⌨️ with just one click on your server.