- Minecraft Versions
- 1.16.+, 1.17.+, 1.18+, 1.19.+, 1.20.+
- Full Plugin Configurable
- Fail Recycler - Adds a possibility that the recycler does not work.
- Change Result - Change the result of the recycler.
- BlackList Item - Eliminate items you don't want to be recycled.
- Recycler Item - Get the materials you used to create it.
- Recycler Block - New recycler block.
- Plugin Optmization
- Developer API
- Vault Hook
- Only Works - +1.16.2-1.20
Recycle Item
Recycle Block
Craft Recycler
Advamce Change Result:
Durability Item
Recycle Block
Craft Recycler
Advamce Change Result:
Durability Item
Config File:
Code:
#############################################################################################
# ____ _ ____ _ #
# | _ \ ___ ___ _ _ ___ | | ___ _ __ | _ \ | | _ _ ___ #
# | |_) | / _ \ / __| | | | | / __| | | / _ \ | '__| | |_) | | | | | | | / __| #
# | _ < | __/ | (__ | |_| | | (__ | | | __/ | | | __/ | | | |_| | \__ \ #
# |_| \_\ \___| \___| \__, | \___| |_| \___| |_| |_| |_| \__,_| |___/ #
# |___/ #
#############################################################################################
#- *\ Created by Maazapan Ā© /* -#
#############################################################################################
config:
# You can modify the prefix found in each of the commands
# simply by changing the text.
prefix: " &bā &8| &eRecyclerPlus &8: &r"
# Add any item you don't want to be recycled, follow the order
# of the list to avoid any errors, you can add it to the list below.
blacklist-items:
- TNT
- CHEST
# Add the sounds of the recycling table.
# You can find all available sounds on this page.
# Docs: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
sounds:
error-info:
- 'ENTITY_VILLAGER_NO;0.8;1'
success-info:
- 'UI_STONECUTTER_TAKE_RESULT;1;1'
- 'BLOCK_LEVER_CLICK;0.8;1'
# When recycling an enchanted item, it will give you the book with which it was enchanted.
enchanted-craft: true
# Send message at player if the recycler is successful.
success-message: false
item-durability: true
plugin-hooks:
# Set to true if you want to use Vault's economy plugin.
vault-economy:
enable: false
cost: 100
# If option is enable check player has permission
# and open recycler menu.
open-recycler-permission:
enable: false
permission: "recyclerplus.use"
# Fail when you are recycling the player will lose the item they are trying to recycle
# you can set the percentage you want this to happen, also disable and enable it.
fail-recycler:
enable: false
percentage: 20
# Change the result of any recycling, you can turn it on and off from the option below
# remember to add the item you want to change to the list here.
change-result:
enable: false
materials:
'1':
id: DIAMOND_CHESTPLATE
result:
- 'DIAMOND;1'
- 'TNT;20'
- "IRON_INGOT;10"
# Make it possible to craft the recycler block only by activating this option.
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
# This item can be obtained with the command "/recycler give <player>"
# use it to open the recycler more easily.
item-recycler:
id: PLAYER_HEAD
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGIyYjYyNGRkYzdkNGE2NWU1MjcwYWU1Yjc3NWUxOGU4ZDU1ODk4ZjE1NzJiNDU5YmRmOTRkZDBkNDY0ODRmNyJ9fX0="
display_name: "&aRecycler"
lore:
- '&8RecyclerPlus'
- ''
- '&fRecycle the items you dont'
- '&fneed to get some materials. '
- ''
- '&7You can place the recycler anywhere.'
- ''
- ' &eāø Click to place'
# These are simple messages that are used when you use some command.
messages:
success-recycler: "&aYou have successfully recycled an item."
nopermission: "&cSorry you not have permission."
receive-recycler: "&aHas received a recycler."
send-recycler: "&fYou have sent a recycler to &a%name%"
no-money: "&cYou don't have enough money, you need &e$%money%"
inventory:
title: "Recycler Bench"
size: 54
# This is the slot where you have to place the item you want to recycle
# you can modify it to your liking, remember that this slot has to be empty to work.
recycler-slot: 19
# In these slots the glass will be placed informing that something happened
# could be an error at the time of recycling or also that everything has gone well
# If you want to deactivate this option, put the word "none"
info-slot: 36,37,38,39,40,41,42,43,44
# Tou can add any item to the menu by simply following the list to avoid any errors.
items:
'3':
id: BARRIER
slot: 49
display_name: "&cClose Menu"
actions:
- "[CLOSE]"
- "[SOUND]: BLOCK_LEVER_CLICK;1;1"
'4':
id: PLAYER_HEAD
slot: 25
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTliZjMyOTJlMTI2YTEwNWI1NGViYTcxM2FhMWIxNTJkNTQxYTFkODkzODgyOWM1NjM2NGQxNzhlZDIyYmYifX19"
display_name: "&aAccept Recycling"
lore:
- '&8Recycler Menu'
- ''
- '&fObtain the materials you used'
- '&fto create this item. '
- ''
- '&cĀ”Not be able to recover the item! '
- ''
- ' &eāø Click to recycling'
actions:
- "[ACCEPT]"
'1':
id: BLACK_STAINED_GLASS_PANE
except-slots:
- 12
- 13
- 14
- 19
- 21
- 22
- 23
- 25
- 30
- 31
- 32
- 49
'2':
id: GRAY_STAINED_GLASS_PANE
slots:
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
RecyclerPlus
Ā”Give your items other change!
Give a secong change to thins you don't
need and get the materials you used to make it.
("Plugin Preview")
Recycle Items
Blacklist Items
Change Result
Full Config Menu
Plugin Features
Full Plugin Configurable asd
Fail Recycler - Adds a possibility that the recycler does not work.
Change Result - Change the result of the recycler.
BlackList Item - Eliminate items you don't want to be recycled.
Recycler Item - Get the materials you used to create it.
Recycler Block - New recycler block.
Plugin Optmization
Developer API
Only Works - +1.16.2-1.20.
Ā”Give your items other change!
Give a secong change to thins you don't
need and get the materials you used to make it.
("Plugin Preview")
Recycle Items
Blacklist Items
Change Result
Full Config Menu
Plugin Features
Full Plugin Configurable asd
Fail Recycler - Adds a possibility that the recycler does not work.
Change Result - Change the result of the recycler.
BlackList Item - Eliminate items you don't want to be recycled.
Recycler Item - Get the materials you used to create it.
Recycler Block - New recycler block.
Plugin Optmization
Developer API
Only Works - +1.16.2-1.20.