PresenceEntry

@Serializable
data class PresenceEntry(val playerName: String, val serverName: String)(source)

A single player presence entry used in PluginMessage.PresenceSnapshot.

Constructors

Link copied to clipboard
constructor(playerName: String, serverName: String)

Properties

Link copied to clipboard

Player name

Link copied to clipboard

Name of the server the player is currently connected to