1.4.7 & 1.4.8

This commit is contained in:
ajgeiss0702
2020-07-02 16:09:11 -07:00
parent ea765a5619
commit 1192ed9172
8 changed files with 50 additions and 16 deletions
+13 -1
View File
@@ -1,5 +1,5 @@
# Dont touch this number please
config-version: 6
config-version: 8
# The time the server will wait between sending people in the queue
# Default: 5
@@ -43,8 +43,20 @@ remove-player-on-server-switch: true
# Default: false
wait-to-load-servers: false
# How long should we wait after the server finishes loading to load the server list?
# Only works if the above is enabled.
# This is in miliseconds so 1000 = 1 second
# Default: 500
wait-to-load-servers-delay: 500
# How often (in seconds) we should check for new servers to add queues for.
# If you dynamicly add servers, set this to something other than 0.
# To disable, set to 0
reload-servers-interval: 0
# Should we require permissions for players to be able to join queues?
# If enabled, players will be required to have the permission ajqueue.queue.<server>
# Default: false
require-permission: false