diff options
author | June McEnroe <june@causal.agency> | 2023-01-14 22:43:07 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-01-14 22:43:07 +0000 |
commit | c78139e8373092136fa7c7decd886b807cfae08c (patch) | |
tree | 02ab3d747890daf72f1c737f8c9c39824020ed3a /config.example.json | |
parent | Clean up rcon package callbacks (diff) | |
download | shulker-master.tar.gz shulker-master.zip |
Diffstat (limited to 'config.example.json')
-rw-r--r-- | config.example.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.example.json b/config.example.json index 1041466..07f4dbc 100644 --- a/config.example.json +++ b/config.example.json @@ -43,5 +43,9 @@ "SHOW_PLAYER_CONN_STAT": true, "SHOW_PLAYER_ADVANCEMENT": true, "SHOW_PLAYER_DEATH": true, - "SHOW_PLAYER_ME": false + "SHOW_PLAYER_ME": false, + + "RTD_ENABLED": false, + "RTD_REGEX": "^!?[Rr][Tt][Dd]$", + "RTD_COOLDOWN": 60, } |