JimCommand

object JimCommand

Registers /jim ... and every script-defined command trigger with brigadier.

Functions

Link copied to clipboard

Re-register script commands into the live client dispatcher (called after /jim reload or a module load). Without this, commands from modules loaded after startup parse as "unknown".

Link copied to clipboard
fun register(dispatcher: CommandDispatcher<FabricClientCommandSource>)