docker-minecraft-server icon indicating copy to clipboard operation
docker-minecraft-server copied to clipboard

Re-implement a more robust Paper default configs download

Open itzg opened this issue 1 year ago • 0 comments

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.

itzg avatar Jun 14 '24 20:06 itzg