Package dev.jaims.mcutils.bukkit.command

Types

CommandHandler
Link copied to clipboard
interface CommandHandler : CommandExecutor, TabExecutor
CommandProperties
Link copied to clipboard
A command properties class that lets us pass things to the CommandHandler execute method.
data class CommandProperties(silent: Boolean,isConfirmation: Boolean,bypassCooldown: Boolean)