Recipe Book

Here you can learn how to create your own recipe book configuration

Why would you like different recipe books ?

If you would like to only show some recipes to some players and some to others, you can do this based on:

  • Perms (if it has the perm then show the recipe book 2 instead of the 1)

  • Groups (You can create the recipe book for VIP and for DEFAULT players)

  • Worlds (Depending on the world you are, some recipes will be shown and some not)

  • Whatever you want, the conditions are up to you.

How ?

To create your own recipe book the format is

recipeBooks: #This goes by default
  1: #This is the ID of your recipe
    recipes: #These are the recipes that are shown in the main page
      - asd
      - pepe
    folders: #Here you can add folders to your main page
      carpeta1: #And here you create the folders with each recipe you want inside
        - asd
        - archivo2

Then you can open the recipe book using the command

  • ec recipebook {player} {id_of_recipebook}

Tips

recipeBooks:
  1:
    recipes:
      - asd
      - pepe
      - royal_*
    folders:
      carpeta1:
        - asd
        - archivo2
  2:
    recipes:
      - asd
  3:
    folders:
      all:
        - '**'

Last updated