register

fun register(plugin: Plugin)

Registers this command with the given plugin.

This method must be called on the top-level CommandCreator (which should wrap a LiteralArgumentBuilder) to actually register the command with the Minecraft server.

Parameters

plugin

the Plugin instance to register the command under