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

Fix leaking player objects in DataCache #14

Closed Byteflux closed 8 years ago

ptoal commented 8 years ago

Thanks for this, but I've completely rewritten PwnFilter to no longer use the DataCache approach. Instead, there is a whole new wrapper around the Bukkit API, which makes safe calls from async tasks, and only caches data which is accessed frequently (eg: permissions, and lazily loaded)