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

Command Filtering #5

Open BigJazzz opened 7 years ago

BigJazzz commented 7 years ago

I've tried to implement command filtering, however after reloading the .conf and .txt files I'm being told it's an "Unknown Command". I did some digging, and apparently it needs a "commandfilter" option (https://dev.bukkit.org/projects/pwnfilter?comment=938) option in the .conf file (says .yml, but that's the Bukkit link).