Description
![]()
- Instantly cook and smelt everything you usually would with a furnace
- Per rank costs and cooldowns
- Per item permissions
- Customizable messages
Source code can be found on GitHub [Old]
Dependencies: Vault
![]()
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: []
![]()
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 the valid items from this list
![]()
per-item-permissions: false
economy: 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 inventoryPer rank costs and cooldownsAdd /smelter reload commandPer item permissions- Any suggestions?






