Description
HytaleTogether Status Reporter
HytaleTogether Status Reporter is a lightweight server-side plugin that automatically reports your Hytale server’s online status and player count to HytaleTogether.net. It is intended for server owners who want their server listing to stay accurate without relying on manual updates or external scripts.
The plugin works by sending a secure POST request to the HytaleTogether API at a configurable interval. Each update includes whether the server is online and the current number of connected players. Authentication is handled using a per-server secret key, ensuring only authorized servers can update their listings.
After the plugin is installed and the server is started for the first time, a configuration file is generated. This file allows you to set your server’s unique server ID, secret key, and the update interval in seconds. No database setup or additional services are required.
The plugin sends an initial status update when the server starts and continues reporting at the configured interval. When the server shuts down normally, it sends a final update marking the server as offline. The plugin runs entirely in the background and has no impact on gameplay or performance.
Installation is straightforward. Place the plugin jar into your server’s plugin folder, start the server once to generate the configuration file, fill in your server ID and secret key, then restart the server.
This plugin requires a Hytale dedicated server and an active server entry on HytaleTogether.net. It does not add any commands, permissions, or gameplay features.


