Tags
Creators
Details
All versions
1.0.3
Release
Keybind 1.0.36 days ago 32
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Plugin
- Minecraft dialog manager on Paper 1.21.7+ via
/kbind manage - Add, edit, delete keybinds and change the global cooldown in-game
- Press a key… captures the next key from the updated client mod
- Admin commands:
/kbind add,/kbind set,/kbind remove(works on older Paper too)
Fabric / Forge / NeoForge
- New
keybind:capturechannel so the client can send a pressed key back to the plugin - Action bar prompt while capturing; ESC cancels
Forge (released)
- Forge client builds for Minecraft 1.21, 1.21.11, and 26.1.
- Forge 1.21.11 build targets Forge 61.2.1 and accepts Forge 61.1.5+.
- Forge 26 build targets Minecraft 26.1 and Forge 62.0.9.
- Fix Forge mod entrypoint construction and cross-version event-bus registration.
- Fix Minecraft 1.21 resource-pack metadata and Forge loader version metadata.
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:yuttqmXl:IT1o4KFK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yuttqmXl:IT1o4KFK"
}

