Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

ServerPing

Zoyn edited this page Aug 28, 2018 · 2 revisions

ServerPing

When we want to get the information of a server, we can use the ServerPing to get these information

  • MOTD
  • Players
  • Favicon
  • Version
ServerPing serverPing = new ServerPing("mc.hypixel.com");
serverPing.pingServer();
ServerPingReply reply = serverPing.getReply();

This wiki hopes to help you!

没有中文教程...自己看代码吧..

Clone this wiki locally