
Modrinth · Minecraft mod
Chat Patches
A Minecraft Fabric client-side mod that touches up a few aspects of Minecraft's mundane chat, with as much configurability as possible!
Quick answer
Which Chat Patches release matches 26.2-snapshot-6?
Chat Patches 8.0-alpha.9+26.2-fabric targets 26.2-snapshot-6 with Fabric. It must be installed on the client. Do not install it on the dedicated server. 2 required mods need a matching file.
Where it goes
Is Chat Patches required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does Chat Patches 8.0-alpha.9+26.2-fabric need?
8.0-alpha.9+26.2-fabric on 26.2-snapshot-6. Every mod below is checked against that same setup.
Install Fabric API, YetAnotherConfigLib first, but 2 required mods have no matching file for this setup. Do not mix loader builds to force a match. 1 comes through another mod in the chain.
1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Chat Patches without breaking your instance.
Built for Chat Patches 8.0-alpha.9+26.2-fabric on 26.2-snapshot-6. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 8.0-alpha.9+26.2-fabric. It targets 26.2-snapshot-6 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API, YetAnotherConfigLib first, but 2 required mods have no matching file for this setup. Do not mix loader builds to force a match. 1 comes through another mod in the chain.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 8.0-alpha.9+26.2-fabric. It opens that exact file at the source.
About this project
What does Chat Patches add?
Chat Patches
Requires Yet Another Config Lib and a menu mod (see below) for 1.19.2+
A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
It's most significant features include (but are not limited to):
- Increasing the maximum amount of chat messages from 100 to 16,384
- Adding a timestamp in front of all messages, formatted as
[HOUR:MINUTE:SECOND]in pink text, with a tooltip that renders a complete date - Keeping chat history and previously sent messages across ALL worlds and servers
- Allowing logging chat messages for restoring them later in future Minecraft sessions
- Letting you modify vanilla player names to anything you want (ex. without the triangle brackets!)
- Minimizing spam with a counter that shows how many duplicate messages have been sent in a row
- Shifting the chat hud up by 10 pixels, so it doesn't overlap with the armor bar
- Providing a menu to copy specific data (and the text of course!) from chat messages
- Letting you search through all received messages with a search bar
- YOU being able to toggle any of these features and MORE!
Many of these features were adopted or inspired from the following existing mods
(of which Chat Patches serves as a replacement):
- More Chat History
- When Was That Again
- Don't Clear Chat History
- No Angled Brackets
- Clear Spam
- Chat Up!
- Compact Chat
FAQ
- What Minecraft version can I use this with?
- The latest Fabric versions of Minecraft, plus 1.18.x. Quilt seemingly works out of the box, but I don't specifically develop versions for it.
- Will you make it for (older Minecraft version)?
- Unless it's after 1.18.x, then probably not. Any older version would only be considered if it was requested across the board, because I don't have the time for that!
- Will you make this for Forge or NeoForge?
- Yes, but it will take some time. I have a system that is in-development that would support Forge, but it's pretty complicated and hinges on a lot of
other things. But keep an eye out, one day it will be ready!
- Yes, but it will take some time. I have a system that is in-development that would support Forge, but it's pretty complicated and hinges on a lot of
- I found a bug/issue, what do I do?
- First, make sure you're on the latest version of Chat Patches for your Minecraft version. If it doesn't go away, you can click on the Issues tab on this
page, and if it hasn't been reported yet, you can create a new report! Make sure to fill out the entire thing as much as possible.
- First, make sure you're on the latest version of Chat Patches for your Minecraft version. If it doesn't go away, you can click on the Issues tab on this
- It says I need to install Fabric, but I already have it installed?
- Do servers need this mod?
- Nope! It's entirely client-side, meaning it won't do anything if installed on the server.
- I can't access the config menu in-game!
- For 1.19.2+:
- Installing either Mod Menu or Catalogue with Menulogue will allow you to edit the config in-game!
- Otherwise, if you still cannot access the config, open an issue on GitHub, and
provide any logged errors if they exist.
- For 1.18.x: You need the latest versions of both Cloth Config and [Mod Menu]
(https://modrinth.com/mod/modmenu/versions?l=fabric&c=release). - For all versions: You can always edit the config at
(directory)/config/chatpatches.json.
- For 1.19.2+:
- My config is broken/not working!
- When you load one of the more recent mod versions, it makes a creates a new file with your old settings and resets the main file. You can access this
copy at(directory)/config/chatpatches_old.json. By then opening both the new and old configs at the same time, you can copy and paste over the values.
Make sure the settings have correct inputs (ex.timeshould betrue/falsenot123or"true"). - If you still are having problems, open a new issue on GitHub.
- When you load one of the more recent mod versions, it makes a creates a new file with your old settings and resets the main file. You can access this
- Can I use this in a modpack?
- Yes, as long as you credit me and/or link back to one of the official pages (GitHub, Modrinth, and CurseForge).
- Can I re-upload this mod elsewhere?
- No, unless you have explicit permission from me (OBro1961), modify the mod in an undisputable way, or any download links used direct to one of the official
pages (see above). If you're unsure, message me on Discord (@obro1961) about it.
- No, unless you have explicit permission from me (OBro1961), modify the mod in an undisputable way, or any download links used direct to one of the official
- How do I do XYZ?
- If the answer you're looking for isn't anywhere here or in the config, check the #Help section located below.
- If you still can't find it, ask in the Discord!
Setup devenv / Build latest jars
- Download the latest ZIP (this page -> Code -> Download ZIP)
- Extract it to your desired folder
- Open a terminal/command prompt, then run
./gradlew build - [For a devenv]: open the folder in your IDE
- [For built jars]: navigate to
/build/libs/
Localization and Translation
If you would like to help translate Chat Patches into other languages, you can:
- Create a pull request that adds, corrects, or updates a language file (preferred)
- Create an issue on GitHub with the language file attached
- DM me on Discord (@obro1961)
Once you contribute, join the Discord server so you can receive your complementary Contributor and Translator roles!
Find out more information on the GitHub page!
Any suggestions and/or issues are much more likely to be addressed if they are made on GitHub.
(not sponsored; highly encouraged)
Project description from Modrinth.
Pick your setup
Chat Patches by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2-snapshot-6
1 loader build26.2
1 loader build26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader buildShowing the newest 12 of 24 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Chat Patches versions and loaders
8.0-alpha.9+26.2-fabric
chatpatches-8.0-alpha.9+26.2-snapshot-6-fabric.jar
14 May 2026
Looking for an older file? The official Modrinth project page is in Resources.