FurnacesPlus

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 337 downloads ๐Ÿ“Œ vv1.1.0 ๐Ÿ“… 12/18/2025
๐ŸŸก Updated this year

By melut ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 3/16/2026 ๐Ÿ“… Created: 12/18/2025

๐Ÿ” Analysis

  • ๐Ÿ† #70 of 1317 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ”ฅ FurnacePlus **Advanced furnace speed enhancement plugin for Minecraft Paper servers** FurnacePlus is a powerful plugin that provides players with permission-based furnace smelting speed increases. The plugin offers server administrators maximum control through real-time permission updates and flexible configuration options. --- ## โœจ Features - ๐Ÿš€ **Permission-Based Speed Control**: Flexible permission system with `furnaceenhanced.<number>` format - โšก **Speed Increase Support**: Fast furnace smelting with visible progress - ๐Ÿ”„ **Real-Time Updates**: Permission changes take effect immediately - โš™๏ธ **Flexible Configuration**: Detailed config file for complete control - ๐Ÿ“Š **Statistics System**: Active furnace count and performance tracking - ๐Ÿ› ๏ธ **Admin Commands**: Reload and information display commands - ๐ŸŽฏ **Optimization**: Low resource usage and high performance - ๐Ÿ”ง **Debug Mode**: Detailed logging system for developers --- ## ๐Ÿ“ฅ Installation 1. **Check Requirements:** - Java 17+ - Paper 1.20+ server - Maven (for compilation) 2. **Compile the Plugin:** ```bash mvn clean package ``` 3. **Upload JAR File to Server:** - Copy `target/furnaceplus-1.0.0.jar` to your server's `plugins` folder 4. **Start Server:** - The plugin will automatically create config files when the server starts --- ## ๐Ÿ”‘ Permission System ### Permission Format ``` furnaceenhanced.<value> ``` ### Value Examples: - `furnaceenhanced.30` โ†’ 30% speed increase - `furnaceenhanced.50` โ†’ 50% speed increase - `furnaceenhanced.90` โ†’ 90% speed increase ### Priority System: - If a player has multiple permissions, the **highest value** takes effect - Example: If player has `furnaceenhanced.20` and `furnaceenhanced.50`, 50% speed increase applies ### Admin Permission: - `furnaceplus.admin` โ†’ Access to plugin commands --- ## ๐ŸŽฎ Commands | Command | Description | Permission | |---------|-------------|-----------| | `/furnaceplus help` | Display help menu | `furnaceplus.admin` | | `/furnaceplus reload` | Reload plugin configuration | `furnaceplus.admin` | | `/furnaceplus info` | Show plugin information | `furnaceplus.admin` | | `/furnaceplus stats` | Show furnace statistics | `furnaceplus.admin` | **Alternative:** `/fp` shortcut can be used --- ## โš™๏ธ Configuration ### config.yml ```yaml # Plugin Settings plugin: debug: false # Enable debug messages prefix: "&8&r" # Plugin prefix # Furnace Enhancement Settings furnace: enabled: true # System enabled/disabled max-speed-increase: 90 # Maximum speed increase % update-interval: 2 # Update interval (ticks) real-time-updates: true # Real-time permission updates # Permission Settings permissions: prefix: "furnaceenhanced." # Permission prefix default-value: 0 # Default speed value # Messages (Color codes supported) messages: plugin-reloaded: "&aFurnacePlus successfully reloaded!" no-permission: "&cYou don't have permission to use this command!" furnace-enhanced: "&aYour furnace cooking speed: &e{speed}%" error-occurred: "&cAn error occurred while processing your request!" invalid-command: "&cInvalid command usage! Use: /furnaceplus reload" ``` --- ## ๐Ÿ“‹ Usage Examples ### 1. Basic Permission Assignment ```bash # Give player 30% speed increase /lp user player permission set furnaceenhanced.30 true # Give group 50% speed increase /lp group vip permission set furnaceenhanced.50 true ``` ### 2. Multiple Permission Management ```bash # Multiple speed permissions (highest value takes effect) /lp user player permission set furnaceenhanced.20 true /lp user player permission set furnaceenhanced.50 true # This will be effective ``` ### 4. Server Group Examples ```bash # Membership levels /lp group member permission set furnaceenhanced.10 true # Member: 10% speed /lp group premium permission set furnaceenhanced.30 true # Premium: 30% speed /lp group vip permission set furnaceenhanced.50 true # VIP: 50% speed /lp group mvp permission set furnaceenhanced.75 true # MVP: 75% speed ``` --- ## ๐Ÿ”ง Advanced Settings ### Update Interval Optimization ```yaml furnace: update-interval: 10 # Default (recommended) # 5 = More responsive, higher CPU usage # 20 = Lower CPU, less responsive ``` ### Debug Mode ```yaml plugin: debug: true # Prints detailed logs to console ``` ### Speed Limits ```yaml furnace: max-speed-increase: 90 # No speed increase above 90% ``` --- ## ๐Ÿšจ Troubleshooting ### ๐Ÿ” Common Issues #### Problem: Plugin not loading **Solution:** - Ensure you're using Java 17+ - Use Paper 1.20+ server - Check console errors #### Problem: Permissions not working **Solution:** - Check permission format is correct: `furnaceenhanced.<positive_number>` - Only positive numbers are supported for speed increases - Ensure permission plugin like LuckPerms is active - Check settings with `/furnaceplus info

