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

Minecraft internal profanity filter. #197

Open xwertxy opened 9 months ago

xwertxy commented 9 months ago

Describe the bug We know that Minecraft has an internal profanity filter in the chat. This will filter out the text of UI, signs, and texts across the client. This is the major problem in /pf ui', which shows the####` sign when it gets filtered.

Reproduce Steps to reproduce the behavior:

  1. Just simply use /pf ui
  2. Go to manage profanity words
  3. You will see #### signs = blocked word.

Expected happend Shows the word correctly according to config.

Unexpected happend Replaces with #### sign after filtered the word.

Screenshots

Official Seek-Pick Screenshot (ProfanityFilter) image

Device Information:

Additional Information We cannot control this feature since Mojang added it, which will filter all text.