From 8daf95891d4d17e30f48de9897d45cdf4f12924b Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 29 Apr 2013 15:07:54 -0500 Subject: [PATCH] Add comment for disabling join/quit message --- src/main/resources/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 022da0d0..01ab29cb 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -322,8 +322,10 @@ trusted-proxies: - "127.0.0.1" - "0:0:0:0:0:0:0:1" +# Join/quit message format for web chat: set to "" to disable notice on web UI joinmessage: "%playername% joined" quitmessage: "%playername% quit" + spammessage: "You may only chat once every %interval% seconds." # format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text webmsgformat: "&color;2[WEB] %playername%: &color;f%message%"