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


