======Crafting Conditions====== Just like ingredients, conditions must be met in order to use a recipe. Unlike ingredients, conditions do not take anything from the player inventory when using a crafting recipe. There are several types of recipes conditions, the main being **level** conditions and **permission** conditions. Just like ingredients, conditions are stored in a list inside the recipe config section. recipes: steel-sword: conditions: - 'level 5' - 'perms mmoitems.recipe.steel-sword mmoitems.recipe.station.steel' | Condition | Usage | Description | | Min Lvl. | ''level '' | Players must be Lvl X or higher. | | Permission | ''perm ...'' | Only players with specific perms may use the recipe. | Food | ''food '' | The recipes consumes (and requires) X food. | | Mana | ''mana '' | The recipe consumes (and requires) X mana. | | Stamina | ''stamina '' | The recipe consumes (and requires) X stamina. | The ''hide-when-locked'' recipe option only triggers when at least one of the conditions is/are not met. The recipe will still display in the GUI if the player does not have all the required ingredients. Recipe conditions display at the beginning of the GUI recipe item lore: {{https://i.imgur.com/xPwlm5B.png}} ===== MMOCore Conditions===== | Condition | Usage | Description | | Min Profession Lvl. | ''profession '' | Players must be Lvl X in a profession or higher. |