Recipe
Crafting configuration.
Default Recipes


Template
recipe:
enabled: true/false
recipes:
1:
recipe-enabled: true/false
item: "revive_book" / "extra_heart"
shaped: true/false
discover: true/false
extraHeartItemUseSuccess: number between 1-100 # only if selected item is extra_heart
items:
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
- "NETHER_STAR"
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"enabled
enabledDetermines if recipes are enabled.
item
itemDetermines what item the recipe refers to.
recipes
recipesA user-created list of recipes.
recipe-enabled
recipe-enabledDetermines if the specified recipe is enabled.
shaped
shapedDetermines if the recipe must be placed in crafting the same way as in configuration.
discover
discoverDetermines if the recipe should automatically be added to every player's recipe book.
extraHeartItemUseSuccess
extraHeartItemUseSuccessChance of success of using the extra heart item.
items
itemsHere you set which items you want the extra heart to be created from. Maximum of 9, top of configuration is left top of crafting and so to the right down. You have to take name of the "material" from spigot documentation. Please note that the names are case sensitive.
Last updated