check-last-player-sent-time config option

This commit is contained in:
ajgeiss0702
2021-01-26 07:45:18 -07:00
parent af397b1673
commit 54e7eb36e6
4 changed files with 27 additions and 3 deletions
+8 -1
View File
@@ -1,5 +1,5 @@
# Dont touch this number please
config-version: 19
config-version: 20
# The time the server will wait between sending people in the queue
# Default: 5
@@ -146,3 +146,10 @@ max-tries: 10
# If enabled, anyone with the permission ajqueue.bypasspaused will be able to join paused servers
# Default: false
enable-bypasspaused-permission: false
# Should we check to make sure that people dont get sent quicker than wait-time?
# Default: true
check-last-player-sent-time: true