Documentation page is still under construction, and some information may be inaccurate or missing…

Commands

List of all available commands with descriptions, permissions and a couple of examples.




Reload

Management

Description
Reloads recipes, items and the configuration file.

Syntax
/recipes reload

Permission
recipes.command.reload



List Recipes

Management
Recipes

Description
Lists all recipes added, or overridden by this plugin.

Syntax
/recipes list_recipes

Permission
recipes.command.list_recipes



List Items

Management
Custom Items

Description
Lists all registered custom items.

Syntax
/recipes list_items

Permission
recipes.command.list_items



Register Item

Management
Custom Items

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)

Permission
recipes.command.register_item



Unregister Item

Management
Custom Items

Description
Unregisters custom item with given identifier.

Syntax
/recipes unregister_item (identifier)

Permission
recipes.command.unregister_item



Give Item

Management
Custom Items

Description
Gives specified custom item to the target.

Syntax
/recipes give_item (target) (identifier) [amount]

Permission
recipes.command.give_item