summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authorArcensoth <arcensoth@gmail.com>2018-02-23 17:19:41 -0500
committerArcensoth <arcensoth@gmail.com>2018-02-23 17:19:41 -0500
commit012d7e5bcf3a9d4ce3595be8039b89edcf5e847b (patch)
tree3b2d19e09a5f217038c266df2dc2772a25a4ccfb /config.json
parentAllow config file to be passed as a parameter (diff)
downloadshulker-012d7e5bcf3a9d4ce3595be8039b89edcf5e847b.tar.gz
shulker-012d7e5bcf3a9d4ce3595be8039b89edcf5e847b.zip
Allow configurable tellraw format
Diffstat (limited to '')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index d34d46a..0713beb 100644
--- a/config.json
+++ b/config.json
@@ -5,9 +5,10 @@
     "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%\"}]",
     "WEBHOOK": "/minecraft/hook",
     "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <([^>]*)> (.*)",
     "REGEX_IGNORED_CHAT": "packets too frequently",
     "RCON_RECONNECT_DELAY": 10,
     "DEBUG": false
-}
\ No newline at end of file
+}