It allows you to easily enable/disable commands. It is compatible with permission plugins.
Commands
/disablecommands - Shows the help menu
/disablecommands add <command> - Adds to the disabled commands list (Don't add a /) (Use _ for space in sub commands)
/disablecommands remove <command> - Removes a command from the disabled commands list.
/disablecommands list - Lists all the disabled commands.
/disablecommands reload - Reloads the configuration file.
/disablecommands update- Manually check for an update.
Permissions
disablecommands.*: Gives all permissions
disablecommands.bypass: Bypasses command blocker
disablecommands.add: Adds to the disabled commands list
dsablecommands.remove: Removes from the disabled commands list
disablecommands.list: Lists all the disabled commands
disablecommands.reload: Reloads the configuration file.
disablecommands.update: Manually check for an update.
Instructions
Just drop the DisableCommands.jar into your plugins folder and start your server!
To add a command to the 'Disabled' List do
/disablecommands add [command without /]
Example:
/disablecommands add op
This would stop people using the command /op (Console Overrides Plugin)
If you have any suggestions please drop a comment =)