We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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()); } }