๐Ÿ›ก๏ธFlood

Setup a maximum message length and filter single character spamming


With ZelChat antiflood filter, you can better keep your chat clear avoiding players 
        sending long messages or spamming characters (eg: aaaaaa bbbbb 222222)
  anti-flood:
    enabled: true
    max-length-message: 60 # Max message lenght
    block-single-char-flood: true # Block single characters spamming eg: (aaaaaaa)
    broadcastStaff: false # Alert online staff

Last updated