PlayerBalancer/README.md
Jaime Martinez Rincon 5cc749f826 New todos
2017-07-11 00:31:57 +02:00

1.6 KiB

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
  • Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
  • Add a identifier to get the servers of a section (auto complete)
  • Create a LobbyBalancer spigot addon that adds connector signs and placeholders
  • 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 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
  • Make this repository public