Releases: pelican-eggs/Palworld-Config-Parser-Tool
Releases · pelican-eggs/Palworld-Config-Parser-Tool
v1.0.8
1.0.8
This is a half rewrite as that nil and null thing would not work (So this is sort of a hotfix)
Changes
- Redo the variable logic so that empty variables get also emptied in the config file
- Add a new image to the README
Full Changelog: v1.0.7...v1.0.8
v1.0.7
1.0.7
This is probably going to be the latest release of this application as I consider it to be done and fully working
Changes
- Add a version print to the program
- There used to be a bug if you set a variable to nothing but something was set in the config it would just skip it, now id you enter the value
nil
ornull
then it will clear the value out of the config file - add a simple table to the README that's explains the validation that is applied now
Full Changelog: v1.0.6...v1.0.7
v1.0.6
1.0.6
- If the config exits but is empty, then move the default contents to it.
- Fix a lot of validation
- Add the forgotten region variable
Full Changelog: v1.0.4...v1.0.6
v1.0.5
1.0.5
- add some simple copy logic if the DefaultPalWorldSettings.ini file is found but the PalWorldSettings.ini not, then copy it over
- Put some very basic validation on variables
- echo the file path its is going to edit
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Changes
- PublicIP now has quotation marks
- Show the actual error if the INI file can not be found
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- Add a basic README
- allow all keys in the config to be changeable based on environment variables
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Add forgotten Server Description
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Add some extra variables.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial Release with basic variables in the Pterodactyl egg
Full Changelog: https://github.com/QuintenQVD0/Palword-server-config-parser/commits/v1.0.0