JavaServer

object JavaServer

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

Functions

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

Fetch Java server status.

Link copied to clipboard