Download Censor Chat — Minecraft Mods — MetaMods
Censor Chat

Censor Chat

Active

Downloads

0

Last update

1 year ago

Versions

1.20 — 1.21
Client
Fabric
Forge
Quilt
Decor
Control
Social
Utils

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

  1. Place the mod file in the mods folder
  2. Launch the game
  3. Close Minecraft
  4. Go to the config folder (located above the mods folder)
  5. 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)
Project members
confusingfool93

confusingfool93

Developer

ConfusedFool93

ConfusedFool93

Created: 18 Apr 2024

ID: 14113