kraftlin-command-paper
Paper-specific Brigadier DSL extensions and argument helpers.
This module integrates the core DSL with Paper’s Brigadier Command API and Adventure types. It provides typed argument builders, resolvers, and accessors for common Paper and Minecraft concepts.
Core Types
io.github.kraftlin.command.paper.kraftlinCommand: Paper-specific entry point for commands.
io.github.kraftlin.command.paper.PaperLiteralNode: Type alias for io.github.kraftlin.command.LiteralNode using Paper's
CommandSourceStack.io.github.kraftlin.command.paper.PaperArgumentNode: Type alias for io.github.kraftlin.command.ArgumentNode using Paper's
CommandSourceStack.io.github.kraftlin.command.paper.PaperContext: Type alias for io.github.kraftlin.command.KContext using Paper's
CommandSourceStack.