BlockCommand
- Tested Minecraft Versions:
- 1.8
This plugin can block (hide) 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;
- Marks blocked commands as "it doesn't exists", throws "Unknown command" when somebody tries to execute it;
- Graphic List of blocked commands;
- Hiding feature - don't let players know you are using this plugin!;
- Upgraded blocked commands storage.
Commands:
/bc <tree> <command> <arg0> <arg1> ... <argN> - Blocks command <command> for all players
/blockedcmd - Shows graphic implementation of blocked command list, where you can unblock your command.
<tree> can be "false" or "true". If it's true and you lock "/give" command, it will lock "/give", "/give @a 1" etc. If it's false, then only "/give" is locked.
Permissions
Code (Text):blockcommand.* - All permissions
blockcommand.bc - Allows to block commands
blockcommand.list - Allows to show list of blocked commands and to unblock command.
Configuration
Code (Text):# Determines delay between saving of command list - in ticks (1 second corresponds to 20 ticks)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=6][COLOR=#59b300][SIZE=5][COLOR=#660000][SIZE=6][COLOR=#59b300][SIZE=5][COLOR=#660000]saveDelay: 6000
# Determines whether hiding feature is enabled
hidePlugin: true
# Determines fake plugin name
fakePluginName: WorldProtector
commands.yml file is not YAML in fact. If you need to edit command list manually, here's format description:
Code (Text):help|true|true|plugin[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/B][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/B][/SIZE]
[SIZE=6][B][COLOR=#59b300][SIZE=5][COLOR=#660000][SIZE=4][COLOR=#000000][SIZE=6][B][COLOR=#59b300][SIZE=5][COLOR=#660000][SIZE=4][COLOR=#000000]
help - command name;
true - determines whether command is tree-blocked;
true - determines whether command has to be locked via console too - it is working however not editable via MC feature (it is always true);
plugin - first argument.
<name>|<tree>|<console>|<arg0>|<arg1>|...|<argN>
NOTE: I wrote this plugin to hide my commands against my mates on our server (loong time ago). I decided to share it. If you think this is useful plugin, use it.

BlockCommand 2.0
Block commands like they are not exist!
Recent Updates
- BlockCommand 2.0 Entire-Update Jun 25, 2016
- List Fix Mar 26, 2016
- Fix Update Mar 26, 2016