Do you manage a Hytale server and want your stats to always be up-to-date on our list? With the rollout of our updated version, Hytale.game is revolutionizing server display thanks to a live synchronization API. Say goodbye to scan delays and hello to real-time updates.
Why synchronize your server?
Displaying the number of players online manually or via IP scan is often slow and inaccurate. Our new engine now allows you to display your exact number of online players directly on your server page.
Key features:
- Aggregation for Networks: If you have multiple servers (Lobby, Skywars, Creative), the API automatically adds up the players from each “node” to display your overall total.
- Crash Protection: Built-in security automatically removes players from your count if your server stops responding after a few minutes, thus preventing the display of “ghost players”.
- Zero Latency: As soon as a player joins or leaves your server, our module is updated instantly via an asynchronous request that does not impact your TPS.
API Technical Documentation
To use these features, your server (via a mod or plugin) must communicate with our two endpoints.
You can check your synchronization status and verify if the mod is correctly installed by typing the following address directly into your browser:
- URL:
https://hytale.game/wp-json/hytale-api/v1/server-status?secret_key=YOUR_KEY
Synchronization Mod Configuration
Here is an example configuration file config.jsonto place in your mods folder:
JSON
{
"api_key": "YOUR_SECRET_KEY",
"max_player": "50",
"sub_id": "Skywars"
}
How do I get my secret key?
Your username api_key(or password secret_key) was provided to you when you created your server profile on Hytale.game. If you have lost it, contact our moderation team on Discord to retrieve it.
Join the elite of Hytale servers
By enabling live synchronization, your server gains credibility and visibility . Players always prefer active communities that are transparent about their statistics.
You are not listed yet?
👉 Submit your Hytale server now!
