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

send
Link copied to clipboard
open override fun send(): Boolean

Properties

servername
Link copied to clipboard
val servername: String