Added remove-player-on-server-switch to the config

This commit is contained in:
ajgeiss0702
2020-06-18 09:20:48 -07:00
parent 665331c02a
commit a8b567abe8
2 changed files with 16 additions and 2 deletions
+9 -1
View File
@@ -27,4 +27,12 @@ send-actionbar: true
# a server in a queue with a message saying "You are banned from this server!" then it will kick them from the queue too.
kick-reasons:
- 'banned'
- 'blacklisted'
- 'blacklisted'
# Should we remove a player from the queue if they move servers?
# If they join another queue, they will be removed from the previous one no matter what
# This is more meant for if you have multiple lobbies if you want to let the player switch
# between them without losing their queue position
# Default: true
remove-player-on-server-switch: true