1.0.0
Compatibility
Changes
🇺🇸 English
NoksCommands
NoksCommands is a lightweight Minecraft mod designed to improve command management and server administration.
It automatically removes command suggestions for players who don't have OP permissions, keeping commands hidden from the autocomplete list when they aren't authorized to use them.
✨ Features
- 🔒 Hides command suggestions from non-OP players.
- 🛡️ Helps keep unauthorized commands out of the autocomplete menu.
- ⚡ Lightweight and focused on a single purpose.
- 🎮 Designed for Minecraft servers and custom events.
- 🧩 Works alongside other mods and server-side systems.
Simple, clean, and useful for servers where you don't want players seeing commands they can't use.
🇪🇸 Español
NoksCommands
NoksCommands es un mod ligero para Minecraft diseñado para mejorar la gestión de comandos y la administración de servidores.
El mod elimina las sugerencias de comandos para los jugadores que no tienen permisos de OP, evitando que aparezcan en el autocompletado los comandos que no están autorizados a utilizar.
✨ Características
- 🔒 Oculta las sugerencias de comandos a jugadores que no son OP.
- 🛡️ Evita que los comandos no autorizados aparezcan en el autocompletado.
- ⚡ Ligero y enfocado en una función específica.
- 🎮 Ideal para servidores y eventos personalizados.
- 🧩 Compatible con otros mods y sistemas del servidor.
Simple, limpio y útil para servidores donde no quieres que los jugadores vean comandos que no pueden utilizar.
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:bA8TI0YO:iAAcdKev"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bA8TI0YO:iAAcdKev"
}

