mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: add palworld new new query implementation (#560)
* feat: add initial first working query * feat: map serverInfo data * feat: add players, settings and metrics queries * update docs stuff * fix broken palworld hyperlink in games list
This commit is contained in:
parent
4e6ab05291
commit
ee5baaff13
5 changed files with 36 additions and 17 deletions
|
|
@ -210,7 +210,7 @@
|
|||
| openarena | OpenArena | |
|
||||
| openttd | OpenTTD | |
|
||||
| painkiller | Painkiller | |
|
||||
| palworld | Palworld | [EOS Protocol](#epic) |
|
||||
| palworld | Palworld | [Notes](#palworld) |
|
||||
| pce | Primal Carnage: Extinction | [Valve Protocol](#valve) |
|
||||
| pixark | PixARK | [Valve Protocol](#valve) |
|
||||
| postal2 | Postal 2 | |
|
||||
|
|
@ -459,3 +459,8 @@ option: `requestRules: true`. Beware that this may increase query time.
|
|||
|
||||
### <a name="epic"></a>Epic Online Services (EOS) Protocol
|
||||
EOS does not provide players data.
|
||||
|
||||
### <a name="palworld"></a>Palworld
|
||||
Palworld support can be unstable, the devs mention the api is currently experimental.
|
||||
To query palworld servers, the `RESTAPIEnabled` must be `True` in the configuration file, and you need to pass
|
||||
the `username` (currently always `admin`) and `password` (settings parameter) for it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue