Search the Community
Showing results for tags 'oven'.
-
Version 1.4.16
392 downloads
The best smelting plugin you will find, guaranteed. Still using Quick/Power Smelt ? Well.. let me welcome you to today. This plugin takes advantage of all the new Oxide features in order to deliver the most lean oven/furnace multiplier. No burnt meat, guaranteed™. Now with support for eFurnaces ! Straightforward configuration, let's make our large furnaces x5 and refineries x2 but keep small furnaces vanilla: "Ovens": { "furnace.large": { "Multiplier": 5 }, "furnace": { "Multiplier": 1 }, "refinery_small_deployed": { "Multiplier": 2 } } Yeah.. all smelting plugins can do that you said ? Fair enough.. How about changing the cook time (in seconds) per item type ? In this example we set the hq.metal.ore cook time to every furnace tick (0.5 is the fastest you can set it). "Products": { "hq.metal.ore": { "CookTime": 0.5, "Amount": 1 }, "metal.ore": { "CookTime": 10.0, "Amount": 1 }, "sulfur.ore": { "CookTime": 1.0, "Amount": 1 } } Still not impressed ? What if you'd like one metal.ore to give you 5 metal frags instead of the default 1:1 ratio ? Easy.. hold my .. "metal.ore": { "CookTime": 10.0, "Amount": 5 } Are you one of those tree huggers ? I gotchu, let's make furnaces consume ZERO fuel and save some trees. "furnace.large": { "Multiplier": 1, "NoFuelRequired": true }, How about making those electric shenanigans x10 ? "electricfurnace.deployed": { "Multiplier": 10, "NoFuelRequired": false }$4.99- 53 comments
- 3 reviews
-
- 7
-
-
-
-
Version 1.0.2
1,456 downloads
Adds a codelock to your furnace and refineries. To add a codelock, place it as you would on a chest. If the plugin is installed during wipe,type the command / refresh this will update all refineries and ovens so you can lock them. This command is useless if the plugin is installed from the start of the wipe. To use the command / refresh you will need the permission: lockoven.admin The command is customizable in the config fileFree -
Version 1.0.9
206 downloads
OGFurnace brings back the original rust furnace interface. This gives a player primary control over how they want to utilize their furnace slots! Features: Includes smelting and cooking speed/output config options Compatible with OGSplitter, FurnaceLevels, QuickSmelt & PowerSmelt Store and cooking multiple stacks of wood for your coal farm Custom capacities (permissions based) Customize your loot room with furnace storage Customize and upgrade the amount of slots for your ovens! Accessible splitter API! Permissions and Commands: Custom permissions can be set using the custom capacities options in the config. This will allow players to place furnaces with slot amounts according to their permissions. Config: { "Configure oven capacity": { "bbq.static": 12, "bbq.static_hidden": 12, "campfire_static": 5, "furnace_static": 18, "hobobarrel_static": 5, "small_refinery_static": 6, "bbq.campermodule": 12, "bbq.deployed": 12, "campfire": 5, "fireplace.deployed": 5, "furnace": 6, "furnace.large": 18, "jackolantern.angry": 1, "jackolantern.happy": 1, "lantern.deployed": 1, "refinery_small_deployed": 6, "tunalight.deployed": 1, "chineselantern.deployed": 1, "carvable.pumpkin": 1, "cursedcauldron.deployed": 5, "skull_fire_pit": 5, "hobobarrel.deployed": 5 }, "Show oven toggle UI": true, "UI Button Toggle Min Position": "0.65 0.07", "UI Button Toggle Max Position": "0.73 0.12", "UI Button Toggle Font Size": 17, "Configure cookable items": { "hq.metal.ore": { "cooktime": 10.0, "amountToBecome": 1 }, "metal.ore": { "cooktime": 5.0, "amountToBecome": 1 }, "sulfur.ore": { "cooktime": 2.5, "amountToBecome": 1 }, "fish.cooked": { "cooktime": 30.0, "amountToBecome": 1 }...... "Configure burnable items": { "lowgradefuel": { "byproductAmount": 1, "byproductChance": 0.0, "fuelAmount": 150.0 }, "wood": { "byproductAmount": 2, "byproductChance": 0.0, "fuelAmount": 20.0 } }, "Custom Capacity (Set custom capacities per furnace via permission-name : capacities)": { "customPerm1": { "bbq.static": 12, "bbq.static_hidden": 12, "campfire_static": 5, "furnace_static": 18, "hobobarrel_static": 5, "small_refinery_static": 6, "bbq.campermodule": 12, "bbq.deployed": 12, "campfire": 5, "fireplace.deployed": 5, "furnace": 6, "furnace.large": 18, "jackolantern.angry": 1, "jackolantern.happy": 1, "lantern.deployed": 1, "refinery_small_deployed": 6, "tunalight.deployed": 1, "chineselantern.deployed": 1, "carvable.pumpkin": 1, "cursedcauldron.deployed": 5, "skull_fire_pit": 5, "hobobarrel.deployed": 5 } } }$7.00