From 3a88ac66a6c11b85896096a9e0feda227e7d25cb Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 2 Jun 2013 19:28:03 -0500 Subject: [PATCH] Add use-name-colors setting to control option to use name color markup --- src/main/resources/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 9b561d98..186cf49c 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -26,6 +26,8 @@ components: hidewebchatip: false trustclientname: false includehiddenplayers: false + # (optional) if true, color codes in player display names are used + use-name-colors: false # (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 @@ -56,6 +58,7 @@ components: # webchat-interval: 5 # hidewebchatip: false # includehiddenplayers: false + # use-name-colors: false # use-player-login-ip: false # require-player-login-ip: false # block-banned-player-chat: true