This plugin prevents players from accidentally sending Caps-Messages that were meant to be commands.
It will stop messages like
7COMMAND
&command
The plugin will detect similar beginnings of a command (which can be changed in the config) and ask the player if they wanted to execute a command.
If the message was no command, they can simply send the message again and it will be ignored.
It is also able to directly try to execute the command.
Permissions
- ncc.use - permission to use the plugin
Config
Code (Text):
#Possible mistypes of /
alternatives:
- '7'
- '&'
- '6'
- '('
- '8'
#Message to be sent to the player
message: '&cYour latest message started with &7%s&c. &aDid you accidentally type that instead of a &7/&a? If you did not, just send the message again.'
#Automatically correct the / and execute the command
autoCorrect: false
#Timeout (seconds) to wait for players to send the message again
timeout: 10
Please leave a rating if you like this resource.
Donations to support me or this resource are also very much appreciated.

NoCapsCommands 1.0.0
Prevent accidental Caps-Command messages