Custom Item Command
constructor(commandName: String? = null, configBlock: CustomItemCommand.CommandConfig.() -> Unit = {})
Parameters
command Name
The name of the command to register. Defaults to "ngive" if not provided.
config Block
A block to configure the command's properties such as its name, description, and permission.