BlockCommand
This plugin can block command for all players! You can unblock commands, but if you block command, anyone can use them(OP's too!).
Features:
- Blocking and unblocking commands;
- Permissions;
- List of blocked commands
Commands:
/bc <tree> <command> <arg0> <arg1> ... <argN> - Blocks command <command> for all players <tree> can be "false" or "true"
/ubc <tree> <command> <arg0> <arg1> ... <argN> - Unblocks command <command>
/blockedcmd - Shows list of command (use as player, list in server command console isn't pretty)
Permissions:
blockcommand.* - All permissions
blockcommand.bc - Allows to block commands
blockcommand.ubc - Allows to unblock commands
blockcommand.list - Allows to show list of blocked commands
Tree feature:
ENABLED - Command "/give notch 1" is blocked. When player types "/give notch 1" it seems unknown and when player types "/give notch 1 12" it seems unknown.
DISABLED - Command "/give notch 1" is blocked. When player types "/give notch 1" it seems unknown and only this command, "/give notch 1 12" is still working.

