PluginMessagePlayerList

class PluginMessagePlayerList(servername: String, response: (List<String>) -> Unit) : BungeePluginMessageRandomPlayer

Responds with the names of all players currently online on the given server.

Constructors

PluginMessagePlayerList
Link copied to clipboard
fun PluginMessagePlayerList(servername: String, response: (List<String>) -> Unit)

Functions

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

Properties

servername
Link copied to clipboard
val servername: String