HytaleServersLists Live Status and Player Count Updater
Keep your Hytale server page on hytaleserverslists.net updated automatically with your current player count and live online status. Just drop the plugin into your server’s Mods folder, start the server once, then add your API token to the generated config file.
What it does
-
Reports concurrent players to your server listing
-
Updates your server’s online status in real time
-
Runs automatically in the background after setup
Requirements
-
Hytale server
-
Java 25
-
Server admin access
Installation
-
Download the plugin JAR.
-
Place it in your server’s
Modsdirectory. -
Restart the server.
-
On first startup, the plugin creates a config folder/file inside
Modsautomatically.
Get your API token
You’ll need the private token from your dashboard on hytaleserverslists.net:
-
Log in
-
Go to My Servers
-
Select your approved server
-
Reveal and copy the API token
Important: Keep this token private. Do not share it publicly or commit it to version control.
Configuration
After the first server start, open the generated config file and paste your token.
Typical location:
Server/Mods/<plugin-folder>/config.json
Example config.json:
{
"api_token": "your-api-token-here",
"update_interval": 60,
"max-players": "60"
}
Options:
-
api_token: Your private dashboard token -
update_interval: Update frequency in seconds (default: 60) -
max-players: your server max players
Restart the server after editing the config.
Verify it’s working
-
Restart your Hytale server
-
Check the server logs for plugin errors
-
Visit your server page on the site and confirm the player count updates
-
Status should show online when the server is reachable and reporting correctly
Full documentation
Troubleshooting
If it doesn’t update:
-
Double-check the API token (no extra spaces)
-
Ensure the server can reach the website (network/firewall)
-
Check logs for authentication or connection errors

