Example of working config file?Solved
Can someone please post a WORKING json. I am extremely frustrated (more like pissed) with this update. I can't figure out what I am doing wrong with my cfg.  It should work and it even passes validation but nope, it keeps loading the default cfg. This plugin was once awesome and it keeps on changing when it doesn't need to.

This is my validated code - ignore the numeric levels
I will bite -  Can someone post a working Configuration file -  the instructions for the Non-coder is a bit foggy
you have to make sure you have the opening/closing brackets right. It's daunting. I have never had this kind of issue with a cfg before. New dev...new code.
same seem to not be able to make ore smelt faster idn what im doing wrong still same speed..
{
  "Permission": "quicksmelt.use",
  "Use Permission": false,
  "Speed Multipliers": {
    "furnace.large": 250.0,
    "furnace.small": 1250.0,
    "campfire": 0.0,
    "small.oil.refinery": 150.0,
    "water.purifier": 150.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
}​
Moderator edit: Please use code blocks when posting/sharing large amounts of text such as log files or config files.

i hope this help you all. caus i know it was a pain to get it work. thanks to my head admin. she was able to do there job for you.
{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "furnace": 5.0,
    "small.oil.refinery": 5.0,
    "furnace.large": 5.0,
    "campfire": 5.0,
    "BBQ": 5.0
  },
  "Fuel Usage Speed Multipliers": {
    "furnace": 1.0
  },
  "Fuel Usage Multipliers": {
    "furnace": 1
  },
  "Output Multipliers": {
    "furnace": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0
    },
    "small.oil.refinery": {
      "crude.oil": 1.0
    },
    "furnace.large": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0
    },
    "campfire": {
      "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0
    },
    "BBQ": {
      "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat.raw": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0
    }
  },
  "Whitelist": {
    "furnace": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore"
    ],
    "furnace.large": [
      "metal.ore",
      "sulfure.ore",
      "hq.metal.ore"
    ],
    "small.oil.refinery": [
      "lowgradefuel"
    ],
    "campfire": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "metal.fragments"
    ],
    "BBQ": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked",
      "metal.fragments"
    ]
  },
  "Blacklist": {
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequency (Smelt items every N smelting ticks)": 2,
  "Debug": false
}


Merged post

he's a little new to the format (doesn't realize the copy/paste won't function when you post in forums) and didn't post it correctly. I listed the way it will function above

Merged post

I forgot to mention that this version you do need to "oxide.grant group default quicksmelt.use" using the rcon or in game console
In response to Razor ():
same seem to not be able to make ore smelt faster idn what im doing wrong still same speed..{ "Pe...
I have a whitelist included in the 5x's working config post that has been confirmed to work on a hosted server. I had to include the oxide.grant group default quicksmelt.use through Rcon and I set up the whitelist to ensure it allows it to work (otherwise it seems to just burn meat in the case of campfire/bbqs)
I don't THINK i missed anything in that post so far (but I couldn't find the "Hobo Barrel" id to set that up too (if anyone knows it please let us know as I don't think it will work if it's set to force All smelting forms through the plug in
In response to IsisKitsune ():
{ "Permission": "quicksmelt.use", "Use Permission": true, "Speed Multipliers": { "furnace"...
Thanks a lot, didnt want to go through the work of making the list. Worked perfectly for my 5x server

Having server Crash issues when Cargoship is on the Map. Been battling this issue since 2 weeks after Cargo was Introduced.
In response to Razor ():
same seem to not be able to make ore smelt faster idn what im doing wrong still same speed..{ "Pe...
If a plugin developer is also having trouble then i don't feel so bad. lol
i had to add shortname "furnace"
Please delete this message. Thank you.
I have tried to edit my JSON to get this working and i keep getting errors. Normally, im okay with editing these types of files, but im getting stressed over little things and then over-wrote the JSON i was working on with a blank one.

So, please, can someone post a working JSON config that has blacklisted items, whitelisted items and other things like a furnace.large, etc, etc, so that we can edit ourselves, into the quicksmelt json file? Thanks.
Hey!
You can provide me your configuration file so I can help you to detect errors 
Thanks - I'll rewrite it again, then ;)

Merged post

Error is:
QuickSmelt v5.0.3: Failed to load config file (is the config file corrupt?)
(After parsing a value an unexpected character was encountered: ". Path 'Blacklist.furnace', line 143, position 1.)

I couldn't see what was wrong though...
Thanks.

{
  "Permission": "quicksmelt.use",
  "Use Permission": false,
  "Speed Multipliers": {
    "furnace": 2.0,
    "small.oil.refinery": 2.0,
    "furnace.large": 2.0,
    "campfire": 2.0,
    "BBQ": 2.0
  },
  "Fuel Usage Speed Multipliers": {
    "furnace": 1.0
  },
  "Fuel Usage Multipliers": {
    "furnace": 1,
	"small.oil.refinery": 1,
    "furnace.large": 1,
    "campfire": 1,
    "BBQ": 1
  },
  "Output Multipliers": {
    "furnace": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0,
	  "small.oil.refinery": 1.0,
      "furnace.large": 1.0,
      "campfire": 1.0,
      "BBQ": 1.0
    },
    "small.oil.refinery": {
      "crude.oil": 1.0
    },
    "furnace.large": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0,
	  "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0	  
    },
    "campfire": {
      "metal.ore": 1.0,
      "sulfur.ore": 1.0,
      "hq.metal.ore": 1.0,
	  "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0
    },
    "BBQ": {
      "deermeat.raw": 1.0,
      "chicken.raw": 1.0,
      "humanmeat.raw": 1.0,
      "fish.raw": 1.0,
      "bearmeat.raw": 1.0,
      "wolfmeat.raw": 1.0,
      "meat.boar": 1.0,
      "can.tuna.empty": 1.0,
      "can.beans.empty": 1.0
    }
  },
  "Whitelist": {
    "furnace": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore",
	  "deermeat.raw",
      "chicken.raw",
      "humanmeat.raw",
      "fish.raw",
      "bearmeat",
      "wolfmeat.raw",
      "meat.boar",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "furnace.large": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore",
	  "deermeat.raw",
      "chicken.raw",
      "humanmeat.raw",
      "fish.raw",
      "bearmeat",
      "wolfmeat.raw",
      "meat.boar",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "small.oil.refinery": [
      "lowgradefuel"
    ],
    "campfire": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore",
	  "deermeat.raw",
      "chicken.raw",
      "humanmeat.raw",
      "fish.raw",
      "bearmeat",
      "wolfmeat.raw",
      "meat.boar",
      "can.tuna.empty",
      "can.beans.empty",
      "metal.fragments"
    ],
    "BBQ": [
      "deermeat.raw",
      "chicken.raw",
      "humanmeat.raw",
      "fish.raw",
      "bearmeat",
      "wolfmeat.raw",
      "meat.boar",
      "can.tuna.empty",
      "can.beans.empty"
    ]
  },
  "Blacklist": {
    "furnace": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ]
	"furnace.large": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ]
	"campfire": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ]
	"BBQ": [
      "deermeat.cooked",
      "chicken.cooked",
      "humanmeat.cooked",
      "fish.cooked",
      "bearmeat.cooked",
      "wolfmeat.cooked",
      "meat.pork.cooked"
    ]
  },
  "Smelting Frequency (Smelt items every N smelting ticks)": 2,
  "Debug": false
}​​
Locked automatically