diff options
author | destruc7i0n <6181960+destruc7i0n@users.noreply.github.com> | 2020-10-29 10:12:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 10:12:58 -0400 |
commit | 3b77b2c587f256af95bbfb6dede821811b6dd77d (patch) | |
tree | 402c56822874762aa1d07857655f9acffc56e4be /README.md | |
parent | Merge pull request #63 from surepy/master (diff) | |
parent | Add option to output server status into discord (diff) | |
download | shulker-3b77b2c587f256af95bbfb6dede821811b6dd77d.tar.gz shulker-3b77b2c587f256af95bbfb6dede821811b6dd77d.zip |
Merge pull request #64 from Elveskevtar/master
Add option to output server status into discord
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 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 */ |