Command

interface Command

Command definition registered in the proxy.

Properties

Link copied to clipboard
abstract val aliases: List<String>
Link copied to clipboard
abstract val description: String
Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val permission: String?

Functions

Link copied to clipboard
abstract fun execute(context: CommandContext)
Link copied to clipboard
abstract fun suggest(context: CommandContext): List<String>