mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-24 07:22:44 +00:00
Add Folia support (#2081)
This commit is contained in:
11
scripts/start-deployFolia
Normal file
11
scripts/start-deployFolia
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $FOLIA_DOWNLOAD_URL ]]; then
|
||||
export PAPER_DOWNLOAD_URL="$FOLIA_DOWNLOAD_URL"
|
||||
fi
|
||||
|
||||
if [[ $FOLIABUILD ]]; then
|
||||
export PAPERBUILD="$FOLIABUILD"
|
||||
fi
|
||||
|
||||
PAPER_PROJECT="folia" PAPER_NAME="FoliaMC" exec ${SCRIPTS:-/}start-deployPaper "$@"
|
||||
Reference in New Issue
Block a user