Censor Text in Player message

Started by SwiftyDerpZ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Censor Text in Player message

how do I censor swear words in a players message aka replace words or remove them entirely

Use "on player sent chat"…
Sat, 02/08/2025 - 17:02

Use "on player sent chat" procedure block to intercept chat, alter text, cancel event and manually send text to chat using "send to chat" procedure block

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what if I only want to…
Sat, 02/08/2025 - 19:07

what if I only want to replace the one word in the chat the player sent is that still possible with the solution provided?