⛩️
Katsutori Studios
RecyclerPlus
RecyclerPlus
  • RecyclerPlus Wiki
  • Configuration
    • General Config
    • Change Result
    • Custom Items
    • Item Tutorial
    • Commands
  • INTEGRATIONS
    • Vault API
  • Default Files
    • Config.yml
Powered by GitBook
On this page
  • Enchanted Items
  • Block an item for recycling
  • Sucess message when recycling
  • Item Durability
  • Open recycler permission
  • Fail recycler
  • Crafting recipe recycler block
  1. Configuration

General Config

These are the global config for the plugin

PreviousRecyclerPlus WikiNextChange Result

Last updated 1 year ago

Enchanted Items

This option makes that when you recycle an item that is enchanted it will give you the book it was enchanted from.

enchanted-craft: true

Block an item for recycling

Add to the list the name of the material that you do not want to be recyclable, the material can be searched for on this page.

blacklist-items:
 - TNT
 - CHEST

Sucess message when recycling

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.

open-recycler-permission:
  enable: false
  permission: "recyclerplus.use"

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.

fail-recycler:
  enable: false
  percentage: 20

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.

Default crafting recipe:

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
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Recycler Default Recipe