AutoMessages is a lightweight mod for Hytale that automatically broadcasts configurable messages to all online players at customizable intervals with full text formatting support.
Server communication is essential for keeping players engaged and informed. AutoMessages provides a simple yet powerful way to broadcast messages automatically to all players at configurable intervals.
What Does This Mod Do?
AutoMessages automatically sends messages to all online players at intervals you define. Each message can have its own timing, and you have full control over text formatting including colors, bold, italic, and clickable links.
Key Features
Individual Message Timing
Unlike other announcement mods, AutoMessages lets you set different intervals for each message. Important announcements can appear more frequently than casual tips.
Rich Text Formatting
Full support for text formatting:
- Bold:
<b>text</b> - Italic:
<i>text</i> - Monospace:
<m>text</m> - Colors:
<color:#FF0000>Red text</color> - Links:
<link:URL>Click here</link>
Nested Formatting
Combine multiple formatting options: <b><color:#FF0000>bold red text</color></b>
Configuration Example
{
"Messages": [
{
"Message": "<b>Tip:</b> Be kind and enjoy the game!",
"IntervalSeconds": 300
},
{
"Message": "<color:#00FF00>Have fun</color> exploring!",
"IntervalSeconds": 600
},
{
"Message": "Use <m>/help</m> to see commands.",
"IntervalSeconds": 900
}
]
}
Who Is This Mod For?
Ideal for:
- Server owners wanting automated broadcasts
- Communities needing periodic reminders
- Servers promoting Discord or website links
Compatibility
- Hytale Version: Early Access
- Type: Server-side only
- License: Apache License 2.0