Configuration for smelting as much as possible?
Hi. I need some help getting the quicksmelt to smelt as many as possible on a 1mill server. Having stacks of 100-200 mill sulfur/metal/HQM needs to be alot quicker than only like smelting 3-10 each second. Here is the config : 


{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"bbq.deployed": 50000000.0,
"cursedcauldron": 50000000.0,
"campfire": 50000000.0,
"fireplace.stone": 1.0,
"furnace": 50000000.0,
"furnace.large": 50000000.0,
"refinery_small_deployed": 50000000.0,
"hobobarrel_static": 50000000.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"bbq.deployed": 1,
"cursedcauldron": 1,
"campfire": 1,
"fireplace.stone": 1,
"furnace": 1,
"furnace.large": 1,
"refinery_small_deployed": 1,
"hobobarrel_static": 1

},
"Debug": false
}


Can you please help me ??
You can change output multipliers (global global 1000 for example) and speed multipliers on global furnace so no need to specify every furnace manually
In response to misticos ():
You can change output multipliers (global global 1000 for example) and speed multipliers on global f...
Hello. Yes i just did that now. Ive seen on other servers, having 1mill gathering and smelting several stacks of 100 mill in a short time since the smeltingrate is like 1mill each second. That was the idea i had doing on my own server.