diff options
author | Arcensoth <arcensoth@gmail.com> | 2018-02-23 17:28:37 -0500 |
---|---|---|
committer | Arcensoth <arcensoth@gmail.com> | 2018-02-23 17:28:37 -0500 |
commit | 7a1986349648631552aa393a03c4942fc5629f7b (patch) | |
tree | 137ae80f0d3c6bdcdab91d111d330f80e328a630 | |
parent | Allow configurable tellraw format (diff) | |
download | shulker-7a1986349648631552aa393a03c4942fc5629f7b.tar.gz shulker-7a1986349648631552aa393a03c4942fc5629f7b.zip |
Update readme with new tellraw config option
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 3518e9d..5828a3d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ You can also easily Deploy to Heroku or Bluemix, just be sure to edit `YOUR_URL` "MINECRAFT_SERVER_RCON_IP": "example.com", /* Minecraft server IP (make sure you have enabled rcon) */ "MINECRAFT_SERVER_RCON_PORT": <1-65535>, /* Minecraft server rcon port */ "MINECRAFT_SERVER_RCON_PASSWORD": "<your password>", /* Minecraft server rcon password */ + "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"gray\", \"text\": \"[%username%#%discriminator%] \"},{\"color\": \"white\", \"text\": \"%message%\"}]", /* Tellraw command format to display in-game */ "WEBHOOK": "/minecraft/hook", /* Web hook, where to send the log to */ "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)", /* What to match for chat (best to leave as default) */ "REGEX_IGNORED_CHAT": "packets too frequently", /* What to ignore, you can put any regex for swear words for example and it will be ignored */ |