QueryHy - HTTP Server Query

Provides a configurable HTTP JSON API endpoint exposing live server stats including player count, max players, MOTD, uptime, server name, and view distance. Perfect for server lists, monitoring tools, and status pages.

File Details

queryhy-1.2.1.jar

  • R
  • Apr 27, 2026
  • 297.41 KB
  • 1
  • Early Access

File Name

queryhy-1.2.1.jar

Supported Versions

  • Early Access

Added

  • Remote Console: New endpoint (/command) to execute server commands via HTTP POST (requires API Key).
  • JVM Monitoring: Display of RAM usage (usedMb, totalMb, maxMb) in the JSON response.
  • Security Features:
    • API Key Authentication: Protect endpoints via X-API-Key header or query parameter.
    • CORS Support: Configurable Cross-Origin Resource Sharing headers for web integrations.
  • Configuration Flexibility:
    • Custom paths for /query and /command.
    • New toggles in config.json for all new metrics.
  • Improved Time Formats: Uptime and session duration are now also provided in a human-readable format (e.g., 1h 5m 10s).
  • Enhanced Player Info: The player list now includes UUIDs and individual session durations.

Changed

  • Player Tracking: Switched to UUID-based tracking (previously name-only) to ensure uniqueness.