From 2749003ec0f863e700450da9ee55d58cc8f4b399 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 10 Jul 2021 20:12:21 -0500 Subject: Added Geyser minecraft plugin. Cleaned up minecraft role. --- minecraft/server/templates/configuration.txt.j2 | 2 +- minecraft/server/templates/ops.json.j2 | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'minecraft/server/templates') diff --git a/minecraft/server/templates/configuration.txt.j2 b/minecraft/server/templates/configuration.txt.j2 index 6fbc05e..cb08709 100644 --- a/minecraft/server/templates/configuration.txt.j2 +++ b/minecraft/server/templates/configuration.txt.j2 @@ -326,7 +326,7 @@ webserver-port: 8123 max-sessions: 30 # Disables Webserver portion of Dynmap (Advanced users only) -disable-webserver: false +disable-webserver: true # Enable/disable having the web server allow symbolic links (true=compatible with existing code, false=more secure (default)) allow-symlinks: true diff --git a/minecraft/server/templates/ops.json.j2 b/minecraft/server/templates/ops.json.j2 index 7170fc2..2e9449f 100644 --- a/minecraft/server/templates/ops.json.j2 +++ b/minecraft/server/templates/ops.json.j2 @@ -1,10 +1,8 @@ [ - {% if minecraft_ops_uuid %} - { + {% if minecraft_ops_uuid %}{ "uuid": "{{minecraft_ops_uuid}}", "name": "{{minecraft_ops_name}}", "level": 4, "bypassesPlayerLimit": true - } - {% endif %} + }{% endif %} ] -- cgit v1.2.3