mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-24 15:32:45 +00:00
Update Invalid Server Type Logging Message (#758)
Includes Tuinity and Purpur Co-authored-by: lichlord91 <lichlord91@users.noreply.github.com>
This commit is contained in:
@@ -150,7 +150,7 @@ case "${TYPE^^}" in
|
||||
*)
|
||||
log "Invalid type: '$TYPE'"
|
||||
log "Must be: VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, FTBA (multiarch-only),"
|
||||
log " CURSE_INSTANCE, CURSEFORGE, SPONGEVANILLA,"
|
||||
log " CURSE_INSTANCE, CURSEFORGE, SPONGEVANILLA, TUINITY, PURPUR"
|
||||
log " CUSTOM, MAGMA, MOHIST, CATSERVER"
|
||||
exit 1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user