Beautified Chat [Server] - Customize Chat Appearance on Your Server
This mod provides complete control over chat formatting on your Minecraft server. You can finely tune colors and message display format for all players.
Flexible Message Format Configuration
The main parameter chatMessageFormat allows you to set the message display template. The default format is "%timestamp% | %username%: %chatmessage%". Available variables:
- %timestamp% - time in the format specified in timestampFormat
- %username% - name of the player who sent the message
- %chatmessage% - the actual message text
Time Format
The timestampFormat parameter determines how time will be displayed. Format examples for 21:00:05:
- HH:mm (default) - 21:00
- HH:mm:ss - 21:00:05
- hh:mm a - 9:00 PM
Color Palette
For the following color settings, values from 0 to 15 are available:
- 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
Color Settings
- chatTimestampColour (default 8) - timestamp color
- chatUsernameColour (default 2) - username color
- chatMessageColour (default 15) - message text color
- chatOtherSymbolsColour (default 7) - color of other symbols in the format
Example of standard format with default settings:
