Skip to content
RedTea edited this page Nov 10, 2021 · 1 revision

Example Usage

import dev.redcoke.mcserverping.MCServerPing;

public class MCServerPingDemo() {
  public static void main(String[] args) {
    var hypixelPingResponse = MCServerPing.getPing("mc.hypixel.net", 25565);
    System.out.println(hypixelPingResponse.getAsJsonString());
  }
}
Clone this wiki locally