mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-03 23:44:16 +00:00
Added support for Tunity server type
This commit is contained in:
@@ -78,6 +78,10 @@ case "${TYPE^^}" in
|
||||
exec /start-deployPaper "$@"
|
||||
;;
|
||||
|
||||
TUNITY)
|
||||
exec /start-deployTunity "$@"
|
||||
;;
|
||||
|
||||
FORGE)
|
||||
exec /start-deployForge "$@"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user