Jump to content

1 Screenshot

  • 73
  • 5
  • 49.98 kB
  • Update details
    v1.0.0
    Released
    Download size49.98 kB
    Total versions2
    Time between versions 5 days
    Typical update pace About every 5 days
    Freshness Updated today

About SimpleFurnaces

SimpleFurnaces

SimpleFurnaces is a lightweight furnace splitter and smart auto-fuel plugin for Rust.

The plugin automatically splits cookable resources across supported ovens and can pull the required fuel directly from the player’s inventory when items are placed inside. It is designed to be simple, efficient, and easy to configure, while still allowing optional advanced smelting customization.

By default, it works as a clean quality-of-life plugin. For servers that want extra control, optional global and per-cooker smelting settings can be used to adjust cooking speed, fuel usage, burn rate, and output multipliers.

 

Features:

  • Automatically splits cookable resources across oven input slots
  • Smart auto fuel pull from player inventory
  • Optional custom smelting system
  • Global smelting settings
  • Per-cooker smelting overrides
  • Output multipliers for cooked results and byproducts
  • Lightweight and optimized
  • No permissions
  • No commands
  • No UI

Supports:

  • Furnace
  • Large Furnace
  • Electric Furnace
  • Refinery
  • BBQ
  • Campfire variants

 

Smart Fuel Pull:

SimpleFurnaces calculates how much fuel is actually needed based on the resources placed inside the cooker.

If custom smelting settings are used, the fuel pull will also respect those values. This allows the plugin to stay accurate even when smelting speed, fuel burn rate, or fuel usage has been changed.

 

Notes:

  • Global smelting settings apply to all supported cookers when enabled
  • Per-cooker overrides only apply when that specific override is enabled
  • The plugin is built to stay simple for server owners while still allowing more control when needed

 

Default Configuration:

{
  "Enable Auto Fuel Pull": true,
  "Pull Fuel From Main Inventory": true,
  "Pull Fuel From Belt": true,
  "Supported Cookers": {
    "Furnace": true,
    "Large Furnace": true,
    "Electric Furnace": true,
    "BBQ": true,
    "Refinery": true,
    "Campfire": true
  },
  "Smelting": {
    "Enabled": false,
    "Global": {
      "SmeltingFrequency": 1,
      "SpeedMultiplier": 1.0,
      "FuelUsageMultiplier": 1,
      "FuelBurnRateMultiplier": 1.0
    },
    "PerCookerOverrides": {
      "furnace": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "legacy_furnace": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "furnace.large": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "electricfurnace.deployed": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "refinery_small_deployed": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "bbq.deployed": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "campfire": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "skull_fire_pit": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      },
      "hobobarrel.deployed": {
        "Enabled": false,
        "SmeltingFrequency": 1,
        "SpeedMultiplier": 1.0,
        "FuelUsageMultiplier": 1,
        "FuelBurnRateMultiplier": 1.0
      }
    },
    "OutputMultipliers": {
      "global": {
        "global": 1.0
      },
      "furnace": {
        "global": 1.0,
        "charcoal": 1.0,
        "sulfur": 1.0,
        "metal.fragments": 1.0,
        "metal.refined": 1.0
      },
      "legacy_furnace": {
        "global": 1.0,
        "charcoal": 1.0,
        "sulfur": 1.0,
        "metal.fragments": 1.0,
        "metal.refined": 1.0
      },
      "furnace.large": {
        "global": 1.0,
        "charcoal": 1.0,
        "sulfur": 1.0,
        "metal.fragments": 1.0,
        "metal.refined": 1.0
      },
      "electricfurnace.deployed": {
        "global": 1.0,
        "sulfur": 1.0,
        "metal.fragments": 1.0,
        "metal.refined": 1.0
      },
      "refinery_small_deployed": {
        "global": 1.0,
        "charcoal": 1.0,
        "lowgradefuel": 1.0
      },
      "bbq.deployed": {
        "global": 1.0,
        "charcoal": 1.0,
        "bearmeat.cooked": 1.0,
        "bigcatmeat.cooked": 1.0,
        "chicken.cooked": 1.0,
        "crocodilemeat.cooked": 1.0,
        "deermeat.cooked": 1.0,
        "fish.cooked": 1.0,
        "horsemeat.cooked": 1.0,
        "humanmeat.cooked": 1.0,
        "meat.pork.cooked": 1.0,
        "snakemeat.cooked": 1.0,
        "wolfmeat.cooked": 1.0
      },
      "campfire": {
        "global": 1.0,
        "charcoal": 1.0,
        "bearmeat.cooked": 1.0,
        "bigcatmeat.cooked": 1.0,
        "chicken.cooked": 1.0,
        "crocodilemeat.cooked": 1.0,
        "deermeat.cooked": 1.0,
        "fish.cooked": 1.0,
        "horsemeat.cooked": 1.0,
        "humanmeat.cooked": 1.0,
        "meat.pork.cooked": 1.0,
        "snakemeat.cooked": 1.0,
        "wolfmeat.cooked": 1.0
      },
      "skull_fire_pit": {
        "global": 1.0,
        "charcoal": 1.0,
        "bearmeat.cooked": 1.0,
        "bigcatmeat.cooked": 1.0,
        "chicken.cooked": 1.0,
        "crocodilemeat.cooked": 1.0,
        "deermeat.cooked": 1.0,
        "fish.cooked": 1.0,
        "horsemeat.cooked": 1.0,
        "humanmeat.cooked": 1.0,
        "meat.pork.cooked": 1.0,
        "snakemeat.cooked": 1.0,
        "wolfmeat.cooked": 1.0
      },
      "hobobarrel.deployed": {
        "global": 1.0,
        "charcoal": 1.0,
        "bearmeat.cooked": 1.0,
        "bigcatmeat.cooked": 1.0,
        "chicken.cooked": 1.0,
        "crocodilemeat.cooked": 1.0,
        "deermeat.cooked": 1.0,
        "fish.cooked": 1.0,
        "horsemeat.cooked": 1.0,
        "humanmeat.cooked": 1.0,
        "meat.pork.cooked": 1.0,
        "snakemeat.cooked": 1.0,
        "wolfmeat.cooked": 1.0
      }
    }
  }
}



 

Plugins by Duff

 Discord: https://discord.gg/2KBPH7hXb7


Duff's Collection

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11k
Customers served
Files Sold
157.8k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.