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
-[x] Get dummy sections able to have already registered servers on other sections
8
8
-[x] Add a new message for when a player gets connected to a server and repurpose the connecting one
9
+
-[ ] Add a identifier to get the servers of a section (auto complete)
10
+
-[ ] Create a LobbyBalancer spigot addon that adds connector signs and placeholders
11
+
-[ ] Separate the types of connections in classes instead of being in ConnectionIntent
12
+
-[ ] Make the plugin API be not so dependent on a instance of LobbyBalancer
13
+
-[ ] Separate connection providers in classes instead of being hardcoded in an enum
9
14
-[ ] Make the feature `marker-descs` work per section
10
15
-[ ] Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
11
16
-[ ] Unify some of the code used in the FallbackCommand and SectionCommand
12
17
-[ ] Use https://github.com/kennedyoliveira/pastebin4j instead of jpaste
13
18
-[ ] (!) Make the section initialization work in stages instead of being hardcoded
14
19
-[ ] (!) Ditch the faucet dependency and use [ConfigMe](https://github.com/AuthMe/ConfigMe) and [DependencyInjector](https://github.com/ljacqu/DependencyInjector) instead
15
20
-[ ] Use a separate file for configuring the sections, must be done alongside the forth item
16
-
-[ ] Separate the types of connections in classes instead of being in ConnectionIntent
17
-
-[ ] Make the plugin API be not so dependent on a instance of LobbyBalancer
18
-
-[ ] Separate connection providers in classes instead of being hardcoded in an enum
0 commit comments