Browse Source

Updated to GriefPrevention 16.7.1

Steve Thielemann 7 years ago
parent
commit
7233dd5147
3 changed files with 6 additions and 6 deletions
  1. BIN
      data/plugins/GriefPrevention.jar
  2. 4 4
      data/server.properties
  3. 2 2
      mc-java/Dockerfile

BIN
data/plugins/GriefPrevention.jar


+ 4 - 4
data/server.properties

@@ -1,5 +1,5 @@
 #Minecraft server properties
-#Sat Oct 14 04:28:01 GMT 2017
+#Tue Oct 17 00:20:03 GMT 2017
 spawn-protection=16
 max-tick-time=60000
 query.port=25565
@@ -35,10 +35,10 @@ spawn-animals=true
 white-list=false
 rcon.password=
 generate-structures=true
-max-build-height=256
 online-mode=false
+max-build-height=256
 level-seed=
-prevent-proxy-connections=false
 use-native-transport=true
-enable-rcon=false
+prevent-proxy-connections=false
 motd=Bugz server (Paper) WOOT\!
+enable-rcon=false

+ 2 - 2
mc-java/Dockerfile

@@ -1,8 +1,8 @@
 FROM openjdk:8-jre-alpine
 
 ADD launch.sh /launch-minecraft.sh
-ADD MCRcon/demo.py /demo.py
-ADD MCRcon/mcrcon.py /mcrcon.py
+# ADD MCRcon/demo.py /demo.py
+# ADD MCRcon/mcrcon.py /mcrcon.py
 
 WORKDIR /home/minecraft
 # ADD launch.sh /home/minecraft/launch.sh