Files
KSpigot/docs/-k-spigot/net.axay.kspigot.extensions/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

1.7 KiB

title
title
net.axay.kspigot.extensions -

//KSpigot/net.axay.kspigot.extensions

Package net.axay.kspigot.extensions

Functions

Name Summary
broadcast [jvm]
Brief description


Broadcasts a message (msg) on the server.


Content
fun broadcast(msg: String): Int


Properties

Name Summary
console [jvm]

Shortcut to get the ConsoleSender.

val console: ConsoleCommandSender
onlinePlayers [jvm]

Shortcut to get all online players.

val onlinePlayers: Collection
pluginManager [jvm]

Shortcut to get the PluginManager.

val pluginManager: PluginManager
server [jvm]

Shortcut to get the Server.

val server: Server