# ๐Ÿ”ฅ FurnacePlus

Advanced furnace speed enhancement plugin for Minecraft Paper servers

FurnacePlus is a powerful plugin that provides players with permission-based furnace smelting speed increases. The plugin offers server administrators maximum control through real-time permission updates and flexible configuration options.

## โœจ Features

  • ๐Ÿš€ Permission-Based Speed Control: Flexible permission system with `furnaceenhanced.` format
  • โšก Speed Increase Support: Fast furnace smelting with visible progress
  • ๐Ÿ”„ Real-Time Updates: Permission changes take effect immediately
  • โš™๏ธ Flexible Configuration: Detailed config file for complete control
  • ๐Ÿ“Š Statistics System: Active furnace count and performance tracking
  • ๐Ÿ› ๏ธ Admin Commands: Reload and information display commands
  • ๐ŸŽฏ Optimization: Low resource usage and high performance
  • ๐Ÿ”ง Debug Mode: Detailed logging system for developers

## ๐Ÿ“ฅ Installation

1. Check Requirements: - Java 17+ - Paper 1. 20+ server - Maven (for compilation)

2. Compile the Plugin: ```bash mvn clean package ```

3. Upload JAR File to Server: - Copy `target/furnaceplus-1. 0. 0.jar` to your server's `plugins` folder

4. Start Server: - The plugin will automatically create config files when the server starts

## ๐Ÿ”‘ Permission System

### Permission Format ``` furnaceenhanced. ```

### Value Examples: - `furnaceenhanced. 30` โ†’ 30% speed increase - `furnaceenhanced. 50` โ†’ 50% speed increase - `furnaceenhanced. 90` โ†’ 90% speed increase

### Priority System: - If a player has multiple permissions, the highest value takes effect - Example: If player has `furnaceenhanced. 20` and `furnaceenhanced. 50`, 50% speed increase applies

### Admin Permission: - `furnaceplus.admin` โ†’ Access to plugin commands

## ๐ŸŽฎ Commands

| Command | Description | Permission | |---------|-------------|-----------| | `/furnaceplus help` | Display help menu | `furnaceplus.admin` | | `/furnaceplus reload` | Reload plugin configuration | `furnaceplus.admin` | | `/furnaceplus info` | Show plugin information | `furnaceplus.admin` | | `/furnaceplus stats` | Show furnace statistics | `furnaceplus.admin` |

Alternative: `/fp` shortcut can be used

## โš™๏ธ Configuration

### config.yml ```yaml # Plugin Settings plugin: debug: false # Enable debug messages prefix: "&8[&6FurnacePlus&8]&r" # Plugin prefix

# Furnace Enhancement Settings furnace: enabled: true # System enabled/disabled max-speed-increase: 90 # Maximum speed increase % update-interval: 2 # Update interval (ticks) real-time-updates: true # Real-time permission updates

# Permission Settings permissions: prefix: "furnaceenhanced." # Permission prefix default-value: 0 # Default speed value

# Messages (Color codes supported) messages: plugin-reloaded: "&aFurnacePlus successfully reloaded!" no-permission: "&cYou don't have permission to use this command!" furnace-enhanced: "&aYour furnace cooking speed: &e{speed}%" error-occurred: "&cAn error occurred while processing your request!" invalid-command: "&cInvalid command usage! Use: /furnaceplus reload" ```

## ๐Ÿ“‹ Usage Examples

### 1. Basic Permission Assignment ```bash # Give player 30% speed increase /lp user player permission set furnaceenhanced. 30 true

# Give group 50% speed increase /lp group vip permission set furnaceenhanced. 50 true ```

### 2. Multiple Permission Management ```bash # Multiple speed permissions (highest value takes effect) /lp user player permission set furnaceenhanced. 20 true /lp user player permission set furnaceenhanced. 50 true # This will be effective ```

### 4. Server Group Examples ```bash # Membership levels /lp group member permission set furnaceenhanced. 10 true # Member: 10% speed /lp group premium permission set furnaceenhanced. 30 true # Premium: 30% speed /lp group vip permission set furnaceenhanced. 50 true # VIP: 50% speed /lp group mvp permission set furnaceenhanced. 75 true # MVP: 75% speed ```

## ๐Ÿ”ง Advanced Settings

### Update Interval Optimization ```yaml furnace: update-interval: 10 # Default (recommended) # 5 = More responsive, higher CPU usage # 20 = Lower CPU, less responsive ```

### Debug Mode ```yaml plugin: debug: true # Prints detailed logs to console ```

### Speed Limits ```yaml furnace: max-speed-increase: 90 # No speed increase above 90% ```

## ๐Ÿšจ Troubleshooting

### ๐Ÿ” Common Issues

#### Problem: Plugin not loading Solution: - Ensure you're using Java 17+ - Use Paper 1. 20+ server - Check console errors

#### Problem: Permissions not working Solution: - Check permission format is correct: `furnaceenhanced.` - Only positive numbers are supported for speed increases - Ensure permission plugin like LuckPerms is active - Check settings with `/furnaceplus info

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
melut
Version
v1.1.0
Downloads
337
Endorsements
0
Category
bukkit
Created
12/18/2025
Updated
3/16/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
game-mechanics, management, technology

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does FurnacesPlus support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of FurnacesPlus?

Version v1.1.0, published 2026-03-16 with 337 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by melut ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods