CommandBlocker
Features
CommandBlocker will block the base commands (that is the initial part of a command) listed in the config.yml file. If the command is blocked, it will tell the user that the command has been disabled.
You are also able to list exclusions to the rule if you don't want to disable all feature of a plugin.
Configuration
A default config.yml will be generated with an example of the syntax. Just edit this file to set the commands you want to block.
However, the setup is as follows:
commands: - commandtoblock exemptions: - commandtoblock butyoucandothis
Uses
Possible uses range from stopping players from seeing your plugins with /pl or /plugins to stopping users from using a certain unwanted feature in another plugin (such as teleporting in mcmmo, or channel hopping in herochat)
Commands & permissions
- /listblocked (for debugging purposes, will likely be removed later)
- /reloadblocked (doesnt yet work, but will refresh blocked commands from the config when i've worked it out)
- commandblocker.exempt

