From c78139e8373092136fa7c7decd886b807cfae08c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 14 Jan 2023 22:43:07 +0000 Subject: Add a complete mess of an RTD command --- config.example.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.example.json') 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, } -- cgit 1.4.1