Can't get it working
Please help I can't get this working I don't know if I'm doing something wrong or if another plugin is causing a conflict 

{
"Permission":"quicksmelt.use",
"Use Permission":false,
"Speed Multipliers":{
"furnace.large": 10.0,
"bbq.deployed": 10.0,
"furnace": 10.0,
"campfire": 1.0,
"refinery_small_deployed": 20.0,
"water.purifier": 10.0
},
"Fuel Usage Speed Multipliers":{
"furnace.large": 1.0,
"bbq.deployed": 1.0,
"furnace": 1.0,
"campfire": 1.0,
"refinery_small_deployed": 1.0,
"water.purifier": 1.0
},
"Fuel Usage Multipliers":{
"furnace.large": 0.5,
"bbq.deployed": 0.5,
"furnace": 0.5,
"campfire": 0.5,
"refinery_small_deployed": 1,
"water.purifier": 1
},
"Output Multipliers":{
"furnace":{
"charcoal": 10.0,
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"horsemeat.cooked": 1.0,
"deermeat.cooked": 1.0,
"chicken.cooked": 1.0,
"humanmeat.cooked": 1.0,
"fish.cooked": 1.0,
"bearmeat.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"lowgradefuel": 1.0
},
"refinery_small_deployed":{
"charcoal": 10.0,
"lowgradefuel": 1.0
},
"furnace.large":{
"charcoal": 10.0,
"metal.fragments": 1.0,
"sulfur": 10.0,
"metal.refined": 1.0,

},
"campfire":{
"charcoal": 1.0,
"metal.fragments": 1.0,
"horsemeat.cooked": 1.0,
"chicken.cooked": 1.0,
"humanmeat.cooked": 1.0,
"fish.cooked": 1.0,
"bearmeat.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"meat.pork.cooked": 1.0
},
"bbq.deployed":{
"charcoal": 1.0,
"horsemeat.cooked": 1.0,
"deermeat.cooked": 1.0,
"chicken.cooked": 1.0,
"humanmeat.cooked": 1.0,
"fish.cooked": 1.0,
"bearmeat.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"meat.pork.cooked": 1.0
}
},
"Whitelist":{
"furnace":[

],
"furnace.large":[

],
"refinery_small_deployed":[

],
"campfire":[

],
"bbq.deployed":[

]
},
"Blacklist":{
"furnace":[
"bearmeat.burned",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
],
"furnace.large":[
"bearmeat.burned",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
],
"campfire":[
"bearmeat.burned",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
],
"bbq.deployed":[
"bearmeat.burned",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
]
},
"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
}
Just looked in the log im getting this 

(04:14:00) | Calling 'Unload' on 'QuickSmelt v5.1.3' took 112ms

(04:14:00) | Unloaded plugin Quick Smelt v5.1.3 by Iv Misticos

(04:14:00) | [Quick Smelt] Your configuration file contains an error. Using default configuration values.

(04:14:00) | Calling 'OnServerInitialized' on 'QuickSmelt v5.1.3' took 110ms

(04:14:00) | Loaded plugin Quick Smelt v5.1.3 by Iv Misticos

This means your configuration is invalid. Consider using any online json editors with UI if you're not familiar with JSON.

Merged post

1. Open website: https://jsoneditoronline.org/
2. Paste the JSON (config/data/whatever) on the left side
3. Press the ">" button
4. Edit config on the right side (values, in a list you can duplicate, add or remove entries, every entry is marked with index like 0, 1, 2, etc)
5. Press the "<" button
6. Copy the edited config on the left side
7. Paste the modified config on FTP and save the file
8. Reload the plugin