summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authorsurepy <24486494+surepy@users.noreply.github.com>2020-10-01 17:28:55 -0700
committerGitHub <noreply@github.com>2020-10-01 17:28:55 -0700
commitaad0555c91727bad076f4012f94e197c2b353490 (patch)
treeff00c276d8284656d55691559171e80b4cf0d02c /README.md
parentAdd compatibility options for minecraft versions lower than 1.7.2 (diff)
downloadshulker-aad0555c91727bad076f4012f94e197c2b353490.tar.gz
shulker-aad0555c91727bad076f4012f94e197c2b353490.zip
new config stuff
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49f017e..5cd0f71 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,8 @@ You can also easily Deploy to Heroku and the like, just be sure to edit `YOUR_UR
     "MINECRAFT_SERVER_RCON_IP": "127.0.0.1", /* 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_DOESNT_EXIST": false, /* Minecraft doesn't have the tellraw command (<1.7.2), use say instead. !this may be dangerous! */
+    "MINECRAFT_TELLRAW_DOESNT_EXIST_SAY_TEMPLATE": "<%username%> %message%", /* used when MINECRAFT_TELLRAW_DOESNT_EXIST is set to true. say template to display on minecraft, same as MINECRAFT_TELLRAW_TEMPLATE. */
     "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"white\", \"text\": \"<%username%> %message%\"}]", /* Tellraw template to display in Minecraft */
     
     "IS_LOCAL_FILE": false, /* should tail the local file, may be a little buggy. please report any you find */