New thing! Command cancellation.
Added "cancel_command: true/false" option. This option can be used to create information message commands for players.
Code (Text):
/infocommand:
message: "This is an information message, that is sent to a player."
cancel_command: true
Prior to this feature, when player would use this command, it will send him the desired message, but after that message he will see red "Invalid command" message because the command actually does not exist. This new feature prevents that red "Invalid command" message by cancelling the command event after boosCooldowns does all of it's magic. So you can use all other boosCooldowns features in combination with cancel_command.