diff options
author | destruc7i0n <6181960+destruc7i0n@users.noreply.github.com> | 2020-10-05 09:44:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 09:44:24 -0400 |
commit | 2fe4b2c3648bc3e1b3c0c229f8cdfa1b8f6bffcb (patch) | |
tree | ff00c276d8284656d55691559171e80b4cf0d02c /config.json | |
parent | Merge pull request #61 from MarshallOliver/Discord-mentions-regex (diff) | |
parent | new config stuff (diff) | |
download | shulker-2fe4b2c3648bc3e1b3c0c229f8cdfa1b8f6bffcb.tar.gz shulker-2fe4b2c3648bc3e1b3c0c229f8cdfa1b8f6bffcb.zip |
Merge pull request #63 from surepy/master
Add compatibility options MINECRAFT_TELLRAW_DOESNT_EXIST
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 2 |
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, |