mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-22 02:42:30 +01:00
Palworld: Added instructions for changing config (#2818)
* Added instructions for changing config It was unclear as to why config changes were not being applied. * Simplify --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
parent
111e1b1297
commit
da43aa8d20
@ -107,7 +107,7 @@ The RCON port does not need to be allocated.
|
||||
3. Then hit reinstall because the parser application has to be downloaded
|
||||
4. Because the Palworld devs forgot with the v0.1.5.0 to add the new `bShowPlayerList` key to the config you will need to add it yourself. This maybe fixt in the future. Its default value is False
|
||||
|
||||
Example of the end of the config: `bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt",bShowPlayerList=False)`
|
||||
Example of the end of the config: `bUseAuth=True,bShowPlayerList=False,BanListURL="https://api.palworldgame.com/api/banlist.txt")`
|
||||
|
||||
### Variable Parsing
|
||||
|
||||
@ -119,3 +119,7 @@ Those who need more variables will have to add them themselves.
|
||||
See a list of what key matches with what variable [Here](https://github.com/QuintenQVD0/Palword-server-config-parser?tab=readme-ov-file#key-with-variables)
|
||||
|
||||
**Variables that do not exist will automatically be skipped parsing so you do not have to worry about it emptying your config file**
|
||||
|
||||
### Config
|
||||
|
||||
The config is found at the following path: `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`
|
||||
|
Loading…
Reference in New Issue
Block a user