Geoff Bourne

Results 1036 comments of Geoff Bourne

> i am in the same boat. happening to one of the mod's config file @trashforreal provide the same debug logs I am requesting of @krankydonkey

For both, I mean the logs shown by `docker logs` and not the log file within the data directory. And make sure you're setting DEBUG=true in paper.env and reapplying those...

FYI on subsequent startup the logs will report that the default config download is skipped since the files already exist: ``` docker run -it --rm -e EULA=true -e TYPE=PAPER -v...

@trashforreal in that case your issue is unrelated and need to refer to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#excluding-overrides-files

> Ah, those logs show a little more: > > [podman-paper-logs.txt](https://github.com/user-attachments/files/20399597/podman-paper-logs.txt) It's skipping those files, so something beyond my control would be modifying them: ``` [init] 2025-05-22 21:22:14+10:00 Downloading default...

OK, I'm able to recreate the issue. I'll investigate.

...well this is strange. I set the environment variable `SETUP_ONLY` to "true", which prevents the server jar from starting and the file remains with my modications. So it seems Paper...

They'll eventually realize they introduced a bug in 1.21.4 😀

Sorry, just a total guess since nobody had noticed this before. It would be interesting though to see when it didn't break.

I set the file to read-only (with `chmod a=r config/paper-global.yml`) and found where in Paper it throws an error: ``` [00:23:38 WARN]: [Configurations] Could not save config/paper-global.yml: Paper could not...