Colosseum Command
Abstract base class for Colosseum commands.
Parameters
plugin
The ColosseumPlugin instance.
Inheritors
Types
Link copied to clipboard
Context class for command execution.
Link copied to clipboard
data class CommandData(val name: String, val aliases: Set<String>, val description: String, val subCommandName: String?, val permissions: Set<String>, val arguments: List<ParsableArgument<*>>, val optionalArguments: List<ParsableArgument<*>>, val mcCommand: Command?)
Data class representing command metadata.
Functions
Link copied to clipboard
Executes the command.
Link copied to clipboard
Executes the command for a command block sender.
Link copied to clipboard
Executes the command for a console sender.
Link copied to clipboard
Executes the command for a player sender.
Link copied to clipboard
Generates the command format string for display.
Link copied to clipboard
Link copied to clipboard