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

Determines if recipes are enabled.

item

Determines what item the recipe refers to.

recipes

A user-created list of recipes.

recipe-enabled

Determines if the specified recipe is enabled.

shaped

Determines if the recipe must be placed in crafting the same way as in configuration.

discover

Determines if the recipe should automatically be added to every player's recipe book.

extraHeartItemUseSuccess

Chance of success of using the extra heart item.

items

Here 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