Advertisement
Ferith

Multilobby config

Jan 18th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. #Main config section
  2. #logingroup = the group of server where are the players sent after they join your network (its usualy for offline networks where you need to have separated /login servers and lobbies)
  3. #fallbackgroup is usually group of your lobby servers
  4. #If you do not have separated login servers and lobby server then set logingroup and fallback group to be the same
  5. balancing:
  6. logingroup: Lobbies
  7. fallbackgroup: Lobbies #default fallback group
  8. #List your own groups of servers here in order to activate the balancing between the servers in the group
  9. enabledgroups:
  10. - Lobbies
  11. #Here you can create additional groups of servers that should be balanced. PLEASE NOTE THAT FOR A GROUP TO START WORKING YOU NEED AT LEAST 2 SERVERS IN THE GROUP, IT DOES NOT MAKE SENSE TO BALANCE 1 SERVER WITHIN ITSELF!!! If you still insist on having only 1 server in the group (although it does not make sense) you can add the same server to the group twice
  12. Lobbies:
  13. - 'LOBBY-1'
  14. - 'LOBBY-2'
  15.  
  16.  
  17. #Override default fallback group for these custom server groups. If you dont need this feature just delete this section completely from the config
  18. # SkyWarsGroup:
  19. # fallback: SkyWarsHubs
  20. # servers:
  21. # - SkyWars1
  22. # - SkyWars2
  23.  
  24. #PLayers will be forced to your logingroup of servers after they join your bungee, disabling this will disable logingroup option in the section above, this is useful when you want to just balance your lobby servers and you want that players stays on server where they last logged off or you want to control this feature with another plugin (like BungeeAuthentificator)
  25. force-login-group: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement