So why change something that is working perfectly ?
No smeltspeed. no campfire support, no oil refinery support, no charcoal rate,
No smeltspeed. no campfire support, no oil refinery support, no charcoal rate,


"Permission": "quicksmelt.use",
"Use Permission": true,
"Speed Multipliers": {
"furnace.shortname": 1.0
},
"Fuel Usage Speed Multipliers": {
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"furnace.shortname": 1.0
},
"Output Multipliers": {
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Debug": false
}{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"furnace.large": 100.0,
"furnace.small": 100.0,
"campfire": 100.0,
"small.oil.refinery": 100.0,
"water.purifier": 100.0
},
"Fuel Usage Speed Multipliers": {
"furnace.large": 10.0,
"furnace.small": 10.0,
"campfire": 10.0,
"small.oil.refinery": 10.0,
"water.purifier": 10.0
},
"Fuel Usage Multipliers": {
"furnace.large": 10.0,
"furnace.small": 10.0,
"campfire": 10.0,
"small.oil.refinery": 10.0,
"water.purifier": 10.0
},
"Output Multipliers": {
"furnace.large": {
"metal.fragments": 100.0,
"charcoal": 200.0,
"metal.refined": 100.0,
"sulfur": 100.0,
"furnace.small": {
"metal.fragments": 100.0,
"metal.refined": 100.0,
"charcoal": 200.0,
"sulfur": 100.0,
"small.oil.refinery": {
"lowgradefuel": 100.0,
"charcoal": 200.0,
"water.purifier": {
"water": 100.0,
"charcoal": 200.0
}
},
"Debug": false
}


Fuel Usage Multipliersfrom format x.x to just x, please. Before using the new version.I'm confused as well.
What was broken and why update? I'm hesitant to update this on my server. The changelog is extremely vague...
Hello
Here is "some" of my config file:
{
"Permission": "quicksmelt.use",
"Use Permission": true,
"Speed Multipliers": {
"furnace.large": 9.0,
"furnace.small": 9.0,
"campfire": 9.0,
"small.oil.refinery": 9.0,
"water.purifier": 9.0
},
"Fuel Usage Speed Multipliers": {
"furnace.large": 9.0,
"furnace.small": 9.0,
"campfire": 9.0,
"small.oil.refinery": 9.0,
"water.purifier": 9.0
},
"Fuel Usage Multipliers": {
"furnace.large": 5,
"furnace.small": 5,
"campfire": 5,
"small.oil.refinery": 5,
"water.purifier": 5
},
"Output Multipliers": {
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"furnace.shortname": [
"item.shortname"
]
},
"Smelting Frequency (Smelt items every N smelting ticks)": 2,
"Debug": false
}
I'm getting errors each time I try to change some of the levels on :
},
"Output Multipliers": {
"furnace.shortname": {
"item.shortname": 1.0
}
},
So when I add "furnace.large" and "metal.fragments" 5.0 or other furnance.shortname or other item.shortname I keep on getting errors.
(09:42:38) | Unloaded plugin Quick Smelt v5.0.1 by Iv Misticos
(09:42:38) | [Quick Smelt] The configuration file contains an error and has been replaced with a default config.
The error configuration file was saved in the .jsonError extension
(09:42:38) | Calling 'OnServerInitialized' on 'QuickSmelt v5.0.1' took 218ms
(09:42:38) | Loaded plugin Quick Smelt v5.0.1 by Iv MisticosThe plugin deletes the config file and reloads a brand new one.