Background Header Top Servers Hytale

Hytale Query Plugin

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.

Main Features

  • Server Information (Name, Version, Max Players)
  • Universe Data (Current Players, Default World)
  • Connected Players List

Installation Guide

1

Download

Download both required plugins: Nitrado:WebServer and Hytale-Plugin-Query.

2

Installation

Place both downloaded JAR files in the mods/ folder of your Hytale server.

3

Configuration

Restart your server. The plugin will automatically create an endpoint accessible via GET /Nitrado/Query.

4

Permissions

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"
    ]
  }
}