registerKraftlinCommands

fun CommandManager.registerKraftlinCommands(vararg commands: KraftlinVelocityCommand)

Registers one or more Kraftlin commands with this command manager.

This is intended to be called during plugin initialization.

Parameters

commands

one or more Kraftlin commands to register

See also