Started by
SwiftyDerpZ
on
Topic category: Help with Minecraft modding (Java Edition)
how do I censor swear words in a players message aka replace words or remove them entirely
Topic category: Help with Minecraft modding (Java Edition)
how do I censor swear words in a players message aka replace words or remove them entirely
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
what if I only want to replace the one word in the chat the player sent is that still possible with the solution provided?