File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/me/jaimemartz/lobbybalancer/ping Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11package me .jaimemartz .lobbybalancer .ping ;
22
3- import me .jaimemartz .faucet .ServerListPing ;
4- import me .jaimemartz .faucet .StatusResponse ;
53import me .jaimemartz .lobbybalancer .PlayerBalancer ;
64import me .jaimemartz .lobbybalancer .configuration .ConfigEntries ;
5+ import me .jaimemartz .lobbybalancer .utils .ServerListPing ;
6+ import me .jaimemartz .lobbybalancer .utils .ServerListPing .StatusResponse ;
77import net .md_5 .bungee .api .Callback ;
88import net .md_5 .bungee .api .config .ServerInfo ;
99
You can’t perform that action at this time.
0 commit comments