ReinfyTeam / ProfanityFilter

A best profanity filter for pocketmine. Controls hate speech and blocks bad words in certain on the chat with plugin api for plugin developers!
https://poggit.pmmp.io/p/ProfanityFilter
GNU Lesser General Public License v2.1
9 stars 4 forks source link

Fix #180 (ReflectionException: "Class "pocketmine\event\player\PlayerCommandPreprocessEvent" does not exist" (-1) in "pmsrc/src/plugin/PluginManager" at line 574) #181

Closed xqwtxon closed 1 year ago

xqwtxon commented 1 year ago

PlayerPreProcessEvent is now CommandEvent

This event was useless because of we can directly check profanity when players chat and the event (PlayerChatEvent) will be triggered.