From 8dd1a0c62fdfc85c71b9932047a10c19e235ee2c Mon Sep 17 00:00:00 2001 From: Jaime Martinez Rincon Date: Tue, 11 Jul 2017 00:41:30 +0200 Subject: [PATCH] To-Do changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80034a6..9a215c9 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file