CommandSource

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun checkPermission(permission: String): Boolean

Used to check if the command source has the given permission

Link copied to clipboard
abstract fun name(): String
Link copied to clipboard
abstract fun sendMessage(vararg messages: String)
abstract fun sendMessage(message: String)
abstract fun sendMessage(messages: Collection<String>)