From 8a7cfbfb3e5a6688bbb4461b1c25c4dd77cfc585 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 8 Jul 2025 20:02:43 -0500 Subject: [PATCH] Switch PAPER_CONFIG_DEFAULTS_REPO to https://github.com/Shonz1/minecraft-default-configs (#3541) --- scripts/start-deployPaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-deployPaper b/scripts/start-deployPaper index 0c889176..861f6e43 100755 --- a/scripts/start-deployPaper +++ b/scripts/start-deployPaper @@ -10,7 +10,7 @@ handleDebugMode : "${PAPER_CHANNEL:=default}" : "${PAPER_DOWNLOAD_URL:=}" : "${PAPER_CUSTOM_JAR:=}" -: "${PAPER_CONFIG_DEFAULTS_REPO:=${PAPER_CONFIG_REPO:=https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main}}" +: "${PAPER_CONFIG_DEFAULTS_REPO:=${PAPER_CONFIG_REPO:=https://raw.githubusercontent.com/Shonz1/minecraft-default-configs/main}}" resultsFile=/data/.paper.env if [[ $PAPER_CUSTOM_JAR ]]; then