SmeltingTools adds a custom enchantment that automatically smelts mined materials.
All items that are allowed in the config can be enchanted as usual. The ID, name and chance of this enchantment can be configured.
The enchanted items do not have any power yet. They can be charged by burning them in a furnace.
The charged tools can now smelt all materials. The configured charge is taken per mined material. If the tools doesn't have any power, the non-melted items are dropped. The amount of lost power can be configured.
Config
CommandsCode (YAML):
#ID of the new Enchantment
enchantmentID: 66
#Name of the new Enchantment
enchantmentName: 'Smelting'
# % probability of getting the enchantment
enchantChance: 50
#maximum smelting-power
maxPower: 100
#fuel needed to charge the smelting power
fuelNeeded: 1
#smelting-power lost per mined block
lossPerBlock: 2.0
#whether power should only be lost when mining allowed ores
lossOnlyOres: false
#If only not yet damaged tools should be able to get re-charged (Disabling this is not recommended, because it can cause memory issues.)
onlyNew: true
#Notify settings
notify:
#Notify the player in chat
chat: true
#Notify the player via the action bar (1.8 clients only)
actionBar: true
#Notify the player when out of power
outOfPower: true
message:
out: '&cYou are out of power!'
left: '&7You have &8%%power%% &7power left.'
#Notify the player when the following amounts of power is left (leave empty to not notify at all)
powerLeft:
- '20'
- '10'
#List of smeltable ores / materials
allowedOres:
- GOLD_ORE
- IRON_ORE
- COAL_ORE
#List of tools that can be enchanted
allowedItems:
- DIAMOND_PICKAXE
- IRON_PICKAXE
- STONE_PICKAXE
Permissions
- /st enchant [Player] - Enchants the Item you or the specified Player is currently holding
- /st charge [Player] - Charges the Item you or the specified Player is currently holding
- smeltingtools.smelt.<material> - Allows to smelt the specific material
- smeltingtools.enchant - Allows to enchant tools
- smeltingtools.command.help - Permission for the help command
- smeltingtools.command.enchant - Permission for the enchant command
- smeltingtools.command.charge - Permission for the charge command
Please leave a rating if you like this resource.
Donations to support me or this resource are also very much appreciated.

SmeltingTools 1.3.1
Custom 'Smelting' enchantment to smelt materials when mined
Recent Updates
- Download update Sep 9, 2015
- 1.8.5 Compatibility May 24, 2015
- fixed 'allowedOres' and 'lossOnlyOres' (again) | fixed duplicate power-message Mar 19, 2015