PluginMessagePlayerListAllServers

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

Responds with the names of all players currently online on all servers.

Constructors

PluginMessagePlayerListAllServers
Link copied to clipboard
fun PluginMessagePlayerListAllServers(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