summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authorelveskevtar <kevtar@gmail.com>2020-10-20 12:20:16 -0400
committerelveskevtar <kevtar@gmail.com>2020-10-29 01:25:51 -0400
commit5661e5e5e567232dfbd490665e4a2b67a8d081fd (patch)
tree402c56822874762aa1d07857655f9acffc56e4be /README.md
parentMerge pull request #63 from surepy/master (diff)
downloadshulker-5661e5e5e567232dfbd490665e4a2b67a8d081fd.tar.gz
shulker-5661e5e5e567232dfbd490665e4a2b67a8d081fd.zip
Add option to output server status into discord
Signed-off-by: elveskevtar <kevtar@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5cd0f71..2ff7d7d 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ You can also easily Deploy to Heroku and the like, just be sure to edit `YOUR_UR
 
     "SERVER_NAME": "Shulker", /* The username used when displaying any server information in chat, e.g., Server - Shulker : Server message here*/
     "SERVER_IMAGE": "", /* Image for the server when sending such messages (if enabled below). Only for WebHooks. */
+    "SHOW_SERVER_STATUS: false, /* Shows when the server turns on and off e.g., Server - Shulker : Server is online */
     "SHOW_PLAYER_CONN_STAT": false, /* Shows player connection status in chat, e.g., Server - Shulker : TheMachine joined the game */
     "SHOW_PLAYER_ADVANCEMENT": false, /* Shows when players earn advancements in chat, e.g., Server - Shulker : TheMachine has made the advacement [MEME - Machine] */
     "SHOW_PLAYER_DEATH": false, /* Shows when players die in chat, e.g., Server - Shulker : TheMachine was blown up by creeper */