From d5d0162729a1d51edcf432fee1a957477f498800 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:23:51 +0200 Subject: [PATCH 1/4] Updated wordings around new Palworld mechanic --- CHANGELOG.md | 1 + GAMES_LIST.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6832787..31cb560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551) * Fix: BeamMP filter servers by address, not host (By @Rephot #558) * Palworld - Replace old and broken protocol with the new one (#560) +* Updated some wordings around the new Palworld mechanic ## 5.0.0-beta.2 * Fixed support for projects using `require`. diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 5d8a229..400f754 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -462,5 +462,4 @@ EOS does not provide players data. ### 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. +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. From 31f00e6f18d5953e4c833793a2f08e6d844e245e Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:28:20 +0200 Subject: [PATCH 2/4] Remove un-needed changelog entry --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cb560..6832787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ * Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551) * Fix: BeamMP filter servers by address, not host (By @Rephot #558) * Palworld - Replace old and broken protocol with the new one (#560) -* Updated some wordings around the new Palworld mechanic ## 5.0.0-beta.2 * Fixed support for projects using `require`. From d6ef13175c976734c4b96788f79343a547efe6fe Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:14:47 +0200 Subject: [PATCH 3/4] Fixed wording --- GAMES_LIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 400f754..3f5d2e9 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -462,4 +462,4 @@ EOS does not provide players data. ### Palworld Palworld support can be unstable, the devs mention the api is currently experimental. -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. +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 (from the server config) as the password parameter. From 699c09b8fbcfea6fd045d48866292639a2b48ce5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Sun, 14 Apr 2024 08:07:46 +0200 Subject: [PATCH 4/4] wrapping --- GAMES_LIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 3f5d2e9..0c415ff 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -462,4 +462,4 @@ EOS does not provide players data. ### Palworld Palworld support can be unstable, the devs mention the api is currently experimental. -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 (from the server config) as the password parameter. +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` (from the server config) as the `password` parameter.