Permissions are all set to every group on my server. The only reason I tried using permissions was because having permissions disabled didn't work.
QuickSmelt
Moved
Total Downloads: 57,446 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
I have been trying to change the speed of the furnces to speed up but nothing i do is working it always takes to much wood and doesnt give back enough material can someone help me?
-
ive been making a x1000 server for a few weeks now where everything is x1000 but having trouble making quick smelt x1000 i dont really understand it to be honest ive configured all the other plugins my server is ready to go public but im just having trouble with quicksmelt can anyone help me out
-
Can you post your configuration please
-
Code:
"meat.wolf.raw": 1, "metal_ore": 1000, "sulfur_ore": 1000 }, "CharcoalMultiplier": 1000, "CharcoalPercentLoss": 25, "CookInFurnaces": false, "CookTimes": { "can_beans_empty": 30.0, "can_tuna_empty": 30.0, "chicken_raw": 30.0, "crude_oil": 10.0, "fish_raw": 20.0, "hq_metal_ore": 1.0, "humanmeat_raw": 30.0, "meat.bear.raw": 30.0, "meat.pork.raw": 30.0, "meat.wolf.raw": 30.0, "metal_ore": 1.0, "sulfur_ore": 1.0 }, "OvenMultipliers": { "campfire": 1.0, "ceilinglight.deployed": 1.0, "furnace": 1000.0, "furnace.large": 1000.0, "jackolantern.angry": 1.0, "jackolantern.happy": 1.0, "lantern.deployed": 1.0, "refinery_small_deployed": 1.0, "small_refinery_static": 1.0, "tunalight.deployed": 1.0 }, "OvercookMeat": false, "UsePermissions": false, "WoodFuelAmount": 10.0 }
-
Your posted config does tell me, that you did'nt read fully and sure only partly the plugin description and also not at minimum once the
Plugin FAQ: QuickSmelt for Rust - FAQ | Oxide -
Fujikura updated QuickSmelt with a new update entry:
2.5.1
-
Hey Fuji would you possibly be able to bring back the instant aspect of this Plugin?
-
-
-
How to make X1000 metal
-
Code:
{ "AmountsOfBecome": { "can_beans_empty": 150, "can_tuna_empty": 100, "chicken_raw": 10, "crude_oil": 30, "fish_raw": 10, "hq_metal_ore": 10, "humanmeat_raw": 10, "meat.bear.raw": 10, "meat.pork.raw": 10, "meat.wolf.raw": 100, "metal_ore": 200, "sulfur_ore": 200 }, "CharcoalMultiplier": 5, "CharcoalPercentLoss": 25, "CookInFurnaces": true, "CookTimes": { "can_beans_empty": 5.0, "can_tuna_empty": 5.0, "chicken_raw": 5.0, "crude_oil": 5.0, "fish_raw": 5.0, "hq_metal_ore": 5.0, "humanmeat_raw": 5.0, "meat.bear.raw": 5.0, "meat.pork.raw": 5.0, "meat.wolf.raw": 5.0, "metal_ore": 5.0, "sulfur_ore": 5.0 }, "OvenMultipliers": { "campfire": 1.0, "ceilinglight.deployed": 1.0, "furnace": 15.0, "furnace.large": 1.0, "jackolantern.angry": 1.0, "jackolantern.happy": 1.0, "lantern.deployed": 1.0, "refinery_small_deployed": 1.0, "tunalight.deployed": 1.0 }, "OvercookMeat": false, "UsePermissions": false, "WoodFuelAmount": 50.0 }
Where do i change the time for QuickSmelt ?? for each items to Smelt.
Thanks for fast help! @Wulf -
Fujikura updated QuickSmelt with a new update entry:
3.0.0
[DOUBLEPOST=1490914506][/DOUBLEPOST]
[DOUBLEPOST=1490914668][/DOUBLEPOST] -
-
That includes all information needed to configure and understand how the plugin works. Whats not described there is not supported to make use of -
Thanks for your work on this plugin! <3
-
You're an amazing developer!
Just wondering in terms of the config options since I couldn't see it in the FAQ, is it ByproductModifier or CookedModifier that I should set high to make things instant?
Our original config for 1.2.1 was
Code:{ "ChancePerConsumption": 1.0, "CharcoalChanceModifier": 1.5, "CharcoalProductionModifier": 500.0, "DontOvercookMeat": true, "ProductionModifier": 100000.0, "UsePermissions": false }
Last edited by a moderator: Mar 31, 2017 -
Then you get your correct values carried over. -
Code:Added some cleanup for old config and oven settings Fixed charcoal not being created with some configuration values Overhauled configuration names to better reflect their purpose
-