clienthax / PwnFilter

PwnFilter is a JAVA Plugin for Bukkit, a multiplayer server API for the game Minecraft. Pwnfilter implements Regular Expressions created in a user defined "rules.txt" as an in-game chat filter to remove profane language, spam and caps, for fun and as an effective command alias creator.
GNU General Public License v3.0
3 stars 4 forks source link

Username filtering correction #4

Open JamieS1211 opened 8 years ago

JamieS1211 commented 8 years ago

Split messages containing players username into two strings around the first instance of the username. Process both parts separately to prevent names being filtered causing issues.

clienthax commented 7 years ago

You need to get your .idea folder out of there :P