mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-18 12:35:57 +00:00
Download default spigot.yml for PaperMC to top-level directory (#3216)
This commit is contained in:
@@ -513,3 +513,17 @@ function ensureRemoveAllModsOff() {
|
||||
REMOVE_OLD_MODS=false
|
||||
fi
|
||||
}
|
||||
|
||||
function buildDownloadList() {
|
||||
repoUrl=${1?}
|
||||
version=${2?}
|
||||
shift 2
|
||||
result=
|
||||
for c in "${@}"; do
|
||||
if [[ $result ]]; then
|
||||
result+=","
|
||||
fi
|
||||
result+="${repoUrl}/${version}/$c"
|
||||
done
|
||||
echo "$result"
|
||||
}
|
||||
Reference in New Issue
Block a user