src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-16 09:55:46 -0500
committerLuke Hoersten <[email protected]>2020-05-16 09:55:46 -0500
commitcaaa2a59e3915d2c06a39c9e9e35f7a39f8d61f1 (patch)
tree57db2472ee46c511d10890594a16976130f1b49f /minecraft
parenta5affabbc99105565661c7a9535e26db0bc22cf9 (diff)
Removed newlines at end of minecraft config files to avoid generating changes after server removes them.
Diffstat (limited to 'minecraft')
-rw-r--r--minecraft/files/ops.json2
-rw-r--r--minecraft/templates/server.properties.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/minecraft/files/ops.json b/minecraft/files/ops.json
index 4bf391e..8ef1e5f 100644
--- a/minecraft/files/ops.json
+++ b/minecraft/files/ops.json
@@ -5,4 +5,4 @@
"level": 4,
"bypassesPlayerLimit": true
}
-]
+] \ No newline at end of file
diff --git a/minecraft/templates/server.properties.j2 b/minecraft/templates/server.properties.j2
index b2a8411..15e4b9a 100644
--- a/minecraft/templates/server.properties.j2
+++ b/minecraft/templates/server.properties.j2
@@ -41,4 +41,4 @@ resource-pack-sha1=
spawn-protection=16
online-mode=true
allow-flight=false
-max-world-size=29999984
+max-world-size=29999984 \ No newline at end of file