mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-15 02:17:57 +00:00
SpongeVanilla integration and JSON check fix
This commit is contained in:
@@ -73,6 +73,10 @@ case "$TYPE" in
|
||||
exec /start-deployVanilla $@
|
||||
;;
|
||||
|
||||
SPONGEVANILLA|spongevanilla)
|
||||
exec /start-deploySpongeVanilla $@
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Invalid type: '$TYPE'"
|
||||
echo "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTB, SPONGEVANILLA"
|
||||
|
||||
Reference in New Issue
Block a user