Skip to content

Commit 46b7971

Browse files
committed
Removed dependency on the ServerListPing class from faucet
1 parent 59dd26c commit 46b7971

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
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
99
- [ ] Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
10-
- [ ] Add a identifier to get the servers of a section (auto complete)
1110
- [x] Add tooltip when you hover over a server in /section info
1211
- [ ] Stop using inventivetalent's deprecated bungee-update
1312
- [ ] Create a LobbyBalancer spigot addon that adds connector signs and placeholders
1413
- [ ] Separate the types of connections in classes instead of being in ConnectionIntent
1514
- [ ] Make the plugin API not be so dependent on a instance of LobbyBalancer
1615
- [ ] Separate connection providers in classes instead of being hardcoded in an enum
1716
- [ ] Make the feature `marker-descs` work per section
17+
- [ ] Add a identifier to get the servers of a section (auto complete)
1818
- [ ] Implement fast connect (dimension change)
19+
- [ ] Implement a way to redirect premium players to a section and cracked ones to other section (not sure how this works)
1920
- [ ] Unify the code that loads server into a section (duplicated at SectionManager and ServerSection)
2021
- [ ] Unify some of the code used in the FallbackCommand and SectionCommand
2122
- [x] Use https://github.com/kennedyoliveira/pastebin4j instead of jpaste

src/main/java/me/jaimemartz/lobbybalancer/ping/PingTactic.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package me.jaimemartz.lobbybalancer.ping;
22

3-
import me.jaimemartz.faucet.ServerListPing;
4-
import me.jaimemartz.faucet.StatusResponse;
53
import me.jaimemartz.lobbybalancer.PlayerBalancer;
64
import me.jaimemartz.lobbybalancer.configuration.ConfigEntries;
5+
import me.jaimemartz.lobbybalancer.utils.ServerListPing;
6+
import me.jaimemartz.lobbybalancer.utils.ServerListPing.StatusResponse;
77
import net.md_5.bungee.api.Callback;
88
import net.md_5.bungee.api.config.ServerInfo;
99

0 commit comments

Comments
 (0)