You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@
8
8
-[x] Add a new message for when a player gets connected to a server and repurpose the connecting one
9
9
-[ ] Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
10
10
-[ ] 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
12
12
-[ ] Create a LobbyBalancer spigot addon that adds connector signs and placeholders
13
13
-[ ] 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
15
15
-[ ] Separate connection providers in classes instead of being hardcoded in an enum
16
16
-[ ] Make the feature `marker-descs` work per section
17
17
-[ ] Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
18
18
-[ ] Unify some of the code used in the FallbackCommand and SectionCommand
19
19
-[ ] Use https://github.com/kennedyoliveira/pastebin4j instead of jpaste
20
20
-[ ] (!) Make the section initialization work in stages instead of being hardcoded
21
21
-[ ] (!) 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
0 commit comments