Pwn9 / 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
15 stars 25 forks source link

Matching not working on 1.7.10 #9

Closed ChrisLane closed 10 years ago

ChrisLane commented 10 years ago

Using 1.7.10 and the default configs with build 66(http://ci.toal.ca/job/PwnFilter/66/) of PwnFilter.

The censorship default configs for chat aren't even working. For example a player can type "fag" and it will not be cancelled and they will not be warned. This is the error that shows when censored words are entered: http://paste2.org/E8e73Yfd

When attempting to compile the plugin myself I noticed that there are a few things that need updating. Metrics needs removing and things such as getOnlinePlayers.length need changing to getOnlinePlayers.size() etc.

Hopefully this can be fixed soon before chat on my server becomes mayhem :P

ptoal commented 10 years ago

It seems that there's a bug related to the points system. I presume you have it disabled in the config? We have it enabled on our server, so I probably missed something that references it without checking if it's enabled. I will fix this as soon as possible.

The github repo hasn't been updated in months, because I have been busy working on other things. I will update the dependencies, and push out a new build with fixes on Monday.

ChrisLane commented 10 years ago

Fantastic. Thank you.

ChrisLane commented 10 years ago

Did some further testing and found that the issue is present in build 62(http://ci.toal.ca/job/PwnFilter/62/) and higher.

In answer to your question, we do not use the points system on our server.

ptoal commented 10 years ago

I think I have fixed this bug. Also, I fixed my Jenkins build server, which was having a complaint with its existence. Can you please try the latest build, and let me know if it fixes this issue?

http://ci.toal.ca/job/PwnFilter/

-Sage

ChrisLane commented 10 years ago

Fixed. Thank you :)