Description
Announcer - Color Now Supported!
Welcome to Announcer! This is a server-side Hytale Mod that enables the ability to send general announcements, titles, display a MOTD on play join, and more to come!
Installation
- Place
Announcer-(Latest).jarinto themodsfolder in Hytale Server Path. - Start the Server.
- Locate
mods/github.xCykrix_Announcer/config_v2.jsonto update the default messages on join.
Placeholders
Use a placeholder by placing % around both ends. Ex: %player_username%.
player_username: The username of the receiving player.players_online: Number of players online.world_name: The current world of the receiving player.world_day: The current day of the world in Debug Menu.world_time: The current in-game time in 24-hour clock format.world_current_zone: The current zone of the receiving player.world_current_region: The current region of the receiving player.world_current_biome: The current biome of the receiving player.
Colors API
Powered by GitHub Zoltus/TinyMessage; a MiniMessage-like experience.
Reference Documentation: https://github.com/Zoltus/TinyMessage/?tab=readme-ov-file#supported-tags
Default Config (v2):
{
"Version": 2,
"GreetingTitleTextTop": "Welcome to Hytale",
"GreetingTitleTextBottom": "%player_username%",
"GreetingMessageText": [
"<color:yellow>Welcome to our Hytale Server, %player_username%!</color>",
"<color:yellow>You are currently in: <color:blue>%world_current_region%</color> <color:aqua>%world_current_zone%</color> <color:green>%world_current_biome%</color>.</color>",
"<color:yellow>Current Game Time: <color:gold>%world_time%</color> <color:gray>(Day: %world_day%)</color><color:magenta>(World: %world_name%)</color>.</color>",
"<color:yellow>There is currently <color:gold>%players_online%</color> player(s) online.</color>",
"",
"<color:yellow>Server Uptime: <color:gold>%server_uptime%</color></color>"
],
"MigratedFromPreviousVersion": true //
}
Note: Please do not change or remove "MigratedFromPreviousVersion" or your configuration will be reset.
Commands
/title "Title Test" "Subtitle Test" 10 5 5
- Title - The Main Title (No Color Support)
- Subtitle - The Accent Title (No Color Support)
- Duration - The Duration, up to 30 seconds.
- Fade-in - The Fade-in Duration, up to 10 seconds.
- Fade-out - The Fade-out Duration, up to 10 seconds.
/announce "Some long message to display to users."
- Chat Message - The Message to Broadcast (Color Supported)


