HelloWorld-2.0.1+20260220
20 Feb 2026
CurseForge · Hytale mod
A foundational Hytale plugin demonstrating essential features like announcement management, commands, and API integration, providing automated messages and a customizable configuration for both global and world-specific scenarios.
Quick answer
Simple HelloWorld HelloWorld-2.0.1+20260220 targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
HelloWorld-2.0.1+20260220. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Simple HelloWorld HelloWorld-2.0.1+20260220. Pick another file and the loader, install side or required mods may change.
Use HelloWorld-2.0.1+20260220. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside HelloWorld-2.0.1+20260220. It opens that exact file at the source.
About this project
An example and base plugin for Hytale, demonstrating essential features such as announcement management, commands, and integration with the Hytale API.
Automated Announcement System:
{online} (online players), {playersMax} (server capacity).Announcement Management:
Administrative Commands:
helloworld.announce.admin, helloworld.announce.reload)..jar file from the Releases section.mods folder of your Hytale server.The config.json configuration file is automatically generated upon the first launch.
{
"announceInterval": 300,
"globalAnnouncements": [
"Welcome to our Hytale server!",
"Don't forget to visit our website."
],
"universeAnnouncements": {
"lobby": [
"Welcome to the lobby!"
],
"minigame_world": [
"May the best player win!"
]
}
}
announceInterval: Time in seconds between each automated announcement.globalAnnouncements: List of messages broadcasted server-wide.universeAnnouncements: Dictionary of messages specific to each world.| Command | Description | Required Permission |
|---|---|---|
/announce |
Opens the management panel (GUI) for players, or displays help for the console. | helloworld.announce.admin |
/announce list |
Lists all configured announcements with their IDs. | helloworld.announce.admin |
/announce create <message> [--world=<world>] |
Creates a new announcement. Optional: specify a target world. | helloworld.announce.admin |
/announce delete <index> |
Deletes an announcement by its ID (index). | helloworld.announce.admin |
/announce edit <index> <new_message> |
Edits the text of an existing announcement. | helloworld.announce.admin |
/announce reload |
Reloads the plugin configuration from the file. | helloworld.announce.reload |
Developed by jeanniardJ (JonasBadBoys).
Project description from CurseForge.
Recent files
20 Feb 2026
17 Feb 2026
8 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.