Updated wordings around new Palworld mechanic

This commit is contained in:
Sebastian Schmidt 2024-04-09 19:23:51 +02:00 committed by GitHub
parent ee5baaff13
commit d5d0162729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@
* Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551) * Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551)
* Fix: BeamMP filter servers by address, not host (By @Rephot #558) * Fix: BeamMP filter servers by address, not host (By @Rephot #558)
* Palworld - Replace old and broken protocol with the new one (#560) * Palworld - Replace old and broken protocol with the new one (#560)
* Updated some wordings around the new Palworld mechanic
## 5.0.0-beta.2 ## 5.0.0-beta.2
* Fixed support for projects using `require`. * Fixed support for projects using `require`.

View File

@ -462,5 +462,4 @@ EOS does not provide players data.
### <a name="palworld"></a>Palworld ### <a name="palworld"></a>Palworld
Palworld support can be unstable, the devs mention the api is currently experimental. 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 To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (settings parameter) for it.
the `username` (currently always `admin`) and `password` (settings parameter) for it.