Ever wanted to craft items that are only found in dungeons, make items with alternative recipes, or have special new chests?
Recipes
The following new and alternative recipes are all set with the default permission to craft set to "op".
Leather
Use four pieces of rotten flesh to make one piece of leather. This recipe is a shapeless recipe.
Leash
No slime, no problem, this alternative recipe doesn't use it.
Use one piece of string and one piece of leather. Also know as a Lead.
This recipe is now a shapeless recipe.
Saddle

Name Tag

Iron Barding

Gold Barding

Diamond Barding

Portable Chest
You can't place it, but the contents won't be lost even if the chest is. Just right click in the air to open it. Works like an Ender Chest, showing the player only their inventory.

Personal Chest
Works as a death chest, but only retains the items in a player's hotbar. Works like an Ender Chest, showing the player only their inventory.
Death Chest option can now be turned off, see the Configuration Section below.

Permissions
permissions:
extrarecipes.saddle:
description: Allowed to make a saddle
default: op
extrarecipes.barding.iron:
description: Allowed to make iron barding
default: op
extrarecipes.barding.gold:
description: Allowed to make gold barding
default: op
extrarecipes.barding.diamond:
description: Allowed to make diamond barding
default: op
extrarecipes.leather:
description: Allowed to make leather
default: op
extrarecipes.lead:
description: Allowed to make a lead
default: op
extrarecipes.tag:
description: Allowed to make a tag
default: op
extrarecipes.personalchest:
description: Allowed to make a personal chest
default: op
extrarecipes.portablechest:
description: Allowed to make a portable chest
default: op
Configuration
The config.yml file now has these additional settings:
Recipes:
Saddle: true
Iron_Barding: true
Gold_Barding: true
Diamond_Barding: true
Lead: true
Name_Tag: true
Personal_Chest: true
Portable_Chest: true
Leather: true
Options:
Death_Chest: true
All recipes can be turned on or off, (true or false), and the Personal Chest which defaults to a hot bar death chest can also be turned off by setting Death_Chest to false.
Restart your server or /reload your plugins if you make changes.
Notes
Player Portable Chests and Personal Chests are stored in the config.yml, edit with care.