CustomItemCommand

constructor(commandName: String? = null, configBlock: CustomItemCommand.CommandConfig.() -> Unit = {})

Parameters

commandName

The name of the command to register. Defaults to "ngive" if not provided.

configBlock

A block to configure the command's properties such as its name, description, and permission.