diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2022-01-03 16:08:32 -0500 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2022-01-03 16:08:32 -0500 |
commit | 3b0306b0f09d79426c117784092701e1a4d8133c (patch) | |
tree | 85d687f92776eaeb224bc30fac00eec304e858ef /config.example.json | |
parent | added debug for webhook ratelimit (diff) | |
download | shulker-3b0306b0f09d79426c117784092701e1a4d8133c.tar.gz shulker-3b0306b0f09d79426c117784092701e1a4d8133c.zip |
added tests
Diffstat (limited to 'config.example.json')
-rw-r--r-- | config.example.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.example.json b/config.example.json index 3b49203..1041466 100644 --- a/config.example.json +++ b/config.example.json @@ -40,8 +40,8 @@ "DEFAULT_PLAYER_HEAD": "c06f89064c8a49119c29ea1dbd1aab82", "SHOW_SERVER_STATUS": false, - "SHOW_PLAYER_CONN_STAT": false, - "SHOW_PLAYER_ADVANCEMENT": false, - "SHOW_PLAYER_DEATH": false, + "SHOW_PLAYER_CONN_STAT": true, + "SHOW_PLAYER_ADVANCEMENT": true, + "SHOW_PLAYER_DEATH": true, "SHOW_PLAYER_ME": false } |