mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-17 01:15:23 +00:00
+5
-1
@@ -83,10 +83,14 @@ case "${TYPE^^}" in
|
||||
exec /start-deployFabric "$@"
|
||||
;;
|
||||
|
||||
FTB|CURSEFORGE)
|
||||
FTBA)
|
||||
exec /start-deployFTB "$@"
|
||||
;;
|
||||
|
||||
CURSEFORGE|FTB)
|
||||
exec /start-deployCF "$@"
|
||||
;;
|
||||
|
||||
VANILLA)
|
||||
exec /start-deployVanilla "$@"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user