Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 396 Bytes

File metadata and controls

17 lines (12 loc) · 396 Bytes

Remote Console (RCON)

tech.aliorpse.mcutils:mcutils-rcon

Common Usage

Execution

val connection = MCServer.createRconConnection("localhost", password = "your_password")
connection.use { rcon ->
    val response = rcon.execute("help")
    println(response)
}

For the full API reference, please refer to the project's dokka.