An essential plugin to retrieve your Hytale server information.
For your server to be correctly detected and its information (online players, version, etc.) to be displayed on our platform, you need to install the Hytale Query plugin.
Place both downloaded JAR files in the mods/ folder of your Hytale server.
Restart your server. The plugin will automatically create an endpoint accessible via GET /Nitrado/Query.
To make the information public (required for our site), configure the permissions.json file to allow the ANONYMOUS group.
permissions.json configuration example:
{
"Groups": {
"ANONYMOUS": [
"nitrado.query.web.read.server",
"nitrado.query.web.read.universe"
]
}
}