wip: balancer modes
This commit is contained in:
@@ -267,4 +267,13 @@ enable-updater: true
|
||||
# For example, if survival is in this list, then if a player executes /survival
|
||||
# then they will be put in the queue for survival
|
||||
# This works for both servers and groups
|
||||
slash-servers: []
|
||||
slash-servers: []
|
||||
|
||||
# What balancer should we use?
|
||||
# If a group is not specified here, then the default one is used
|
||||
# Example entry: - bedwars: minigame
|
||||
# Balancers:
|
||||
# default - Will send the player to the server in the group with the least number of players
|
||||
# minigame - Will send the player to the server with the most players, until that server is full, which it will then send to the next full server
|
||||
balancer-types:
|
||||
- bedwars: minigame
|
||||
Reference in New Issue
Block a user