1.0.0
Compatibility
Required content
Changes
🔥 SmartKeybinds
SmartKeybinds is a powerful quality-of-life mod designed to give you a competitive edge by allowing you to bind any command to a key. No more typing under pressure just press a key and execute instantly.
⚡ What It Does
With SmartKeybinds, you can:
- Bind any command (e.g. /spawn, /home, /warp) to a key
- Instantly execute commands with a single press
- Save time in high-pressure situations like PvP, clan wars, or guild fights
🎮 Example Use
You set:
Command: /spawn Keybind: O
👉 Now, whenever you press O, the command /spawn runs instantly.
This is especially useful when:
- You're low on health
- Need to escape FAST
❓Why Use SmartKeybinds?
- no typing needed
- Perfect for Outnumbered fights
- Highly customizable
🛠️ How to Use
-
Press G to open the menu (Or Use it through modmenu)
-
Click Add Keybind
-
Enter your command
-
Choose your key
-
Save and you're ready to go
📦 Requirements
Minecraft: compatible with 1.21.x Fabric Loader: 0.16.0 or higher Java: 21 or higher
🔗 Dependencies
Fabric API: 0.102.0+1.21.1
Cloth Config API: 15.0.127
Mod Menu: 11.0.1
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:g8QCpxbQ:CpwRg14D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g8QCpxbQ:CpwRg14D"
}

