mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat(protocol/sdtd): add optional more data via telnet (#697)
* feat(protocol/sdtd): add optional more data via telnet * docs: update CHANGELOG.md * feat: some refactoring * feat: add hordeDay to raw * docs: mention what extra data it is * docs: formatting
This commit is contained in:
parent
b9767ab99d
commit
a3fca5d590
3 changed files with 54 additions and 4 deletions
|
|
@ -552,3 +552,5 @@ Requires usage of the status query server enabled in the config.txt. `status_ser
|
|||
Does not provide player names but can be provided via telnet commands, to use these make sure in `serverconfig.xml` you
|
||||
have configured `TelnetEnabled` to `true`, `TelnetPort` and `TelnetPassword` and pass `telnetPort` and `telnetPassword`
|
||||
to the query parameters.
|
||||
|
||||
To fetch more info via telnet (game and mods versions, date and time), at the cost of a longer query time, set `moreData` to `true`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue