summary refs log tree commit diff homepage
path: root/src/Config.ts
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 /src/Config.ts
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 'src/Config.ts')
-rw-r--r--src/Config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.ts b/src/Config.ts
index 8b18aa7..a378fe4 100644
--- a/src/Config.ts
+++ b/src/Config.ts
@@ -47,4 +47,8 @@ export interface Config {
   SHOW_PLAYER_ADVANCEMENT: boolean
   SHOW_PLAYER_DEATH: boolean
   SHOW_PLAYER_ME: boolean
+
+  RTD_ENABLED: boolean
+  RTD_REGEX: string
+  RTD_COOLDOWN: number
 }