We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32168d8 commit 9c1a0b9Copy full SHA for 9c1a0b9
src/minecraftctl.sh
@@ -4,7 +4,7 @@ name_arr=("DOCKER" "PORT" "RCON_PORT" "RCON_PASSWORD" "MINHEAP" "MAXHEAP" "EULA"
4
# Default values for variables in above array
5
vals_arr=("$(which docker)" "25565" "25575" "minecraft" "512" "2048" "false" "vanilla" "LATEST" "normal" "10" "29999984" "true" "true" "false" "false" "true" "false" "256" "60000" "true" "true" "10" "survival" "A minecraft server" "true" "default" "world" "true" "0" "false" "/srv/minecraft" "./backups" "64" "$(id -u minecraft)" "$(id -g minecraft)" "DEFAULT")
6
# Version string
7
-VERSION_STR="1.5.1"
+VERSION_STR="1.5.2"
8
# Setup flag variables for script
9
seteula=false
10
debug=false
0 commit comments