summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authorsecret_online <me+github@secretonline.co>2016-01-24 09:17:35 +1300
committersecret_online <me+github@secretonline.co>2016-01-24 09:17:35 +1300
commit3faba571382532532f6daa570c9df39a5bda976b (patch)
treea4e375fdcee305371b2f0d62b7f2f5a6bc7b0939 /config.json
parentReconnect RCON on error (diff)
downloadshulker-3faba571382532532f6daa570c9df39a5bda976b.tar.gz
shulker-3faba571382532532f6daa570c9df39a5bda976b.zip
Add config option for RCON delay
Diffstat (limited to 'config.json')
-rw-r--r--config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json
index 48778d3..07e3895 100644
--- a/config.json
+++ b/config.json
@@ -9,5 +9,6 @@
     "WEBHOOK": "/minecraft/hook",
     "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)",
     "REGEX_IGNORED_CHAT": "packets too frequently",
+    "RCON_RECONNECT_DELAY": 10,
     "DEBUG": false
 }
\ No newline at end of file