mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
Add protocol implementation for querying Hytale game servers using
the Nitrado Query API endpoint. The protocol uses HTTPS with HTTP
fallback to fetch server information including name, version, player
count, and map.
Example:
$ gamedig --type hytale play.hyfyve.net:5523
{
"name": "Hytale Server",
"map": "default",
"version": "2026.01.13-dcad8778f",
"maxplayers": 100,
"numplayers": 1,
"connect": "play.hyfyve.net:5523"
}
Co-authored-by: Thomas Koetsier <thomaskoetsier@Thomass-MacBook-Air.local>
|
||
|---|---|---|
| .. | ||
| DnsResolver.js | ||
| game-resolver.js | ||
| gamedig.js | ||
| games.js | ||
| GlobalUdpSocket.js | ||
| HexUtil.js | ||
| index.js | ||
| Logger.js | ||
| Promises.js | ||
| ProtocolResolver.js | ||
| QueryRunner.js | ||
| reader.js | ||
| Results.js | ||