KraftlinPaperCommand

data class KraftlinPaperCommand(val node: LiteralCommandNode<PaperSource>, val description: String?, val aliases: List<String>, val overrideAliases: Boolean)

A built command ready for registration via registerKraftlinCommands.

Constructors

Link copied to clipboard
constructor(node: LiteralCommandNode<PaperSource>, description: String?, aliases: List<String>, overrideAliases: Boolean)

Properties

Link copied to clipboard

alternative labels for the command

Link copied to clipboard

optional description shown in help output

Link copied to clipboard
val node: LiteralCommandNode<PaperSource>

the root Brigadier command node

Link copied to clipboard

whether aliases should override existing commands from vanilla or other plugins