Description
Better Chat
A Hytale mod that enhances the user chat experience.
Features
- Adds timestamps to chat messages in the format:
[HH:mm:ss] username: content - Automatically replaces
{pos}with the current player coordinates - Displays colored nicknames for the current player, while showing normal usernames for others
- Extensive configuration options for customization
Configurations
1. Timestamp Color
TimestampColor = "#FFA500" # Default: orange color
Sets the color of the timestamp in chat messages. Must be a valid hex color code.
2. Position Format
PosFormat = "{x}, {y}, {z}" # Default: shows coordinates separated by commas
Defines the format for displaying player coordinates when using {pos} in chat messages.
3. Player Nickname
Nickname = "You" # Default: "You"
Sets the nickname to be displayed for the current player's messages.
4. Nickname Color
NameColor = "#A5FF00" # Default: green color
Sets the color of the nickname for the current player's messages. Must be a valid hex color code.
Development
This mod is still in its early development stages, with more features to come.
Installation
Place the .jar file into your Hytale/UserData/Mods/ directory.


