Repaired some bugs from refactor

This commit is contained in:
Aitor Ramos Sasselli
2017-11-01 06:41:55 +01:00
parent a0e605814f
commit 0c1c6d198c
13 changed files with 3 additions and 732 deletions
+3 -14
View File
@@ -31,18 +31,7 @@ EXPOSE 25565 25575
ADD https://github.com/itzg/restify/releases/download/1.0.4/restify_linux_amd64 /usr/local/bin/restify
ADD https://github.com/itzg/rcon-cli/releases/download/1.3/rcon-cli_linux_amd64 /usr/local/bin/rcon-cli
COPY start.sh /start
COPY start-configuration.sh /start-configuration
COPY start-deployVanilla.sh /start-deployVanilla
COPY start-deployForge.sh /start-deployForge
COPY start-deployBukkitSpigot.sh /start-deployBukkitSpigot
COPY start-deployPaper.sh /start-deployPaper
COPY start-deployFTB.sh /start-deployFTB
COPY start-finalSetup01World.sh /start-finalSetup01World
COPY start-finalSetup02Modpack.sh /start-finalSetup02Modpack
COPY start-finalSetup03Modconfig.sh /start-finalSetup03Modconfig
COPY start-finalSetup04ServerProperties.sh /start-finalSetup04ServerProperties
COPY start-minecraftFinalSetup.sh /start-minecraftFinalSetup
COPY start* /
COPY mcadmin.jq /usr/share
RUN chmod +x /usr/local/bin/*
@@ -55,6 +44,6 @@ 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 LEVEL=world PVP=true DIFFICULTY=easy \
ENABLE_RCON=true RCON_PORT=25575 RCON_PASSWORD=minecraft \
TYPE=VANILLA VERSION=LATEST FORGEVERSION=RECOMMENDED SPONGEBRANCH=STABLE LEVEL=world PVP=true \
DIFFICULTY=easy ENABLE_RCON=true RCON_PORT=25575 RCON_PASSWORD=minecraft \
LEVEL_TYPE=DEFAULT GENERATOR_SETTINGS= WORLD= MODPACK= ONLINE_MODE=TRUE CONSOLE=true