CommandContext

interface CommandContext

Execution context for a command invocation.

Properties

Link copied to clipboard
abstract val args: List<String>
Link copied to clipboard
abstract val input: String
Link copied to clipboard
abstract val sender: CommandSender

Functions

Link copied to clipboard
abstract fun arg(index: Int): String?
Link copied to clipboard
abstract fun hasPermission(permission: String): Boolean