Basic Recipes | Advanced Recipes | Recipe Flags | Recipe Books | Name Index | Commands & Permissions

Recipe Books

title: The Book Title
author: RecipeManager
description: Book description written on the first page

# book settings and their defaults
settings:
  pervolume: 50
  cover: true
  contents: true
  end: true
  customend: ''

# list of recipes to be automatically distributed in volumes
recipes:
- list of
- recipe names or
- + special arguments

# or you can directly define individual volumes
volume 1:
- recipe name
- ...
volume 2:
- recipe name
- etc ...
volume ...

# these are comments by the way but they will not be preserved since the plugin will rewrite the files.
Example book: 'swords.yml'
title: Stuff!
description: Random things.
recipes:
- flaming sword of doom
- oblivion ice axe
- shaped 3x2 (76 331:0 76 / 1 1 1) diode
- shaped 1x3 (5 / 5 / 280:0) wood_sword
- shaped 3x3 (5 5 5 / 0 280:0 0 / 0 280:0 0) wood_pickaxe
- some non-existent recipe name here
- shaped 1x3 (4 / 4 / 280:0) stone_sword
Which, after using reload, rmreload or rmreloadbooks command, the book's contents will be converted to:
# Recipe book configuration (last loaded at May 2, 2013 12:19:45 PM)
# Read 'recipe books.html' file to learn how to configure books.

title: Stuff!
description: Random things.
volume 1:
- flaming sword of doom
- oblivion ice axe
- shaped 3x2 (76 331:0 76 / 1 1 1) diode
- shaped 1x3 (5 / 5 / 280:0) wood_sword
- shaped 3x3 (5 5 5 / 0 280:0 0 / 0 280:0 0) wood_pickaxe
- shaped 1x3 (4 / 4 / 280:0) stone_sword

NOTE You're not supposed to write the auto-generated recipe names manually!
As said before, you can give them a custom name or use the @addtobook flag.
For existing recipes you can use the +existing special argument to get all the names then remove the ones you don't need.

After that you can still change its contents, rearrange recipes, remove recipes, change its title, description, whatever you want!
Just be sure that you do not rename the file if people already have copies of the book, in that case their books won't update!