Commands
List of all available commands with descriptions, permissions and a couple of examples.
Reload
Description
Reloads recipes, items and the configuration file.
Syntax/recipes reload
Permissionrecipes.command.reload
List Recipes
Description
Lists all recipes added, or overridden by this plugin.
Syntax/recipes list_recipes
Permissionrecipes.command.list_recipes
List Items
Description
Lists all registered custom items.
Syntax/recipes list_items
Permissionrecipes.command.list_items
Register Item
Description
Registers item currently held in the main hand as a custom item.
Registered items can be referenced in recipes via registered_item property.
Syntax/recipes register_item (identifier)
Permissionrecipes.command.register_item
Unregister Item
Description
Unregisters custom item with given identifier.
Syntax/recipes unregister_item (identifier)
Permissionrecipes.command.unregister_item
Give Item
Description
Gives specified custom item to the target.
Syntax/recipes give_item (target) (identifier) [amount]
Permissionrecipes.command.give_item