This update adds a new config option!
Ignore Characters
Default: blank
Usage: Add any number of YAML-approved characters. These characters will not be considered during checking if a player is sending a bannableMessage.
Example:
ignore Characters: xX
bannableMessages: can i have op?
Player sends: xXcan i have op?Xx
Player is banned for asking for OP.
Notes:
Certain characters are automatically filtered out: !#
These characters cannot go into the config.yml file
If you filter out every character, then no messages will be "asking for OP".
This is because the plugin does *not* filter the characters out of the bannableMessages (Although it might in the future...)
If you want a message to be bannable but also want to ignore a character, just exclued that character from the bannableMessages
Example:
Ignored Characters: ?
bannableMessages: can i have op
Player sends: can i have op?
Player is banned for asking for OP.
If you do not want to ignore any characters (besides the default !#) simply do not put anything into the Ignored Characters config. The plugin will work exactly as it did before.