PluginMessagePlayerCount

class PluginMessagePlayerCount(servername: String, response: (Int) -> Unit) : BungeePluginMessageRandomPlayer

Responds with the amount of players currently online on the given server.

Constructors

PluginMessagePlayerCount
Link copied to clipboard
fun PluginMessagePlayerCount(servername: String, response: (Int) -> Unit)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
send
Link copied to clipboard
open override fun send(): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

servername
Link copied to clipboard
val servername: String