
AntiCaps is a tool for administators used to automatically moderate the chat. More specifically the plugin gets rid of players using all-caps in their messages. If a message contains more uppercase letters than allowed the entire message will be turned lowercase.
# Maximum percentage of characters in a message allowed to be uppercase max-caps-percentage: 25 # Minimum length of a message for the plugin to take effect. (Used to prevent false positives such as "Hi" being 50% caps.) min-message-length: 4 # Characters to be treated as uppercase uppercase-characters: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
None.
anticaps.bypass - Bypass the uppercase limit