CommandRegistrar

Registers commands with the Bukkit server's command map.

This object is responsible for registering commands and their associated behaviors, such as execution logic and tab completion, with the server's command map.

Functions

Link copied to clipboard
fun register(builder: CommandBuilder)

Registers a CommandBuilder as a Bukkit command.