kraftlin-command-core
Core Kotlin DSL for building Brigadier command trees.
This module provides a thin, idiomatic Kotlin wrapper over Mojang Brigadier. It contains no Minecraft or Paper dependencies and can be used in any Brigadier-based environment.
Key Primitives
io.github.kraftlin.command.brigadierCommand: Entry point for creating commands.
io.github.kraftlin.command.LiteralNode: Base for literal command nodes.
io.github.kraftlin.command.ArgumentNode: Base for required argument nodes.
io.github.kraftlin.command.KContext: Wrapper around Brigadier's
CommandContext.