The repository for the plugin PlayerBalancer
Go to file
Jaime Martinez Rincon 6da91c3944 Storing artifacts
2017-09-12 14:54:38 +02:00
.circleci Storing artifacts 2017-09-12 14:54:38 +02:00
src Some progress and circleci 2017-09-12 14:27:45 +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 Storing artifacts 2017-09-12 14:54:38 +02:00
README.md Some progress 2017-09-10 23:01:02 +02:00

PlayerBalancer

Spigot Resource

Build Status

Things to do:

  • Get dummy sections able to have already registered serverEntries on other sections
  • Add a new message for when a player gets connected to a serverName and repurpose the connecting one
  • Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
  • Add option to force joining a specific section (to the command)
  • Add tooltip when you hover over a serverName in /section info
  • Stop using inventivetalent's deprecated bungee-update
  • Create a 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 PlayerBalancer
  • Separate connection providers in classes instead of being hardcoded in an enum
  • Make the feature marker-descs work per section
  • Add a identifier to get the serverEntries of a section (auto complete)
  • Implement fast connect (dimension change)
  • Implement a way to redirect premium players to a section and cracked ones to other section (not sure how this works)
  • Unify the code that loads serverName into a section (duplicated at SectionManager and ServerSection)
  • Unify some of the code used in the FallbackCommand and SectionCommand
  • Make the section initialization work in stages instead of being hardcoded