The repository for the plugin PlayerBalancer
Go to file
2017-09-14 23:43:18 +02:00
.circleci We need to extend BungeeServerInfo, so now we depend on the BungeeCord jar 2017-09-14 23:43:18 +02:00
src We need to extend BungeeServerInfo, so now we depend on the BungeeCord jar 2017-09-14 23:43:18 +02:00
.gitignore We need to extend BungeeServerInfo, so now we depend on the BungeeCord jar 2017-09-14 23:43:18 +02:00
pom.xml We need to extend BungeeServerInfo, so now we depend on the BungeeCord jar 2017-09-14 23:43:18 +02:00
README.md Some more progress 2017-09-13 21:06:15 +02:00
setup.bat We need to extend BungeeServerInfo, so now we depend on the BungeeCord jar 2017-09-14 23:43:18 +02:00
setup.sh We need to extend BungeeServerInfo, so now we depend on the BungeeCord jar 2017-09-14 23:43:18 +02:00

PlayerBalancer

Spigot Resource

Build Status

Things to do:

  • Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
  • 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
  • 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