Skip to content

Commit 8dd1a0c

Browse files
committed
To-Do changes
1 parent 34a9fc6 commit 8dd1a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
- [x] Add a new message for when a player gets connected to a server and repurpose the connecting one
99
- [ ] Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
1010
- [ ] Add a identifier to get the servers of a section (auto complete)
11-
- [ ] Add tooltip when you hover about a server in /section info
11+
- [ ] Add tooltip when you hover over a server in /section info
1212
- [ ] Create a LobbyBalancer spigot addon that adds connector signs and placeholders
1313
- [ ] Separate the types of connections in classes instead of being in ConnectionIntent
14-
- [ ] Make the plugin API be not so dependent on a instance of LobbyBalancer
14+
- [ ] Make the plugin API not be so dependent on a instance of LobbyBalancer
1515
- [ ] Separate connection providers in classes instead of being hardcoded in an enum
1616
- [ ] Make the feature `marker-descs` work per section
1717
- [ ] Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
1818
- [ ] Unify some of the code used in the FallbackCommand and SectionCommand
1919
- [ ] Use https://github.com/kennedyoliveira/pastebin4j instead of jpaste
2020
- [ ] (!) Make the section initialization work in stages instead of being hardcoded
2121
- [ ] (!) Ditch the faucet dependency and use [ConfigMe](https://github.com/AuthMe/ConfigMe) and [DependencyInjector](https://github.com/ljacqu/DependencyInjector) instead
22-
- [ ] Use a separate file for configuring the sections, must be done alongside the forth item
22+
- [ ] Use a separate file for configuring the sections, must be done alongside the previous item
2323
- [ ] Make this repository public

0 commit comments

Comments
 (0)