SpongeVanilla integration and JSON check fix

This commit is contained in:
Aitor Ramos Sasselli
2017-11-01 22:06:05 +01:00
parent ee5a95baa8
commit f178c6c0a1
4 changed files with 54 additions and 8 deletions
+4
View File
@@ -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"