ReplyCommand

Constructors

Link copied to clipboard
constructor(plugin: LunaticChat, dmHandler: DirectMessageHandler)

Properties

Link copied to clipboard

Command aliases

Link copied to clipboard

Command description for help text

Link copied to clipboard

The primary command name

Link copied to clipboard

Required permission node, if any

Functions

Link copied to clipboard
open override fun buildCommand(): LiteralArgumentBuilder<CommandSourceStack>

Build the Brigadier command tree. Subclasses implement this to define arguments and execution logic.

Link copied to clipboard
fun buildWithChecks(): LiteralArgumentBuilder<CommandSourceStack>

Wraps the command builder with permission checks. Called by CommandRegistry during registration.