getStatus

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

Fetch Bedrock server status.

Parameters

host

Host

port

Port (19132)

timeout

Timeout (2000ms)

Throws