
This plugin adds the ability to improve the stoves, thanks to this, the melting speed increases.
Enhance your Minecraft gameplay with upgraded furnaces!
FurnacePlus is a Minecraft plugin that allows players to upgrade their furnaces to higher levels, increasing smelting speed and efficiency. With each upgrade, your furnace becomes faster but consumes more fuel, adding a strategic element to resource management. This plugin is perfect for servers looking to enhance the vanilla experience without drastically altering gameplay mechanics.
| Level | Name | Required Material | Quantity |
|---|---|---|---|
| 0 | No Upgrade | N/A | N/A |
| 1 | Iron Furnace | Iron Ingot | 16 |
| 2 | Gold Furnace | Gold Ingot | 32 |
| 3 | Emerald Furnace | Emerald | 16 |
| 4 | Diamond Furnace | Diamond | 16 |
| 5 | Netherite Furnace | Netherite Ingot | 8 |
plugins directory.config.yml file in the plugins/FurnacePlus directory as needed./furnaceplus reload if you make configuration changes while the server is running.The config.yml file allows you to customize:
config.yml# Base smelting speed multiplier
base-speed-multiplier: 1.0
# Additional speed per level
speed-multiplier-per-level: 0.5
# Base fuel consumption multiplier
base-fuel-consumption-multiplier: 1.0
# Additional fuel consumption per level
fuel-consumption-multiplier-per-level: 0.5
# Upgrade settings
upgrades:
0:
name: "&8No Upgrade"
1:
name: "&7Iron Furnace"
material: "IRON_INGOT"
amount: 16
2:
name: "&6Gold Furnace"
material: "GOLD_INGOT"
amount: 32
3:
name: "&aEmerald Furnace"
material: "EMERALD"
amount: 16
4:
name: "&bDiamond Furnace"
material: "DIAMOND"
amount: 16
5:
name: "&cNetherite Furnace"
material: "NETHERITE_INGOT"
amount: 8
# Messages
messages:
max_level_reached: "&aYour furnace is already at the maximum level."
not_enough_materials: "&cYou don't have enough materials to upgrade."
upgrade_successful: "&aYou have upgraded your furnace to: %level_name%."
furnace_level_display: "&8Furnace Level: %level_name%"
reload_successful: "&aFurnacePlus configuration reloaded successfully."
no_permission: "&cYou don't have permission to perform this command."
# Visual effects
visual:
upgrade_sound: "ENTITY_PLAYER_LEVELUP"
upgrade_effect: "VILLAGER_HAPPY"
/furnaceplus reloadfurnaceplus.reloadsetCookSpeedMultiplier)If you encounter any issues or have suggestions for improvement, please open an issue on the plugin's GitHub repository.
This plugin is released under the MIT License.
Enhance your Minecraft server with FurnacePlus and give your players a new way to interact with furnaces, adding depth and strategy to their gameplay!