register

abstract fun register(command: BrigadierCommand, meta: CommandMeta)

Registers the given Brigadier command with the given meta to this manager.

Parameters

command

the command to register

meta

the command metadata


abstract fun register(command: InvocableCommand<*>, meta: CommandMeta)

Registers the given invocable command with the given meta to this manager.

Parameters

command

the command to register

meta

the command metadata