You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is a change in configuration concept of papermc. The paper.yml is no longer used, instead there is a paper-global.yml and a paper-world-defaults.yml in the /config folder.
On every start, PaperMC find the deprecated paper.yml, move this to the /config/legacy folder and create the two new config files above.
On the next Docker (and start.sh) start, the paper.yml is missing and copied again.
As hotfix, I extend the docker image, remove the paper.yml part from the start.sh and papermc keeps my changes in paper-world-defaults.yml.
The text was updated successfully, but these errors were encountered:
Hi.
It seems there is a change in configuration concept of papermc. The paper.yml is no longer used, instead there is a paper-global.yml and a paper-world-defaults.yml in the /config folder.
On every start, PaperMC find the deprecated paper.yml, move this to the /config/legacy folder and create the two new config files above.
On the next Docker (and start.sh) start, the paper.yml is missing and copied again.
As hotfix, I extend the docker image, remove the paper.yml part from the start.sh and papermc keeps my changes in paper-world-defaults.yml.
The text was updated successfully, but these errors were encountered: