summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authorsurepy <24486494+surepy@users.noreply.github.com>2020-10-01 17:16:30 -0700
committersurepy <24486494+surepy@users.noreply.github.com>2020-10-01 17:16:30 -0700
commit1ac0fc4a8e61e345c2e6eed715d47958c8020bca (patch)
treef1ed628d3c5b00688a8151605d2ef6ac72072cc1 /config.json
parentMerge pull request #61 from MarshallOliver/Discord-mentions-regex (diff)
downloadshulker-1ac0fc4a8e61e345c2e6eed715d47958c8020bca.tar.gz
shulker-1ac0fc4a8e61e345c2e6eed715d47958c8020bca.zip
Add compatibility options for minecraft versions lower than 1.7.2
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 2 insertions, 0 deletions
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,