From a979a35b6ba4d77a63ee3fb86cb434c552ac067a Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 10 Jan 2022 14:50:24 -0600 Subject: [PATCH 1/2] Dynmap configuration changes. Ip is now required to match a known player. Webchat interval has been reduced from 5 seconds to 2 seconds. --- plugins/dynmap/configuration.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/dynmap/configuration.txt b/plugins/dynmap/configuration.txt index c22c9c4..f7cb53e 100644 --- a/plugins/dynmap/configuration.txt +++ b/plugins/dynmap/configuration.txt @@ -44,16 +44,16 @@ components: sendhealth: true sendposition: true allowwebchat: true - webchat-interval: 5 - hidewebchatip: false + webchat-interval: 2 + hidewebchatip: true trustclientname: false includehiddenplayers: false # (optional) if true, color codes in player display names are used - use-name-colors: false + use-name-colors: true # (optional) if true, player login IDs will be used for web chat when their IPs match use-player-login-ip: true # (optional) if use-player-login-ip is true, setting this to true will cause chat messages not matching a known player IP to be ignored - require-player-login-ip: false + require-player-login-ip: true # (optional) block player login IDs that are banned from chatting block-banned-player-chat: true # Require login for web-to-server chat (requires login-enabled: true) @@ -241,7 +241,7 @@ tileupdatedelay: 30 enabletilehash: true # Optional - hide ores: render as normal stone (so that they aren't revealed by maps) -#hideores: true +hideores: true # Optional - enabled BetterGrass style rendering of grass and snow block sides #better-grass: true From 1a638becd39362b0c5783e5e1b1bfd275e44f868 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Jan 2022 15:03:25 -0600 Subject: [PATCH 2/2] Updated version number for next patch. --- server_ver.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_ver.groovy b/server_ver.groovy index 7eede0a..cd7e6e5 100755 --- a/server_ver.groovy +++ b/server_ver.groovy @@ -1,3 +1,3 @@ env.VER_MAJOR=0 env.VER_MINOR=0 -env.VER_PATCH=11 +env.VER_PATCH=12