Add option to allow re-queueing for groups

This commit is contained in:
ajgeiss0702
2023-07-20 22:41:41 -05:00
parent 8fe8713aaf
commit 391080483b
5 changed files with 39 additions and 16 deletions
+7 -1
View File
@@ -108,6 +108,12 @@ server-groups:
balancer-types:
- "bedwars:minigame"
# If a player is in a server that is in a group and they re-queue for that group, should we allow it?
# false - prevent player from re-queueing; say "already connected" message
# true - let player re-queue; will send them to a server other than the one they're connected to
# Default: false
allow-group-requeue: false
# What priority should we give whitelisted players priority when the server is whitelisted?
# This will have no effect if the server isn't whitelisted
@@ -371,4 +377,4 @@ debug: false
# Don't touch this number please
config-version: 37
config-version: 38