Welcome
Hi, welcome to CraftPing API, this api allows you to get information from another servers, for example get the motd of the server you choose or get the maxplayers count of the server you choose
Code (Java):
How to ping the server
: pingServer
(adress, port, timeout
)
How to get the MOTD
: getMotd
(
)
How to get Player Count
: getPlayers
(
)
How to get MaxPlayers Count
: getMaxPlayers
(
)
See
if the server is online or no
: isItsOnline
(
)
