mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-09 00:01:23 +00:00
Added support for Mohist servers
This commit is contained in:
@@ -99,4 +99,11 @@ function versionLessThan {
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
||||
requireVar() {
|
||||
if [ ! -v $1 ]; then
|
||||
log "ERROR: $1 is required to be set"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user