From 1ca7e040e8968e30d2be5d420abd7f3a76c08989 Mon Sep 17 00:00:00 2001 From: Arcensoth Date: Fri, 23 Feb 2018 18:01:35 -0500 Subject: Revert example tellraw format to mimic the original --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 0713beb..8d5a709 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "MINECRAFT_SERVER_RCON_IP": "example.com", "MINECRAFT_SERVER_RCON_PORT": 25575, "MINECRAFT_SERVER_RCON_PASSWORD": "password", - "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"gray\", \"text\": \"[%username%#%discriminator%] \"},{\"color\": \"white\", \"text\": \"%message%\"}]", + "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"white\", \"text\": \"<%username%> %message%\"}]", "WEBHOOK": "/minecraft/hook", "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <([^>]*)> (.*)", "REGEX_IGNORED_CHAT": "packets too frequently", -- cgit 1.4.1