- Tested Minecraft Versions:
- 1.9
- Instantly cook potatoes, raw pork, beef, chicken, fish, mutton and rabbit; and smelt sand, cobblestone, clay balls, clay, netherrack, logs, cacti, sponges, iron, gold, diamond, lapis, redstone, coal, emerald and quartz ores
- Per rank costs and cooldowns
- Per item permissions
- Customizable messages
Source code can be found on GitHub
Dependencies: Vault
Code (Text):
smelt:
description: Smelts item from your hands
usage: /<command>
aliases: []
smeltall:
description: Smelts all smeltable items from your inventory
usage: /<command>
aliases: []
smelter:
description: Main command
usage: /<command> <reload(rl)>
aliases: []
Code (Text):
smelter.admin:
description: Allows you to reload config files
default: op
smelter.smelt:
description: Allows you to use /smelt
default: op
smelter.smelt.free:
description: Allows you to use /smelt without any costs
default: op
smelter.smelt.no-cooldown:
description: Allows you to use /smelt without a cooldown
default: op
smelter.smeltall:
description: Allows you to use /smeltall
default: op
smelter.smeltall.free:
description: Allows you to use /smeltall without any costs
default: op
smelter.smeltall.no-cooldown:
description: Allows you to use /smeltall without a cooldown
default: op
- Per item permissions (a little bit tricky...):
- smelter.item.<item_name> where <item_name> can be one of these: pork, raw_beef, raw_chicken, raw_fish, potato_item, mutton, rabbit, iron_ore, gold_ore, sand, cobblestone, clay_ball, netherrack, clay, smooth_brick, diamond_ore, lapis_ore, redstone_ore, coal_ore, emerald_ore, quartz_ore, log, log_2, cactus, sponge, chorus_fruit
Code (Text):
per-item-permissions: false
ranks:
Default:
cost: 20
cooldown:
one: 240
all: 480
Builder:
cost: 15
cooldown:
one: 120
all: 240
Admin:
cost: 10
cooldown:
one: 60
all: 120
Owner:
cost: 5
cooldown:
one: 30
all: 60
- Add /smeltall command for smelting smeltable items from the whole inventory
- Per rank costs and cooldowns
- Add /smelter reload command
- Per item permissions
- Add smelting based on coal
- Any suggestions?

Smelter 2.2.1
A simple plugin used to smelt items from your inventory!
Recent Updates
- Fixed raw mutton not becoming cooked mutton Apr 4, 2016
- Per item permissions, Spigot 1.9 support Mar 16, 2016
- Clowfish, Pufferfish and Sponge update May 19, 2015