ChatSentinel
ChatSentinel copied to clipboard
Light plugin to prevent Spam/Swearing on your Spigot/Bungee server.
When fake-message option is enabled and I write something forbidden and I get mute for 3 tries and then I write unmute my_name and I still can't write. Server on...
Would be great to confirm support with paper folia
you can fix like this code for (Pattern bannedRegex : bannedRegex) { if (bannedRegex.matcher(message.toLowerCase()).find()) {
Check for message similarity in percentage for flood check.
Use case: Swearing is limited: 3 dirty messages and you receive an auto mute. We do not want to censor dirty words or block such messages from getting sent. This...
Hello Linsa, can you add log file into your plugin? (store only 7d old logs) We can easy search for the invaders then. Thanks
Hi, would it be possible to integrate an option to split the blacklist, as it gathers ip spam and insults.
Velocity is a Minecraft: Java Edition Proxy - more information about it at https://velocitypowered.com/ I believe that ChatSentinel having Velocity support would be really great as Velocity has been growing...
CAPS detection for Russian is not functioning correctly. Flood control was also an issue, but I resolved it with the following regex: (\p{L})\1{5,}|(\p{L}{28,})|([^\p{L}\p{N}]{20,})|(^.{220,}$)