Players

data class Players(val max: Int, val online: Int, val sample: List<Sample>)

Players in server information.

Constructors

Link copied to clipboard
constructor(max: Int, online: Int, sample: List<Sample>)

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val online: Int
Link copied to clipboard

A sample list of online players (not work on bedrock servers).