A Minecraft mod that allows more customization of the chat experience.
- Message Filtering: Automatically filter messages containing specific words
- Chat Hiding: Option to completely hide chat when needed
- JSON Configuration: Easy to configure through JSON files
- Install Fabric Loader for Minecraft
- Download Chat Control from GitHub Releases
- Place the downloaded JAR file in your Minecraft
modsfolder - Launch Minecraft with Fabric
- Fabric API
- Minecraft 1.21.4
Chat Control can be configured in two ways:
- Install ModMenu
- Launch Minecraft
- Open the Mods screen and find Chat Control
- Click the "Configure" button. This will automatically open the file if your desktop supports it.
Configuration is stored in config/chatcontrol.json and includes:
{
"chatWidth" : 300,
"hideChat" : false,
"translation" : "sp",
"suffixText" : "",
"chatHeight" : 150,
"suffix" : false,
"FilterMessages" : true,
"filteredMessages" : [ ],
"chatScale" : 1.0,
"translate" : false
}Please note that translation is not yet implemented, but structured ready for future use.
This project is licensed under the MIT License - see the LICENSE file for details.
More settings will be added soon!