Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###### BASIC FILTERS
- # REPLACE F Bomb variants with fudge. Also catches ffffuuuccckkk
- match f+u+c+k+|f+u+k+|f+v+c+k+|f+u+q+
- then randrep fudge|frack|ferp|fork
- then warn Watch your language please
- then log
- # REPLACE a list of naughty words with merp!
- match cunt|whore|fag|slut|queer|bitch|bastard|Shit|pussy|penis|vagina|dick|nodus
- then replace Merp
- then warn &4Don't use there words!
- # DENY & BAN use of the N word by hooking to another plugins ban command
- match n[^a]gg+(a|er|uh)
- then console ban &player -s Banned for racism!
- then deny
- then log
- # Randrep example and then kill people saying bad things about your server!
- match .*this server sucks.*|.*hate this server.*
- then randrep I love this server!|This server rocks!|This is the greatest server ever!
- then kill
- ###### FIXES FOR 'aaaaa', 'hihihihihihhi', 'lolololololol' type spam.
- ###### COMPLEX FILTERS
- # REPLACE CAPS!!! New in Version 2.0.0!!! Yes.. not just block or warn but replace with lower
- match (\p{Lu}|\s){6,120}
- then lower
- ###### FUN Filters - use "rewrite" instead of replace to maintain colors
- # FUN: Troll Planet Minecraft noobs
- match planet minecraft
- then replace Planet Krypton
- # REPLACE Lag Bomb variants with merp. Also catches laaaaaaaaggggggg
- #match l+a+g+|l+a+g+g+|l+a+g+g+i+n+g+|l+a+g+g+g+g+g+g+g+g+
- #then randrep merp|herp|ferp|derp|florence
- #then warn we dont appreciate the negative feedback, we are aware of the issue.
- #then log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement