Description
Hytale Query Plugin
This plugin exposes server information via an HTTP endpoint. It depends on Nitrado:WebServer.
Purpose of this Plugin
When running a Hytale server, external systems often need access to basic server information for monitoring, dashboards, or integration with other services. This plugin provides a simple HTTP endpoint that returns structured JSON data about the server, universe, players, and installed plugins.
Main Features
- Server Information: Exposes server name, version, protocol details, and maximum player count.
- Universe Data: Returns current player count and default world name.
- Player List: Provides a list of connected players with their names, UUIDs, and current world.
- Plugin Status: Shows installed plugins with their versions, load state, and enabled status.
- Permission-Based Responses: Returns only the data sections the authenticated user has permission to view.
For full documentation please visit the GitHub repository.


