1.7 KiB
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 |