Add 'webmsgformat' setting, deprecate 'webprefix' and 'websuffix'
This commit is contained in:
parent
957f6a8dce
commit
8be7e8f68a
3 changed files with 28 additions and 6 deletions
|
|
@ -355,9 +355,12 @@ showplayerfacesinmenu: true
|
|||
joinmessage: "%playername% joined"
|
||||
quitmessage: "%playername% quit"
|
||||
spammessage: "You may only chat once every %interval% seconds."
|
||||
# webprefix and websuffix support using '&color;' as escape code for color code
|
||||
webprefix: "&color;2[WEB] "
|
||||
websuffix: "&color;f"
|
||||
# webprefix and websuffix support using '&color;' as escape code for color code (deprecated: use webmsgformat)
|
||||
#webprefix: "&color;2[WEB] "
|
||||
#websuffix: "&color;f"
|
||||
# format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text
|
||||
webmsgformat: "&color;2[WEB] %playername%: &color;f%message%"
|
||||
|
||||
# Enable checking for banned IPs via banned-ips.txt (internal web server only)
|
||||
check-banned-ips: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue