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-Keyheader or query parameter. - CORS Support: Configurable Cross-Origin Resource Sharing headers for web integrations.
- API Key Authentication: Protect endpoints via
- Configuration Flexibility:
- Custom paths for
/queryand/command. - New toggles in
config.jsonfor all new metrics.
- Custom paths for
- 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.