Added support for Mohist servers

This commit is contained in:
Geoff Bourne
2020-06-19 11:31:56 -05:00
parent f93c42a23f
commit bc318fa185
4 changed files with 61 additions and 1 deletions

View File

@@ -118,6 +118,10 @@ case "${TYPE^^}" in
exec ${SCRIPTS:-/}start-magma "$@"
;;
MOHIST)
exec ${SCRIPTS:-/}start-mohist "$@"
;;
*)
log "Invalid type: '$TYPE'"
log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTB, CURSEFORGE, SPONGEVANILLA"