Censor Chat
This mod gives you complete control over chat content in Minecraft. You can create your own blacklist of words that will be automatically filtered from all messages.
Main Features
The system allows you to add an unlimited number of words to the blacklist. When a banned word is detected in chat, it is replaced with a space, allowing you to maintain readability of the rest of the message without having to see unwanted content.
Important Information
This mod works exclusively on the client side! Do not install it in the server's mods folder.
Installation and Configuration
- Place the mod file in the mods folder
- Launch the game
- Close Minecraft
- Go to the config folder (located above the mods folder)
- Open the censor_chat.json file in a text editor
{
"deleteMessage": false, // Delete the entire message if a banned word is found
"blacklist": [ // add your own words here (replace badword1 etc)
"badword1",
"badword2", // make sure you add commas at the end of every entry
"badword3" // DO NOT add a comma after the last entry in the list
],
"repeatCharForLengthOfWord": false, // replaces the banned word with characters for its entire length
"customChar": false, // if you want to use your own character instead of space
"replaceWith": "*", // if customChar is set to true, will use this character
"repeatChar": 1 // if this number is greater than 1 and repeatCharForLengthOfWord false, replaces the word with characters the specified number of times
}
Future Plans
Version Support:
- Forge 1.20.X
- Fabric 1.20.X (completed)
- Quilt 1.20.X
- Neoforge 1.20.X (in development)