diff options
| author | Luke Hoersten <[email protected]> | 2021-07-10 20:12:21 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-10 20:12:21 -0500 |
| commit | 2749003ec0f863e700450da9ee55d58cc8f4b399 (patch) | |
| tree | ee419abdff6f7fef23da68e1fb0bf706078dcc33 /minecraft/server/templates/configuration.txt.j2 | |
| parent | f05be78315ed9cd7c77c49bbe04626df6ab56c98 (diff) | |
Added Geyser minecraft plugin. Cleaned up minecraft role.
Diffstat (limited to 'minecraft/server/templates/configuration.txt.j2')
| -rw-r--r-- | minecraft/server/templates/configuration.txt.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
