Sends a message to the player if recycling was successful.
success-message: false
Item Durability
When the item is spent it does not give you all the items it should give you when you recycle it, an example would be with a diamond sword if it is spent it would only give you a little of the ingredients depending on how much it is spent, if it is half it would only give you 1 diamond and a stick.
item-durability: true
Open recycler permission
If the option is set to true when opening the recycler the player will need a permission to open it, the permission can be customized in the permission part.
Fail recycler
When you recycle an item it has the possibility to fail and you lose your item, in percentage goes the percentage that this can happen.
Crafting recipe recycler block
Create a recipe for the recycler block, in the permission part if it is activated the player will need the permission to be able to craft the block.
Pattern and recipe list
The pattern is like a crafting table is a 3x3 which is replaced by letters which represent materials the "E" represents the iron ingot material, the "A" the redstone, the "B" the oak log, "C" the cobblestone, the letters are just placeholders you can place as many as you want, if you want to use an empty slot just use the $ symbol. And it would look something like this on a crafting table.
crafting-recipe:
enable: true
# By activating this option, you need a permission when crafting a mailbox.
recycler-permission:
enable: true
permission: "recyclerplus.craft"
pattern:
- "E E E"
- "E A E"
- "B C B"
recipe:
'E': IRON_INGOT
'A': REDSTONE
'B': OAK_LOG
'C': COBBLESTONE