Default configs downloading for paper {Broken Repo?} #3533
softcrunch
started this conversation in
General
Replies: 1 comment 5 replies
-
Thanks for reporting this, but you can ignore those warnings. No, it won't overwrite a file that you already put there. Also, it does the defaults processing after the config mount, so it also won't overwrite files you provide that way. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone run into the issue when starting a paper server on the latest version, that the default configs repo is broken?
I have the configs already copied to the /data/config directory in the container but it still tries to download the defaults.
I assume i have some configuration wrong as I assume that it would skip the default configs if it detected they were already present?
It looks like the download retries a few times before throwing the error and this causes the server to take around 5 minutes to start!
Any assistance would be appreciated as Im not sure what i've done wrong. Thank you!
[init] [WARN] One or more default config files were not available from https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main/1.21.7/paper-global.yml,https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main/1.21.7/paper-world-defaults.yml
[init] [WARN] One or more default files were not available from https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main/1.21.7/bukkit.yml,https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main/1.21.7/spigot.yml
[root@DockerHost lucyvanilla]# cd config/
[root@DockerHost config]# ls
paper-global.yml paper-world-defaults.yml spigot.yml
[root@DockerHost config]# cd ~/lucyvanilla/data/config
[root@DockerHost config]# ls
paper-global.yml paper-world-defaults.yml spigot.yml
docker-compose.yml
services:
mc:
image: itzg/minecraft-server:latest
container_name: lucyvanilla
tty: "true"
stdin_open: "true"
ports:
- "25566:25565" # Java port
- "19132:19132/udp" # Bedrock port (Geyser)
- "8123:8123" # Dynmap
environment:
EULA: "TRUE"
TYPE: "PAPER"
MEMORY: "16384M"
volumes:
data: {}
Beta Was this translation helpful? Give feedback.
All reactions