mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-15 00:15:25 +00:00
Added arclight and nanolimbo types and Meowice flags (#3485)
This commit is contained in:
@@ -48,7 +48,17 @@ if [ ! -f "${SERVER}" ]; then
|
||||
get -o "${SERVER}" "${downloadUrl}"
|
||||
fi
|
||||
|
||||
export FAMILY=HYBRID
|
||||
if [[ "${mohistType}" == "mohist" ]]; then
|
||||
export HYBRIDTYPE=forge
|
||||
elif [[ "${mohistType}" == "youer" ]]; then
|
||||
export HYBRIDTYPE=neoforge
|
||||
elif [[ "${mohistType}" == "banner" ]]; then
|
||||
export HYBRIDTYPE=fabric
|
||||
else
|
||||
log "Unknown server type"
|
||||
fi
|
||||
|
||||
export SERVER
|
||||
export FAMILY=HYBRID
|
||||
|
||||
exec "${SCRIPTS:-/}start-spiget" "$@"
|
||||
|
||||
Reference in New Issue
Block a user