summary refs log tree commit diff homepage
path: root/config.example.json
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-01-14 22:43:07 +0000
committerJune McEnroe <june@causal.agency>2023-01-14 22:43:07 +0000
commitc78139e8373092136fa7c7decd886b807cfae08c (patch)
tree02ab3d747890daf72f1c737f8c9c39824020ed3a /config.example.json
parentClean up rcon package callbacks (diff)
downloadshulker-master.tar.gz
shulker-master.zip
Add a complete mess of an RTD command HEAD master
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json6
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,
 }