Community listing page, reviews here may not be monitored by the author.
Beautified Chat [Client]
No reviews yet
💬 A highly configurable mod to change the chat style and colour on the client.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the client. Works on vanilla servers.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
This is the client variant of the Beautified Chat mod. It is highly configurable and allows users to change the chat input on their client. The mod variant you're currently looking at just needs the mod the client. It will make changes to the chat on all connected servers, without the need to have the mod on the server's mod list. There is also a timestamp feature to know when messages were sent.
The server version is also available and is called Beautified Chat [Server].Â
Both the client and server mod are compatible with each other, server-side takes priority.
In default Minecraft, all chat is in the format:
<Username> Message
The mod by default changes this to:
Timestamp | Username: Message
The default colours can be seen below in the example image. Both the format and the colour codes can be changed with ease via the config. If you don't want the timestamp, just remove it in the chatMessageFormat config option.
The default timestamp format is 24-hours. If you want AM/PM, just input in the timestampFormat config option "hh:mm a" instead of the default "HH:mm".
   All available config options:
chatMessageFormat  default "%timestamp% | %username%: %chatmessage%"
Variables: %timestamp% = timestamp set in timestampFormat. %username% = the username of the player who sent the message.
timestampFormat  default "HH:mm"
Example time in formats: 5 seconds past 9 o' clock in the evening. *=Default. *(HH:mm) = 21:00, (HH:mm:ss) = 21:00:05, (hh:mm a) = 9:00 PM
The possible colour code values for the next 4 configs are:
0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white.
chatTimestampColour  default 8, min 0, max 15
The colour of the timestamp in the chat message.
chatUsernameColour  default 2, min 0, max 15
The colour of the username in the chat messsage.
chatMessageColour  default 15, min 0, max 15
The colour of the chat message.
chatOtherSymbolsColour  default 7, min 0, max 15
The colour of the other symbols from chatMessageFormat. So everything except the variables.
The default format ("%timestamp% | %username%: %chatmessage%"):
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
Requires the library mod Collective (Fabric) and the Fabric API.

This is the client variant of the Beautified Chat mod. It is highly configurable and allows users to change the chat input on their client. The mod variant you're currently looking at just needs the mod the client. It will make changes to the chat on all connected servers, without the need to have the mod on the server's mod list. There is also a timestamp feature to know when messages were sent.
The server version is also available and is called Beautified Chat [Server].Â
Both the client and server mod are compatible with each other, server-side takes priority.
In default Minecraft, all chat is in the format:
<Username> Message
The mod by default changes this to:
Timestamp | Username: Message
The default colours can be seen below in the example image. Both the format and the colour codes can be changed with ease via the config. If you don't want the timestamp, just remove it in the chatMessageFormat config option.
The default timestamp format is 24-hours. If you want AM/PM, just input in the timestampFormat config option "hh:mm a" instead of the default "HH:mm".
Configurable: ( how do I configure? )
chatMessageFormat (default = "%timestamp% | %username%: %chatmessage%"): Variables: %timestamp% = timestamp set in timestampFormat. %username% = the username of the player who sent the message.
timestampFormat (default = "HH:mm"): Example time in formats: 5 seconds past 9 o' clock in the evening. *=Default. *(HH:mm) = 21:00, (HH:mm:ss) = 21:00:05, (hh:mm a) = 9:00 PM
The possible colour code values for the next 4 configs are:
0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white.
chatTimestampColour (default = 8, min 0, max 15): The colour of the timestamp in the chat message.Â
chatUsernameColour (default = 2, min 0, max 15): The colour of the username in the chat messsage.
chatMessageColour (default = 15, min 0, max 15): The colour of the chat message.
chatOtherSymbolsColour (default = 7, min 0, max 15): The colour of the other symbols from chatMessageFormat. So everything except the variables.
The default format ("%timestamp% | %username%: %chatmessage%"):
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
This is the client variant of the Beautified Chat mod. It is highly configurable and allows users to change the chat input on their client. The mod variant you're currently looking at just needs the mod the client. It will make changes to the chat on all connected servers, without the need to have the mod on the server's mod list. There is also a timestamp feature to know when messages were sent.
The server version is also available and is called Beautified Chat [Server].Â
Both the client and server mod are compatible with each other, server-side takes priority.
In default Minecraft, all chat is in the format:
<Username> Message
The mod by default changes this to:
Timestamp | Username: Message
The default colours can be seen below in the example image. Both the format and the colour codes can be changed with ease via the config. If you don't want the timestamp, just remove it in the chatMessageFormat config option.
The default timestamp format is 24-hours. If you want AM/PM, just input in the timestampFormat config option "hh:mm a" instead of the default "HH:mm".
   All available config options:
Show Spoiler
chatMessageFormat  default "%timestamp% | %username%: %chatmessage%"
Variables: %timestamp% = timestamp set in timestampFormat. %username% = the username of the player who sent the message.
timestampFormat  default "HH:mm"
Example time in formats: 5 seconds past 9 o' clock in the evening. *=Default. *(HH:mm) = 21:00, (HH:mm:ss) = 21:00:05, (hh:mm a) = 9:00 PM
The possible colour code values for the next 4 configs are:
0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white.
chatTimestampColour  default 8, min 0, max 15
The colour of the timestamp in the chat message.
chatUsernameColour  default 2, min 0, max 15
The colour of the username in the chat messsage.
chatMessageColour  default 15, min 0, max 15
The colour of the chat message.
chatOtherSymbolsColour  default 7, min 0, max 15
The colour of the other symbols from chatMessageFormat. So everything except the variables.
The default format ("%timestamp% | %username%: %chatmessage%"):
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

