add option to disable checking for proxy response

This commit is contained in:
ajgeiss0702
2021-10-20 20:37:15 -07:00
parent 37f8a0cac6
commit aafa15db05
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -11,8 +11,12 @@ send-queue-commands-in-batches: false
# If you disable this, ajQueue will not be able to tell if the server is whitelisted!
take-over-motd-for-whitelist: true
# Should we check if the proxy responds to plugin messages?
# For some reason this seems to fail for some people,
# so disable this if ajqueue says its not installed on the proxy when it actually is
check-proxy-response: true
# Dont touch this
config-version: 2
config-version: 3