Add use-name-colors setting to control option to use name color markup

This commit is contained in:
Mike Primm 2013-06-02 19:28:03 -05:00
parent d3b9367794
commit 3a88ac66a6
1 changed files with 3 additions and 0 deletions

View File

@ -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