HomeJavaModsNo Tab Commands
No Tab Commands
ModsJava

No Tab Commands

by Khaimolop · on Modrinth

Blocks command autocompletion and execution by default, allowing only configured commands.

⬇ Download on Modrinth
No Tab Commands — screenshot 1No Tab Commands — screenshot 2No Tab Commands — screenshot 3

No Tab Commands

No Tab Commands is a Fabric mod that prevents command autocompletion for players without operator permissions, while still allowing administrators to grant access to specific commands through a simple JSON configuration. The mod is split into separate client and server versions.

What can you do?

Commands that are not included in the allowed list cannot be executed and will not appear in command autocompletion for non-operator players.

Server commands

Administrators can manage the allowed command list using:

Command Description
/cmd add <command> Adds a command to the allowed list
/cmd remove <command> Removes a command from the allowed list
/cmd list Shows all allowed commands
/cmd reload Reloads the configuration

Configuration path

The list of allowed commands is stored in:

config/notabcommands/config.json

Note: This JSON file is created automatically the first time the server starts.

Configuration example

{
  "allowed": [
    "help",
    "msg"
  ]
}

Note: After editing the file manually, use /cmd reload.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more