File Details
nitrado-query-1.1.0
- R
- Jan 27, 2026
- 20.20 KB
- 532
- Early Access
File Name
nitrado-query-1.1.0.jar
Supported Versions
- Early Access
Highlights
Fixes
- Adjusts for a breaking change in the upstream Hytale Server that removed the
ProtocolHashand replaced it with aProtocolCrcfield- For backwards compatibility,
ProtocoHashwill for now remain included in the query response but set to the value ofProtocolCrc
- For backwards compatibility,
- Introduces a new
Basicsection in the JSON response intended for status pages and server lists - Exposes the game server connection address if configured in the plugin's config.json
- Adds an HTML view for viewing query data in the browser
Automatically Generated Changelog
Below are the changes since 1.0.1.
What's Changed
- build: use
@v1of shared workflow by @aRestless in https://github.com/nitrado/hytale-plugin-query/pull/2 - feat: additional fields in query response by @aRestless in https://github.com/nitrado/hytale-plugin-query/pull/4
- refactor: move data into DTO in preparation for html rendering by @aRestless in https://github.com/nitrado/hytale-plugin-query/pull/6
- feat: support HTML output by @aRestless in https://github.com/nitrado/hytale-plugin-query/pull/7
- fix: replace ProtocolHash with ProtocolCRC by @aRestless in https://github.com/nitrado/hytale-plugin-query/pull/9
Full Changelog: https://github.com/nitrado/hytale-plugin-query/compare/v1.0.1...v1.1.0

