BedrockPing

Provides functionality to fetch and parse the status of a Bedrock Minecraft server.

Functions

Link copied to clipboard
suspend fun getStatus(host: String, port: Int = 19132, timeout: Int = 2000): BedrockServerStatus

Fetch Bedrock server status.

Link copied to clipboard
fun getStatusBlocking(host: String, port: Int = 19132, timeout: Int = 2000): BedrockServerStatus

Blocking method for getStatus.