Live
Wrecks published The DiverWrecks followed @JeffGoldblumeZA_Machete published ShoppyStock EditorWizla reacted 👍 to Triviamagnumk reacted 🔥 to Zombie AnimalsSilent_Creations published Node-loot IslandSilent_Creations published Halloween RaidIslandsSilent_Creations published New Haven OutpostAmanda Davis followed @Silent_Creations𝐻𝒾𝑔𝒽𝑀𝒾𝓁𝑒𝓈 followed @Silent_CreationsSilent_Creations published Map DecorMabel published TriviaSilent_Creations published Murder FarmSilent_Creations published The Morgue Silent_Creations published Large Mod/Staff RoomSilent_Creations published Halloween DecorSilent_Creations published 5 Pack of Custom Build LocationsSilent_Creations published Mini Raid Islands 5 PackSilent_Creations published Small Mod/Staff RoomSilent_Creations published 2 Pack Custom Raid IslandsSilent_Creations published Silents Heli Tower V2Silent_Creations published The Auto ShopSilent_Creations published Modular Road TunnelsSilent_Creations published Node-Loot Island V2Silent_Creations published Roadside WarehouseSilent_Creations published Silents ArenaSilent_Creations published Sewage Treatment PlantSilent_Creations published Black Rock Medical CenterSilent_Creations published Mills Trailer ParkSilent_Creations published SIlents SuperMarket
Browse/Rust/Plugins/SimpleFurnaces

SimpleFurnaces

SimpleFurnaces
Description

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

Free
Download
Views1.3k
Downloads13
Purchases0
Rating 0.0
Version1.0.0
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size50 KB
PublishedMay 23, 2026
UpdatedJul 13, 2026
✓ Reviewed for safety and integrity