Description
π₯οΈ Server Status Plugin
Unlike Minecraft, Hytale currently does not provide a public server list or native server pinging, making it difficult to check whether a server is online or see how many players are connected.
π Server Status Plugin fills this gap.
By integrating with hytale-status.com, any server running the plugin can securely report its status in real time β without affecting performance or stability.
The plugin is lightweight, safe, and designed to work silently in the background while delivering accurate server data.
β¨ Features
- π΄ Real-time server status via hytale-status.com
- π Works with any Hytale server running the plugin
- β‘ Minimal setup β install and forget
- π‘οΈ Performance-friendly and non-intrusive
- π Easy integration with:
- Websites
- Dashboards
- Server lists
- Mods and external tools
π οΈ Installation & Usage
- π¦ Install the plugin on your Hytale server.
- β Once installed, the server automatically starts reporting its status.
- π Your server is now accessible through the public hytale-status.com API.
- π§© Use the API to display live server status anywhere you want.
No configuration required.
π API Integration
After installing the plugin, you can retrieve live server data using a simple HTTP GET request.
π Simple API Request
https://api.hytale-status.com/v1/pinger?hostname=57.129.112.60
Optional custom port:
https://api.hytale-status.com/v1/pinger?hostname=57.129.112.60&port=5520
{
"success": true,
"result": {
"sessionId": "c8f2a4d1-9a3b-4d6e-8f21-7b9f3a1c2e45",
"serverName": "Hytale Community Server",
"online": 42,
"maxPlayers": 200,
"motd": "Welcome to the official Hytale Community Server!",
"uptime": 86400,
"version": "1.0.0",
"worlds": [
{
"name": "overworld",
"tps": 30,
"online": 30,
"players": [
"Alex",
"Steve",
"Nova",
"Riven"
]
},
{
"name": "dungeon_hub",
"tps": 29,
"online": 12,
"players": [
"Luna",
"Kai",
"Echo"
]
}
]
}
}

