docker-minecraft-server
docker-minecraft-server copied to clipboard
Re-implement a more robust Paper default configs download
The first attempt in https://github.com/itzg/docker-minecraft-server/pull/2883 pulled the files too early in startup and conflicted with users needing to pull over configs from /config mount, https://github.com/itzg/docker-minecraft-server/issues/2894
The implementation should instead pull the defaults later and first check if the files exist before even attempting the retrieval.