Skip to content

Anti Case Spam

Bernard edited this page May 26, 2017 · 1 revision

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.

Configuration

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.

Maximum Upper Cases

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.

Auto Lower Case

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.

Command

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.

Clone this wiki locally