The repository for the plugin PlayerBalancer
Go to file
Jaime Martinez Rincon 0b9c5f5f6b Some changes to the TODOs
Removed the matcher thingy, I will just support regex
2017-06-28 23:24:24 +02:00
src/main Some changes to the TODOs 2017-06-28 23:24:24 +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 Some changes to the TODOs 2017-06-28 23:24:24 +02:00
README.md Some changes to the TODOs 2017-06-28 23:24:24 +02:00

LobbyBalancer

Spigot Resource

Build Status

Things- to do:

  • Get dummy sections able to have already registered servers on other sections
  • Add a new message for when a player gets connected to a server and repurpose the connecting one
  • Make the feature 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
  • Use https://github.com/kennedyoliveira/pastebin4j instead of jpaste
  • (!) 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