Package net.axay.kspigot.extensions

Functions

broadcast
Link copied to clipboard

Broadcasts a message (msg) on the server.

fun broadcast(msg: String): Int

Properties

console
Link copied to clipboard

Shortcut to get the ConsoleSender.

val console: ConsoleCommandSender
onlinePlayers
Link copied to clipboard

Shortcut to get all online players.

val onlinePlayers: Collection<Player>
pluginManager
Link copied to clipboard

Shortcut to get the PluginManager.

val pluginManager: PluginManager
server
Link copied to clipboard

Shortcut to get the Server.

val server: Server