Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Add infinite custom furnaces, smelting recipes and even fuels!

Plugin requires HyperCore
Create unlimited custom furnaces with unique speed multipliers, fuel efficiency, and visual appearances. From basic iron furnaces to legendary diamond smelters!
Revolutionary offline smelting! Furnaces continue calculating progress even when chunks are unloaded or server is offline. Come back to perfectly smelted items!
Use Custom Model Data and/or ItemsAdder integration to add custom visuals for your new furnaces.
HyperFurnaces was specifically built for large server networks and provides a very efficient MySQL database structure that creates lightning-fast sync with other servers in combination with Redis.
Define custom smelting recipes and fuel types! Full support for vanilla items, ItemsAdder, and ExecutableItems. Create unique ore processing or magical fuels!
Lock premium furnaces behind permissions! Perfect for VIP ranks, donor perks, or progression-based unlocks. Full whitelist/blacklist support for recipes and fuels!
Native support for ItemsAdder and ExecutableItems! Use custom items as inputs, outputs, fuels, or furnace visuals. Seamless integration with your existing setup!
Works perfectly with hoppers, redstone, and all vanilla mechanics! Custom furnaces behave exactly like real furnaces - just better!
Control which recipes and fuels each furnace type can use. Create specialized smelters for ores, food, or custom items!

View detailed information about the furnace you're looking at - type, speed, efficiency, and state.
List all registered furnace types with their speed multipliers and fuel efficiency.
Give custom furnaces to players.
Permission: hyperfurnaces.admin
Change the type of the furnace you're looking at.
Permission: hyperfurnaces.admin
Reload all configuration files without restarting the server.
Permission: hyperfurnaces.admin
View plugin statistics - registered types, cached states, pending saves.
Permission: hyperfurnaces.admin


# HyperFurnaces - Furnace Types Configuration
furnaces:
# Diamond Furnace - Premium smelting machine
diamond_furnace:
display-name: "&bDiamond Furnace"
lore:
- "&3The ultimate smelting machine"
- ""
- "&7Speed: &f3x"
- "&7Fuel Efficiency: &f2x"
block-material: FURNACE
custom-model-data: 1002
speed-multiplier: 3.0
fuel-efficiency: 2.0
always-smelt: true
permission: hyperfurnaces.diamond
# ItemsAdder Integration Example
magical_furnace:
display-name: "&5Magical Furnace"
lore:
- "&dInfused with ancient magic"
block-material: FURNACE
itemsadder-id: "myitems:magical_furnace"
speed-multiplier: 5.0
fuel-efficiency: 2.0
always-smelt: true
recipe-whitelist:
- ore_recipes
fuel-blacklist:
- weak_fuels
# HyperFurnaces - Custom Recipes
recipes:
# Custom ore with double output
copper_ore:
input:
material: COPPER_ORE
output:
material: COPPER_INGOT
amount: 2
cook-time: 200
experience: 0.7
# ItemsAdder custom recipe
mythril_smelting:
input:
itemsadder-id: "myitems:raw_mythril"
output:
itemsadder-id: "myitems:mythril_ingot"
amount: 1
cook-time: 800
experience: 3.0
priority: 10
# HyperFurnaces - Custom Fuels
fuels:
# Super coal with extended burn time
super_coal:
item:
material: COAL
custom-model-data: 1001
burn-time: 3200
priority: 10
# ItemsAdder magical fuel
magic_crystal:
item:
itemsadder-id: "myitems:magic_crystal"
burn-time: 10000
priority: 5
# ExecutableItems eternal fuel
eternal_flame:
item:
executableitems-id: "eternal_flame"
burn-time: 50000
priority: 15
# Fuel groups for whitelist/blacklist
groups:
premium_fuels:
- super_coal
- magic_crystal
weak_fuels:
- weak_sticks