Command Control
Adds a feature to temporary deactivate commands
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Command Control
![]()
CommandControl
Description
CommandControl is a utility plugin for Minecraft servers that allows operators to control command using by deactivating and later reactivating specific commands.
How to use
To deactivate a command just type /deactivate-command <command> and to later reactivate it type /reactivate-command <command>.
> Important: If you type the name of a command, you have to remove the /. Type /deactivate-command msg and not /msg
Deactivated Commands are stored in the `config.yml` after the server has shut down for once.
config.yml example
```yml deactivatedCommands: - msg ```