Tags
Creators
Details
1.0.1
Compatibility
Changes
OffKeys – Update 1.0.1
🎉 The 1.0.1 update is now available! 🎉
New Features:
🖥️ F1 to F12 key blocking: You can now block function keys to prevent unwanted access.
🔤 A-Z key blocking: Any alphabetical key can be blocked.
🕹️ Movement key blocking: Direction and movement keys can now be blocked.
⌫ Backspace blocking: Prevent accidental text deletion.
🔁 Special key blocking: Includes keys like Alt and other important keys.
🚫 ESC cannot be blocked: To avoid conflicts and abuse.
Improvements:
⚡ Optimized performance: All commands now run faster and without errors.
🔧 Enhanced compatibility: Fixed previous issues that prevented some functions from being blocked.
🛡️ More stable interface: The mod is now more reliable when executing commands.
Español (Traducido) Novedades:
🖥️ Bloqueo de teclas F1 a F12: Ahora puedes bloquear las teclas de función para evitar accesos no deseados.
🔤 Bloqueo de teclas A-Z: Se puede bloquear cualquier tecla alfabética.
🕹️ Bloqueo de teclas de movimiento: Las teclas de dirección y movimiento ahora pueden ser bloqueadas.
⌫ Bloqueo de Backspace: Evita la eliminación accidental de texto.
🔁 Bloqueo de teclas especiales: Incluye teclas como Alt y otras teclas importantes.
🚫 ESC no se puede bloquear: Para evitar conflictos y abusos.
Mejoras:
⚡ Rendimiento optimizado: Todos los comandos funcionan más rápido y sin errores.
🔧 Compatibilidad mejorada: Se corrigieron problemas anteriores que impedían que algunas funciones se bloquearan.
🛡️ Interfaz más estable: El mod ahora es más confiable al ejecutar los comandos.
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:mD6WJX7Z:eL84kn7A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mD6WJX7Z:eL84kn7A"
}

