promotional bannermobile promotional banner

Anti Spam

Cancels a ClientChatReceivedEvent when it looks spammy
/spam debug
This shows the rule names and when text is blocked.

/spam debug This shows the rule names and when text is blocked.

Does your server admin abuse notice messages?

Does your server admin abuse notice messages?

Description

Set up powerful antispam rules for your Minecraft client!

 

Example antispam.cfg:

  • allows all text starting with '<' and assumes that it is user chat
  • prevents GreetingBot from printing multiple lines
  • prevents 3 special characters in a row, unless they were proceeded by the nice header that Factions uses
  • hides all messages containing "vote"

---

- pattern: /^</

  action: OK

  name: user chat

- pattern: /^\[GreetingBot\]/
  action: OK
  name: bot
  onlyOnce: true

- pattern: /____\.\[.*\]\.____/
  action: OK
  name: factions

- pattern: /([\S-[\w]]\s?){3}/
  name: hbar
  notAfter: factions

- pattern: /(?i)vote/

 

The default configuration is much more full-featured! 

 

Commands:

  • /spam reload
    • To reload configuration in game
  • /spam debug
    • To show what rule matches

Discussion thread on Minecraft Forum

 

No Spam logo: public domain, by Henry W. Schmitt

The Anti Spam Team

profile avatar
  • 1
    Followers
  • 3
    Projects
  • 7.1K
    Downloads