Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated last year
All versions
1.0.0+1.20.4
Release
KeybindingLocker v1.0.0 for Minecraft 1.20.4last year 327
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
🔐 KeybindingLocker v1.0.0 for Minecraft 1.20.4
This is the first release of KeybindingLocker — a simple Fabric mod that lets server admins lock specific keybind actions (like chat or inventory) for all players, controlling gameplay inputs server-side.
✨ Features:
- Server-side locking of keybind actions by their ID (e.g.,
key.chat) /keybindinglocker lockcommand to enable/disable keybind locking for all players- Instant syncing of locked keys to clients
- Configurable list of locked keybinds in a simple config file
- Lightweight and easy to use with minimal dependencies
Perfect for server owners and event organizers who want to control player inputs for events, minigames, or custom gameplay rules.
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:P9ZJGGwm:kPCdWWG0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P9ZJGGwm:kPCdWWG0"
}

