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:
Just simply use /pf ui
Go to manage profanity words
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)
Device Information:
OS: Windows 11
PocketMine-MP: 5.x.x
Version: 0.1.5
Additional Information
We cannot control this feature since Mojang added it, which will filter all text.
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:
/pf ui
####
signs = blocked word.Expected happend Shows the word correctly according to config.
Unexpected happend Replaces with
####
sign after filtered the word.Screenshots
Device Information:
Additional Information We cannot control this feature since Mojang added it, which will filter all text.