An Announcement Plugin for Titles, Message Broadcast, Welcome Messages, and more.
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!
Announcer-(Latest).jar into the mods folder in Hytale Server Path.mods/github.xCykrix_Announcer/config_v2.json to update the default messages on join.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.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.
/title "Title Test" "Subtitle Test" 10 5 5
/announce "Some long message to display to users."
0 Comments