Removed newlines at end of minecraft config files to avoid generating changes after server removes them.
--- 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