"This is a very simple plugin that allows you to smelt armour, swords, pickaxes, axes, shovels and HOES! Into their original crafting material."
With the Furnace Recycler plugin the players are able to transform their extra armour and items into their crafting materials with the use of a furnace. The amounts and items to smelt can be configured in the config.yml file:
pluginEnabled: true
armor:
enabled: true
helmetAmount: 5
chestplateAmount: 8
legginsAmount: 7
bootsAmount: 4
swords:
enabled: true
amount: 2
pickaxes:
enabled: true
amount: 3
axes:
enabled: true
amount: 3
shovels:
enabled: true
amount: 1
hoes:
enabled: true
amount: 2
This is the default config.yml file, below a table of what field represents what:
| Field | Valid Values | Description |
| pluginEnabled | true/false | If false the plugin will not load |
| enabled | true/false | If false it will disable the ability of smelting the items in that section(e.g. armor, swords, ...) |
| amount | A whole number from 1 to 64 | Defines the amount of the crafting item that will come out of the furnace(e.g. for a gold pickaxe this defines the amount of gold that the player will receive) |
| helmetAmount, chestplateAmount, legginsAmount, bootsAmount | A whole number from 1 to 64 | Define the amount of the crafting item that will come from smelting the respective armour piece |
NOTE: If you wish to change the configuration, you will have to do it while the server isn't on, changing the configuration while the server is on and then reloading will not save your changes!
If you have any suggestions or comments about the plugin as well as know glitches please comment them below this post so the plugin can be fixed.
Thank you in advance.