-
Notifications
You must be signed in to change notification settings - Fork 1
Anti Case Spam
Anti Case Spam is a simple function that prevents messages that spams uppercased alphabets sent. It can either block the message, or lower case the message.
This section teaches you how to configure AntiCaseSpam with commands in game. Make sure you have the permission chatassets.anticasespam.modify, or it won't work.
This option allows you to set the maximum allowed upper cases alphabets per message. It should be an integer without quotation marks surrounded, otherwise error may be issued.
The option key is all-char-to-lower-case-if-over-max. This option tells the plugin whether it should cancel the message or lower case it when it consists of too many upper cased alphabets regarding to the option above. It set to true, auto lower case will be enabled, disabled otherwise.
The command is /chatassets acs set MAX_UPPER_CASE AUTO_LOWER_CASE. Replace the first argument with the first option and second with the second option.