mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-05 08:14:19 +00:00
Added support for Catserver type
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user