Skip to content

Commit 7e39e61

Browse files
committed
New todos
1 parent 428e8f3 commit 7e39e61

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33

44
[![Build Status](https://travis-ci.com/jaime29010/LobbyBalancer.svg?token=2yUi9WpA9QzSbJx9eTmy&branch=master)](https://travis-ci.com/jaime29010/LobbyBalancer)
55

6-
### Things- to do:
6+
### Things to do:
77
- [x] Get dummy sections able to have already registered servers on other sections
88
- [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
914
- [ ] Make the feature `marker-descs` work per section
1015
- [ ] Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
1116
- [ ] Unify some of the code used in the FallbackCommand and SectionCommand
1217
- [ ] Use https://github.com/kennedyoliveira/pastebin4j instead of jpaste
1318
- [ ] (!) Make the section initialization work in stages instead of being hardcoded
1419
- [ ] (!) Ditch the faucet dependency and use [ConfigMe](https://github.com/AuthMe/ConfigMe) and [DependencyInjector](https://github.com/ljacqu/DependencyInjector) instead
1520
- [ ] 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
1921
- [ ] Make this repository public

src/main/resources/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ settings:
128128
# Providers of this plugin
129129
# NONE: Returns no server
130130
# DIRECT: Returns the only server in the list
131-
# LOCALIZED: Returns the server that matches a region (testing)
132131
# LOWEST: Returns the server with the least players online
133132
# RANDOM: Returns a random server
134133
# PROGRESSIVE: Returns the first server that is not full

0 commit comments

Comments
 (0)