The repository for the plugin PlayerBalancer
Go to file
Jaime Martinez Rincon 7b5cdce134 Version 2.0.9.8
2017-06-28 18:06:03 +02:00
src/main Now ignoring idea not sensitive files 2017-04-28 22:22:51 +02:00
.gitignore Cleaned ignored files 2017-06-28 18:01:26 +02:00
.travis.yml Added TODOs and travis integration 2017-06-28 17:53:45 +02:00
pom.xml Version 2.0.9.8 2017-06-28 18:06:03 +02:00
README.md Added TODOs and travis integration 2017-06-28 17:53:45 +02:00

LobbyBalancer

Spigot Resource

Build Status

Things to do:

  • Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
  • 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