Add re-check-priority option to re-queue players when their priority increases

This commit is contained in:
ajgeiss0702
2023-07-26 20:53:48 -05:00
parent 4fc7ca38ca
commit 71c471c407
6 changed files with 48 additions and 4 deletions
+6 -1
View File
@@ -301,6 +301,11 @@ make-room-kick-to: lobby
make-room-kick-longest-playtime: true
# Should we check every 4 seconds if a player has a higher priority permission than before
# If they do, they are removed and re-added to the queue (only if they would be put in a higher position)
# Default: false
re-check-priority: false
# Should we check to make sure that people don't get sent quicker than wait-time?
# Default: true
check-last-player-sent-time: true
@@ -399,4 +404,4 @@ debug: false
# Don't touch this number please
config-version: 39
config-version: 40