To-Do changes

This commit is contained in:
Jaime Martinez Rincon 2017-07-11 00:41:30 +02:00
parent 34a9fc6f80
commit 8dd1a0c62f

View File

@ -8,10 +8,10 @@
- [x] 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)
- [ ] Add tooltip when you hover about a server in /section info
- [ ] Add tooltip when you hover over a server in /section info
- [ ] 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
- [ ] Make the plugin API not be 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)
@ -19,5 +19,5 @@
- [ ] 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](https://github.com/AuthMe/ConfigMe) and [DependencyInjector](https://github.com/ljacqu/DependencyInjector) instead
- [ ] Use a separate file for configuring the sections, must be done alongside the forth item
- [ ] Use a separate file for configuring the sections, must be done alongside the previous item
- [ ] Make this repository public