Auto Announce is a lightweight Hytale mod that broadcasts automated messages to your server. Features custom prefixes, color support, bold text, and configurable timing intervals.
Keeping your players informed on a Hytale server can be challenging. Auto Announce solves this by automatically broadcasting configurable messages at set intervals, perfect for server announcements, tips, reminders, or community messages.

What Does This Mod Do?
Auto Announce is a lightweight server-side mod that broadcasts automated messages to all online players. You can customize the prefix, colors, timing, and message content through an easy-to-read configuration file.
Key Features
Custom Prefixes
Set your own prefix text like [Announcement] or [Server] with custom colors to make messages stand out.
Color Support
Full hex color support lets you customize both prefix and message colors. Create eye-catching announcements that match your server’s branding.
Text Formatting
Support for bold text in both prefix and messages helps highlight important information.
Flexible Timing
Configure the delay between messages in seconds. Messages can be sent in order or randomized.
Live Reload
Reload the configuration without restarting your server using /announce reload.
Commands
| Command | Description |
|---|---|
/announce reload | Reloads the config file |
/announce status | Shows status and loaded messages count |
Permission: com.danick.autoannounce.command.announce
Configuration Example
{
"delaySeconds": 60,
"prefixText": "[Announcement]",
"prefixColor": "#FFAA00",
"prefixBold": true,
"messageColor": "#FFFFFF",
"messageBold": false,
"randomOrder": false,
"requirePlayers": true,
"messages": [
"Welcome to the server!",
"{#55FF55}TIP:{#FFFFFF} Use {#FFFF55}/help{#FFFFFF} for commands!",
"{#FF5555}WARNING:{#FFFFFF} PvP is enabled in the wilderness!"
]
}
Who Is This Mod For?
Ideal for:
- Server administrators who want automated announcements
- Communities that need regular tips or reminders
- Servers with rules or information to broadcast
Compatibility
- Hytale Version: Early Access
- Type: Server-side only
- License: MIT License