Anti Spam
This feature requires Universal Chat 1.15.0 Beta 1 or later
To begin customizing settings for Anti Spam, navigate to the AntiSpam.yml
configuration file located in Plugins/UniversalChat/
Default Config
Enabled: true
Message: Spam is not allowed, please wait before sending another message
SpamThreshold: 10 # Messages allowed before being considered spam
TimeFrame: 60 # Time frame in seconds to check for spam messages
The anti-spam feature kicks in when turned on by setting Enabled
to true
. It limits users to sending a certain number of SpamThreshold
messages in 60 seconds. If a user sends more than allowed in this timeframe, their message won't be sent, and they'll see a warning: "Spam is not allowed, please wait before sending another message."
Last updated