kangarko / ChatControl

The most popular chat formatting & filtering plugin for Minecraft.
https://mineacademy.org/chatcontrol
GNU General Public License v3.0
82 stars 38 forks source link

Chat antiflood #3077

Closed smscentras closed 2 months ago

smscentras commented 2 months ago

Summary

Do not allow messages to be written to one player in a row. For example, block writing after five messages and unblock only when another player writes, or after 30 seconds.

kangarko commented 2 months ago

Already done. See "Anti_Spam.Chat.Limit"

smscentras commented 2 months ago

Already done. See "Anti_Spam.Chat.Limit"

you don't hear me

Limit how many messages the player can send in a given period, for example

# restrict players to send a maximum of 5 messages in the last 10 seconds.

is not same as i said before: Do not allow messages to be written to one player in a row., not per seconds. Block writing after five messages and unblock ONLY when another player writes message per time: 30sec.

kangarko commented 1 month ago

I understand, unfortunately I don't have the time right now to implement this. Plugin is open source, contributions are welcome.