Removed newlines at end of minecraft config files to avoid generating changes after server removes them.
authorLuke Hoersten <luke@hoersten.org>
Sat, 16 May 2020 09:55:46 -0500
changeset 25 b4e52ddd1210
parent 24 c0dde2a4b276
child 26 b0e4ad2f4291
Removed newlines at end of minecraft config files to avoid generating changes after server removes them.
minecraft/files/ops.json
minecraft/templates/server.properties.j2
--- a/minecraft/files/ops.json	Sat May 16 09:44:05 2020 -0500
+++ b/minecraft/files/ops.json	Sat May 16 09:55:46 2020 -0500
@@ -5,4 +5,4 @@
     "level": 4,
     "bypassesPlayerLimit": true
   }
-]
+]
\ No newline at end of file
--- a/minecraft/templates/server.properties.j2	Sat May 16 09:44:05 2020 -0500
+++ b/minecraft/templates/server.properties.j2	Sat May 16 09:55:46 2020 -0500
@@ -41,4 +41,4 @@
 spawn-protection=16
 online-mode=true
 allow-flight=false
-max-world-size=29999984
+max-world-size=29999984
\ No newline at end of file