ItemRecycler | SALE 35% OFF! icon

ItemRecycler | SALE 35% OFF! -----

Recycle/uncraft the items you don't need.




In this version @Ultimate_Hand fixed:
- Fixed compatibility bugs from version 1.12 to version 1.21.3
----------, Mar 5, 2025

In this version @Ultimate_Hand fixed/added:
- Fixed a head error in version 1.20.2
- Fixed a bug where the Recycle Again item did not work when clicked
- Fixed a bug that resulted in incorrect textures when separating some recipes in the legacy version
- Fixed a bug where items were added to the inventory when recycling an item
- Fixed a Duplicate Recipe Error when registering recipes in version 1.13 and above
- Added 1.21.4 Support
- Hex colors are now supported in messages
- Crafting the Recycle Block now supports all types of wood blocks
----------, Mar 1, 2025

In this version I've added/fixed:
  • ItemRecycler item error on Spigot v1.20.2+ (bug discovered by @IronDirt)
----------, Nov 13, 2023

In this version I've added/fixed:
  • Added Spigot 1.20 support.
----------, Aug 9, 2023

In this version I've fixed/added:
  • 1.19 Spigot support
----------, Jul 21, 2022

In this version I've fixed/added:
  • Turkish language support
  • Korean language support (submitted by @p031123)
  • Spanish language support (submitted by @JorgeMCS16)
----------, Feb 28, 2022

In this version I've fixed/added:
  • Success out feature - determines what % of the ingredients are returned. For example if you have success-out.percentage set to 50 (%) and recycle a diamond chestplate, you'll get 50% of the items back so 4 diamonds. (Feature requested by @JorgeMCS16)
If you want to use the new feature, please add the following to the end of your config.yml:
Code (Text):
# Success out
# Determines what % of the ingredients are returned.
success-out:
  enable: false
  percentage: 50
 
+ set success-out.enable to true
----------, Feb 14, 2022

In this version I've added/fixed:
  • If player didn't have enough space when closing the recycler output the items disappeared. Now they drop on the ground. (Bug discovered by @DarkKingKaan)
----------, Feb 3, 2022

In this version I've added/fixed:
  1. 1.18 support
  2. Changed plugin's console printing/logging method (Warning discovered by @KazioTV)
----------, Dec 15, 2021

In this version I fixed/added:
  • If a player tries to recycle too many items at once a warning is displayed and the recyclement is cancelled. (Bug discovered by @DarkKingKaan)
  • Sound support (you can now set OPEN, CLOSE, SUCCESS, FAIL sounds) (Feature requested by @DarkKingKaan)
If you're running an older version of ItemRecycler and want to get the latest features delete your configuration files or add the following:
# -------------------------------------------------------------
# Sound
# -------------------------------------------------------------

# Sound settings
# enable - Enables sounds.
# List of all the sounds can be found here: https://www.spigotmc.org/wiki/cc-sounds-list/
# WARNING: If you're running Spigot under 1.9, change the sounds accordingly!!
sound:
enable: true
action:
# open - Sound that is played when recycler is opened.
# close - Sound that is played when recycler is closed.
# success - Sound that is played on successful recyclement.
# fail - Sound that is played on failed/cancelled recyclement.
open: BLOCK_CHEST_OPEN
close: BLOCK_CHEST_CLOSE
success: BLOCK_NOTE_BLOCK_PLING
fail: BLOCK_NOTE_BLOCK_BASS
In your language file add this:
recyclement-cancel-output-too-big: '&cRecyclement has been cancelled. Output is too
big, please remove some items from the recycler.'
----------, Jul 25, 2021

In this version I've fixed/added:
  • Spigot 1.17 support. :)
----------, Jul 22, 2021

In this version I've added/fixed:
  • You can now interact normally with recyclers placed on the walls (on newer Minecraft versions) (Bug discovered by: @OwerPlay)
----------, Jan 27, 2021

In this version I've added/fixed:
  • Added Spigot 1.16 support.
----------, Jul 5, 2020

