PlayerBalancer/README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

# PlayerBalancer
2017-06-28 17:53:45 +02:00
[Spigot Resource](https://www.spigotmc.org/resources/10788/)
2017-09-14 23:56:41 +02:00
[![CircleCI](https://circleci.com/gh/Jamezrin/PlayerBalancer.svg?style=svg&circle-token=8cda98f6953e0370e552f5eecff8d3f13b116ab9)](https://circleci.com/gh/Jamezrin/PlayerBalancer)
### Build
* Clone this repository
* Run the appropriate setup script according to your OS
* Build with maven
2017-06-28 17:53:45 +02:00
2017-07-11 00:11:39 +02:00
### Things to do:
2017-09-01 16:36:36 +02:00
- [ ] Create a spigot addon that adds connector signs and placeholders
2017-09-13 21:06:15 +02:00
- [ ] Separate the types of connections in classes instead of being in ConnectionIntent
2017-09-17 20:43:15 +02:00
- [x] Make the plugin API be not so dependent on a instance of PlayerBalancer
2017-07-11 00:11:39 +02:00
- [ ] Separate connection providers in classes instead of being hardcoded in an enum
- [ ] 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)
2017-09-13 21:06:15 +02:00
- [x] Unify the code that loads serverName into a section (duplicated at SectionManager and ServerSection)
- [x] Unify some of the code used in the FallbackCommand and SectionCommand
2017-09-14 23:56:41 +02:00
- [x] Make the section initialization work in stages instead of being hardcoded