Skip to content

Commit

Permalink
Remove Pixel Paradise from featured server list
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugmatt committed Sep 19, 2023
1 parent 8c61530 commit e9b3700
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ public static void main(String[] args) {
featuredServerIps.put("mco.lbsg.net", "142.44.240.96");
featuredServerIps.put("play.inpvp.net", "52.234.130.241");
featuredServerIps.put("play.galaxite.net", "51.222.8.223");
featuredServerIps.put("play.pixelparadise.gg", "40.87.84.106");

JSONObject jo = new JSONObject();
for (Map.Entry server : featuredServerIps.entrySet()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class UIForms {
featuredServerButtons.add(UIComponents.createButton("Lifeboat Network", "https://i.imgur.com/LoI7bYx.png", "url"));
featuredServerButtons.add(UIComponents.createButton("Mineville", "https://i.imgur.com/0K4TDut.png", "url"));
featuredServerButtons.add(UIComponents.createButton("Galaxite", "https://i.imgur.com/VxXO8Of.png", "url"));
featuredServerButtons.add(UIComponents.createButton("Pixel Paradise", "https://i.imgur.com/IMe5NSf.jpg", "url"));
}

public static ModalFormRequestPacket createMain(List<String> servers, BedrockServerSession session) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ public PacketSignal handle(ModalFormResponsePacket packet) {
case 4: // Galaxite
transfer(getIP("play.galaxite.net"), 19132);
break;
case 5: // Pixel Paradise
transfer(getIP("play.pixelparadise.gg"), 19132);
break;
}
break;
}
Expand Down

0 comments on commit e9b3700

Please sign in to comment.