In this version I've added/fixed:
  • Added French (FR) language pack (translated by some friendly guy whose name I forgot. Please PM me and I'll mention you.)
  • Changed base package name.
----------, Apr 29, 2020

In this version I've added/fixed:
  • Fixed 1.15 compatibility issues (Bug discovered by: @Adri417).
----------, Jan 20, 2020

In this version I've added/fixed:
  • Added Turkish (TR) language pack (translated by Renat)
----------, Jan 15, 2020

In this version I've fixed/added:
  • Left clicking the recycler block no longer opens it, that allows you to break it normally. (Bug discovered by @DarenW)
  • Option to notify the players when an item cannot be recycled, this can be enabled under security.notify-player. (Feature requested by @DarenW)
----------, Nov 28, 2019

In this version I've fixed/added:
  • Recipe deprecation (plugin was throwing a warning on 1.14.4) (Bug discovered by: @REjoin, @_Anglis)
----------, Aug 7, 2019

In this version I've added/fixed:
  • Fixed version incompatibility issues (Plugin now works on all Spigot versions from 1.8.8 to 1.14.2).
----------, Jun 10, 2019

In this version I've added/fixed:
  • Added 1.14 support.
----------, Jun 1, 2019

In this version I've added/fixed:
  • Chinese language (zh) (Translated by @yeban)
----------, Mar 24, 2019

In this version I've added/fixed:
  • ItemRecycler block is now craftable. (Requested by @aehu)
  • General optimization.
----------, Mar 20, 2019

In this version I've added/fixed:
  • Prefix (ItemRecycler) is now changeable. (Requested by @Antrox)
  • Obsidian texture fix (Bug discovered by @InstantzZHD)
  • Items in the GUI can now be enchanted. (Requested by @Antrox)
  • Added IT (Italian) language support (Submitted by @BlackGamer000).
----------, Dec 27, 2018

In this version I've fixed/added:
  • Added the Recycler block that can be placed & right-clicked to open the recycler (Feature requested by: @elysia).
  • Compiled the plugin with the latest Spigot version.
  • Slovenian translation
  • General optimization.
----------, Oct 14, 2018

In this version I've fixed/added:
  • Fixed the redstone torch bug (discovered by @schorsch)
  • Compiled the plugin with the latest Spigot version.
----------, Sep 7, 2018

In this version I've fixed/added:
  • Plugin has been compiled with the latest version of Spigot.
----------, Aug 31, 2018

In this version I've fixed/changed:
  • Older versions had some problems with textures.
----------, Aug 24, 2018

After a few hours of coding I've finally added Spigot v1.13 support. In case you're running an outdated version new allowed-items.yml and blocked-items.yml will be generated placed in the '1.12' folder.

If you notice any bugs or errors, please report them and I'll do my best to fix them as soon as possible.
----------, Aug 21, 2018

In this version I've added fixed:
  • security.custom-named function now works as it should (Bug discovered by: @Antrox).
  • Added PT-BR language support (Submitted by @RafricOFC).
  • Added a setting to disable the recycle again button (Requested by @RafricOFC).
  • Compiled the plugin with the latest Spigot version.
  • General optimization.
If you want to disable the Recycle again (orange button) set:
gui:
disable-recycle-again: true
----------, Jul 19, 2018

In this version I've added/fixed:
  • Option to disable recycling enchanted items. (Requested by @Antrox)
  • Option to disable recycling items with custom names. (Requested by @Antrox)
  • Compiled the plugin with the latest Spigot version.
----------, Jul 10, 2018

In this version I've fixed/added:
  • General optimization.
  • Added some more config documentation.
  • Added a permission based success-rate (Requested by: @DeCarvalho)
  • Compiled the plugin with the latest spigot version.
# Success rate
# Enables success rate depending on the player's permission. If the player has permission
# itemrecycler.successrate.team1 <- he has 50% chance of the recyclement to be successful
# itemrecycler.successrate.team2 <- he has 25% chance of the recyclement to be successful
#
# In case player doesn't have any successrate permission, this function will be ignored
# for that player.
#
# You can add more teams. The teams don't need to be named teamX, you can make
# custom names like vip, pro, master or something like that. The permission would then
# be itemrecycler.successrate.vip
success-rate:
enable: false
# Result
#
# Types:
# - RETURN (returns the items back to the player when the recyclement fails)
# - DELETE (delete's the player's items when the recyclement fails)
type: RETURN
permissions:
# Permission syntax is: itemrecycler.successrate.%name%
team1: 50
team2: 25
----------, Jul 8, 2018

In this version I've fixed/added:
  • A server had some problems, so I recoded the orange button's functionality.
----------, Jun 3, 2018

In this version I've added/fixed:
  • Durability control (3 types) (Requested by @JordyvdBolt)
  • Smart durability (calculates the outcome depending on the durability)
  • Reorganized and redocumented the config
  • Added rounding option
  • Compiled the plugin with the latest Spigot version
----------, Jun 3, 2018

Resource Information
Author:
----------
Total Downloads: 284
First Release: May 4, 2018
Last Update: Mar 5, 2025
Category: ---------------
All-Time Rating:
24 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings