From 1ac0fc4a8e61e345c2e6eed715d47958c8020bca Mon Sep 17 00:00:00 2001 From: surepy <24486494+surepy@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:16:30 -0700 Subject: Add compatibility options for minecraft versions lower than 1.7.2 --- config.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 2ca92fb..be681e0 100644 --- a/config.json +++ b/config.json @@ -12,6 +12,8 @@ "MINECRAFT_SERVER_RCON_IP": "127.0.0.1", "MINECRAFT_SERVER_RCON_PORT": 25575, "MINECRAFT_SERVER_RCON_PASSWORD": "password", + "MINECRAFT_TELLRAW_DOESNT_EXIST": false, + "MINECRAFT_TELLRAW_DOESNT_EXIST_SAY_TEMPLATE": "<%username%> %message%", "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"white\", \"text\": \"<%username%> %message%\"}]", "IS_LOCAL_FILE": false, -- cgit 1.4.1