I download this and put it into my ftp plugin and it dosnt make a json folder so i cant even use it

QuickSmelt
Can Increase the speed of all BaseOven types
Total Downloads: 57,377 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
trying to get a x3 multiplier on all smelting but cant seem to work it out correctly, any ideas?
-
hi sorry to be so lazy, but i am not to good with config files and such but i keep trying and nothing seems to be working mainly because i dont know what i am looking at.
if anyone or the plugin developer could be an absolute legend and send me an already done config file that they have made or anything that i can paste just to make the smelting either instant or very very quick.
thank you in advance -
hi for some reason after editing this in the config
{
"AmountsOfBecome": {
"can_beans_empty": 15,
"can_tuna_empty": 10,
"chicken_raw": 10,
"crude_oil": 30,
"fish_raw": 10,
"hq_metal_ore": 10,
"humanmeat_raw": 10,
"meat.bear.raw": 10,
"meat.deer.raw": 10,
"meat.horse.raw": 10,
"meat.pork.raw": 1,0
"meat.wolf.raw": 10,
"metal_ore": 10,
"sulfur_ore": 10
},
"CharcoalMultiplier": 1,
"CharcoalPercentLoss": 25,
"CookInFurnaces": false,
"CookTimes": {
"can_beans_empty": 0,
"can_tuna_empty": 0,
"chicken_raw": 0,
"crude_oil": 0,
"fish_raw": 0,
"hq_metal_ore": 0,
"humanmeat_raw": 0,
"meat.bear.raw": 0,
"meat.deer.raw": 0,
"meat.horse.raw": 0,
"meat.pork.raw": 0,
"meat.wolf.raw": 0,
"metal_ore": 0,
"sulfur_ore": 0
},
"ExpertModeEnabled": false,
"OvenMultipliers": {
"bbq.deployed": 10,
"campfire": 10,
"campfire_static": 10,
"fireplace.deployed": 10,
"furnace": 10,
"furnace.large": 10,
"furnace_static": 10,
"hobobarrel_static": 10,
"jackolantern.angry": 10,
"jackolantern.happy": 10,
"refinery_small_deployed": 10,
"skull_fire_pit": 10,
"small_refinery_static": 10
},
"OvercookMeat": false,
"UsePermissions": false,
"WoodFuelAmount": 10.0
}
and then doing oxide.grant group default quicksmelt.allow
the people on my server still say the smelter isn't smelting fast how do i make it 10x faster and also produces 10x as much. -
Any updates for this plugin? Doesn't seem to be working.
-
Jake Rich updated QuickSmelt with a new update entry:
3.2.0
-
Thank god it made my server work much nicer.
-
Question is there a way to basically make whatever is smelted in the furnace instant?
-
-
can someone help me ive been trying to get this to smelt at a rate of a 20x server
But im unable to get it right could someone please fix it for me thanks alot.
Code:{ "AmountsOfBecome": { "can_beans_empty": 1, "can_tuna_empty": 1, "chicken_cooked": 1, "chicken_raw": 1, "crude_oil": 1, "fish_cooked": 1, "fish_raw": 1, "hq_metal_ore": 1, "humanmeat_cooked": 1, "humanmeat_raw": 1, "meat.bear.cooked": 1, "meat.bear.raw": 1, "meat.deer.cooked": 1, "meat.deer.raw": 1, "meat.horse.cooked": 1, "meat.horse.raw": 1, "meat.pork.burned": 1, "meat.pork.cooked": 1, "meat.pork.raw": 1, "meat.wolf.cooked": 1, "meat.wolf.raw": 1, "metal_ore": 20, "sulfur_ore": 20 }, "CharcoalMultiplier": 2, "CharcoalPercentLoss": 10, "CookInFurnaces": false, "CookTimes": { "can_beans_empty": 1.0, "can_tuna_empty": 1.0, "chicken_cooked": 1.0, "chicken_raw": 1.0, "crude_oil": 1.0, "fish_cooked": 1.0, "fish_raw": 1.0, "hq_metal_ore": 1.0, "humanmeat_cooked": 1.0, "humanmeat_raw": 1.0, "meat.bear.cooked": 1.0, "meat.bear.raw": 1.0, "meat.deer.cooked": 1.0, "meat.deer.raw": 1.0, "meat.horse.cooked": 1.0, "meat.horse.raw": 1.0, "meat.pork.burned": 1.0, "meat.pork.cooked": 1.0, "meat.pork.raw": 1.0, "meat.wolf.cooked": 1.0, "meat.wolf.raw": 1.0, "metal_ore": 150 "sulfur_ore": 150 }, "ExpertModeEnabled": false, "OvenMultipliers": { "bbq.deployed": 1.0, "campfire": 1.0, "campfire_static": 1.0, "fireplace.deployed": 1.0, "furnace": 1.0, "furnace.large": 1.0, "furnace_static": 1.0, "hobobarrel_static": 1.0, "jackolantern.angry": 1.0, "jackolantern.happy": 1.0, "refinery_small_deployed": 1.0, "skull_fire_pit": 1.0, "small_refinery_static": 1.0 }, "OvercookMeat": true, "UsePermissions": false, "WoodFuelAmount": 10.0 }
Last edited by a moderator: Apr 20, 2018 -
Is the plugin working now?
-
-
no response hmmm k
-
Jake Rich updated QuickSmelt with a new update entry:
4.0.0
[DOUBLEPOST=1524664831][/DOUBLEPOST] -
Jake Rich updated QuickSmelt with a new update entry:
4.0.1
-
Last edited by a moderator: Apr 25, 2018
-
console is being spamed with this
| DivideByZeroException: Division by zero
(10:32:15) | DivideByZeroException: Division by zero
(10:32:15) | DivideByZeroException: Division by zer -
-
I check the code there is only one divide:
if ((SmeltTicks / 2) % (int)(cookable.cookTime) != 0)
It can't be zero. I am running it on my server with no zero divide issue. I suspect it is some other plugin causing trouble. It is however over-riding everlight (nofuel) with some interesting results, fuel consumed, but still cooking in my fireplace. I'm going to assume it is residual heat. ;-)