mcping v0.1.1 MCPing View Source

A utility library to ping other Minecraft: Java Edition servers.

Link to this section Summary

Functions

Pings a remote Minecraft: Java Edition server

Link to this section Functions

Link to this function

get_info(address, port \\ 25565, timeout \\ 3000) View Source

Pings a remote Minecraft: Java Edition server.

Examples

 iex> MCPing.get_info("mc.hypixel.net")
 {:ok, ...}