mc: compute default MOTD based on the given type and version

This commit is contained in:
Geoff Bourne
2018-04-14 13:52:46 -05:00
parent 1f04ca946c
commit 5267927c3f
4 changed files with 26 additions and 3 deletions
-1
View File
@@ -41,7 +41,6 @@ WORKDIR /data
ENTRYPOINT [ "/start" ]
ENV UID=1000 GID=1000 \
MOTD="A Minecraft Server Powered by Docker" \
JVM_XX_OPTS="-XX:+UseG1GC" MEMORY="1G" \
TYPE=VANILLA VERSION=LATEST FORGEVERSION=RECOMMENDED SPONGEBRANCH=STABLE SPONGEVERSION= LEVEL=world \
PVP=true DIFFICULTY=easy ENABLE_RCON=true RCON_PORT=25575 RCON_PASSWORD=minecraft \