itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup

Home Page:https://docker-minecraft-server.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-implement a more robust Paper default configs download

itzg opened this issue · comments

The first attempt in #2883 pulled the files too early in startup and conflicted with users needing to pull over configs from /config mount, #2894

The implementation should instead pull the defaults later and first check if the files exist before even attempting the retrieval.