Added support for Catserver type

This commit is contained in:
Geoff Bourne
2020-06-20 15:28:21 -05:00
parent 7d97fdcbec
commit 8f82ff9b1d
5 changed files with 47 additions and 2 deletions
+4
View File
@@ -123,6 +123,10 @@ case "${TYPE^^}" in
exec ${SCRIPTS:-/}start-deployMohist "$@"
;;
CATSERVER)
exec ${SCRIPTS:-/}start-deployCatserver "$@"
;;
*)
log "Invalid type: '$TYPE'"
log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTB, CURSEFORGE, SPONGEVANILLA"