PlayerBalancer/README.md
Jaime Martinez Rincon 5747b9f064 Dummy sections with already registered servers
Also added some TODOs and some little changes to the configuration
2017-06-28 20:04:02 +02:00

1.2 KiB

LobbyBalancer

Spigot Resource

Build Status

Things to do:

  • Get dummy sections able to have already registered servers on other sections
  • Make marker-descs work per section
  • Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
  • Unify some of the code used in the FallbackCommand and SectionCommand
  • Make the way of matching a string configurable (wildcard, contains, similar, regex)
  • Make the section initialization work in stages instead of being hardcoded
  • Ditch the faucet dependency and use ConfigMe and DependencyInjector instead
  • Use a separate file for configuring the sections, must be done alongside the forth item
  • Separate the types of connections in classes instead of being in ConnectionIntent
  • Make the plugin API be not so dependent on a instance of LobbyBalancer
  • Separate connection providers in classes instead of being hardcoded in an enum
  • Make this repository public