Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ If you have attached a host directory to the `/data` volume, then you can instal

### Running an Airplane server

An [Airplane](https://github.com/TECHNOVE/Airplane) server, which is a fork of Tuinity aimed at further improving server performance at high playercounts.
An [Airplane](https://airplane.gg) server, which is "a stable, optimized, well supported 1.17 Paper fork."

-e TYPE=AIRPLANE

Expand All @@ -444,7 +444,7 @@ Extra variables:

### Running a Purpur server

A [Purpur](https://purpur.pl3x.net/) server, which is "a drop-in replacement for Paper servers designed for configurability, new fun and exciting gameplay features, and high performance built on top of Tuinity."
A [Purpur](https://purpur.pl3x.net/) server, which is "drop-in replacement for Paper servers designed for configurability, new fun and exciting gameplay features, and performance built on top of Airplane."

-e TYPE=PURPUR

Expand All @@ -453,18 +453,6 @@ A [Purpur](https://purpur.pl3x.net/) server, which is "a drop-in replacement for
Extra variables:
- `PURPUR_BUILD=LATEST` : set a specific Purpur build to use
- `FORCE_REDOWNLOAD=false` : set to true to force the located server jar to be re-downloaded

### Running a Yatopia server

A [Yatopia](https://github.com/YatopiaMC/Yatopia) server, which is a "blazing fast Tuinity fork with best in class performance".

-e TYPE=YATOPIA

> NOTE: the `VERSION` variable is used to locate the Yatopia version to download

Extra variables:
- `RELEASE=stable` : set to `stable` or `latest`
- `FORCE_REDOWNLOAD=false` : set to true to force the located server jar to be re-downloaded
- `USE_FLARE_FLAGS=false` : set to true to add appropriate flags for the [Flare](https://blog.airplane.gg/flare) profiler

### Running a Magma server
Expand Down
12 changes: 2 additions & 10 deletions start-configuration
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ case "${TYPE^^}" in
exec ${SCRIPTS:-/}start-deployPaper "$@"
;;

TUINITY)
exec ${SCRIPTS:-/}start-deployTuinity "$@"
;;

FORGE)
if versionLessThan 1.17; then
log "**********************************************************************"
Expand Down Expand Up @@ -159,10 +155,6 @@ case "${TYPE^^}" in
exec ${SCRIPTS:-/}start-deployPurpur "$@"
;;

YATOPIA)
exec ${SCRIPTS:-/}start-deployYatopia "$@"
;;

AIRPLANE)
exec ${SCRIPTS:-/}start-deployAirplane "$@"
;;
Expand All @@ -178,8 +170,8 @@ case "${TYPE^^}" in
*)
log "Invalid type: '$TYPE'"
log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTBA (multiarch-only),"
log " CURSE_INSTANCE, CURSEFORGE, SPONGEVANILLA, TUINITY, PURPUR"
log " CUSTOM, MAGMA, MOHIST, CATSERVER, YATOPIA, AIRPLANE, CANYON, LIMBO"
log " CURSE_INSTANCE, CURSEFORGE, SPONGEVANILLA, PURPUR, CUSTOM,"
log " MAGMA, MOHIST, CATSERVER, AIRPLANE, CANYON, LIMBO"
exit 1
;;

Expand Down
26 changes: 0 additions & 26 deletions start-deployTuinity

This file was deleted.

29 changes: 0 additions & 29 deletions start-deployYatopia

This file was deleted.