From bfe1c85ac6c2f02abe3a891e1e4a391e246d69ca Mon Sep 17 00:00:00 2001 From: Jawa_Juice <67296752+Jawa-Juice@users.noreply.github.com> Date: Mon, 13 Dec 2021 16:06:22 -0500 Subject: [PATCH 1/2] Remove Airplane 1.16 as unsupported --- scripts/start-deployAirplane | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/scripts/start-deployAirplane b/scripts/start-deployAirplane index 45e06228373..05e3320218d 100755 --- a/scripts/start-deployAirplane +++ b/scripts/start-deployAirplane @@ -6,8 +6,8 @@ isDebugging && set -x IFS=$'\n\t' -if [ "${VERSION}" != "LATEST" ] && [ "${VERSION}" != "1.16" ] && [ "${VERSION}" != "1.17" ] && [ "${VERSION}" != "PURPUR" ] && [ "${VERSION}" != "PURPUR-1.16" ] ; then - log "ERROR: Airplane server type only supports VERSION=LATEST, VERSION=1.17, VERSION=1.16, VERSION=PURPUR or VERSION=PURPUR-1.16. Note that these are branches, not #.#.# versions." +if [ "${VERSION}" != "LATEST" ] && [ "${VERSION}" != "1.17" ] && [ "${VERSION}" != "PURPUR" ] ; then + log "ERROR: Airplane server type only supports VERSION=LATEST, VERSION=1.17, VERSION=PURPUR. Note that these are branches, not #.#.# versions." exit 1 fi @@ -18,20 +18,11 @@ if [ "${VERSION}" = "LATEST" ] || [ "${VERSION}" = "1.17" ]; then AIRPLANE_BRANCH="1.17" fi -if [ "${VERSION}" = "1.16" ]; then - AIRPLANE_BRANCH="1.16" -fi - if [ "${VERSION}" = "PURPUR" ]; then AIRPLANE_BRANCH="Purpur-1.17" AIRPLANE_TYPE="airplanepurpur" fi -if [ "${VERSION}" = "PURPUR-1.16" ]; then - AIRPLANE_BRANCH="Purpur-1.16" - AIRPLANE_TYPE="airplanepurpur" -fi - log "Using Airplane-${AIRPLANE_BRANCH} branch" export SERVER=airplane-${AIRPLANE_BRANCH}-${AIRPLANE_BUILD}.jar From 356686731e491abd0a939660f303b2a115550ea7 Mon Sep 17 00:00:00 2001 From: Jawa_Juice <67296752+Jawa-Juice@users.noreply.github.com> Date: Mon, 13 Dec 2021 16:07:55 -0500 Subject: [PATCH 2/2] Remove Airplane 1.16 as unsupported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 037b1b29581..d3ee39fff58 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ An [Airplane](https://airplane.gg) server, which is "a stable, optimized, well s -e TYPE=AIRPLANE -> NOTE: The `VERSION` variable is used to select an Airplane branch to download from. The available options are "LATEST" "1.17" "1.16" "PURPUR" and "PURPUR-1.16" +> NOTE: The `VERSION` variable is used to select an Airplane branch to download from. The available options are "LATEST" "1.17" and "PURPUR" Extra variables: - `AIRPLANE_BUILD=lastSuccessfulBuild` : set a specific Airplane build to use