Failed to load config file (is the config file corrupt?)Not An Issue

when I put this in and reload  quick-smelt I get this error 

(15:04:59) | QuickSmelt v5.0.3: Failed to load config file (is the config file corrupt?) (Additional text encountered after finished reading JSON content: ?. Path '', line 96, position 1.)

(15:04:59) | [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

{
  "Permission": "quicksmelt.use",
  "Use Permission": false,
  "Speed Multipliers": {
    "furnace": 2.0,
    "small.oil.refinery": 2.0,
    "furnace.large": 2.0,
    "campfire": 1.0,
    "BBQ": 1.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
}​
Hey!
I copied your configuration and somehow there is a strange symbol in the end of it, after the last }. Try replacing this line (remove all it, new line, add })

Merged post

At least I hope that's the issue
sorry I do not understand what you mean 

I don't know why this red dot is there, but I think that's the reason why your configuration doesn't work.

Merged post

Because if I remove it then JSON is valid

Merged post

Also you mustn't add items to whitelist if they are smelting/.. by default in Rust without plugins (ore in furnaces, ..)
oki It doesn't seem to work Your meat is still growing Burnt :(
Meat is burning because you haven't blacklisted needed shortnames.
so all meat must go into blacklist?
All cooked meat shortnames must be in blacklist.

Merged post

Please, read the plugin documentation
oki thanks there is a page where i can check if my confik is ok

Merged post

now i have put everything on blacklist and it does not work :( 

{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "furnace": 2.0,
    "small.oil.refinery": 2.0,
    "furnace.large": 2.0,
    "campfire": 1.0,
    "BBQ": 1.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
    },
    "Stone Fireplace": {
      "chicken.cooked": 1.0,
      "meat.boar.cooked": 1.0,
      "deermeat.cooked": 1.0,
      "wolfmeat.cooked": 1.0,
      "bearmeat.cooked": 1.0,
      "horsemeat.cooked": 1.0,
      "humanmeat.cooked": 1.0,
      "fish.cooked": 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": {
    "campfire": [
      "chicken.cooked",
      "meat.boar.cooked",
      "deermeat.cooked",
      "wolfmeat.cooked",
      "bearmeat.cooked",
      "horsemeat.cooked",
      "humanmeat.cooked",
      "fish.cooked"
    ],
    "BBQ": [
      "chicken.cooked",
      "meat.boar.cooked",
      "deermeat.cooked",
      "wolfmeat.cooked",
      "bearmeat.cooked",
      "horsemeat.cooked",
      "humanmeat.cooked",
      "fish.cooked"
    ],
    "Stone Fireplace": [
      "chicken.cooked",
      "meat.boar.cooked",
      "deermeat.cooked",
      "wolfmeat.cooked",
      "bearmeat.cooked",
      "horsemeat.cooked",
      "humanmeat.cooked",
      "fish.cooked"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
    "furnace.shortname": 1
  },
  "Debug": false
}​

It doesn't work so I have to drive with the old varison

You enter names, but they must be shortnames
so i get this everytime i reload plugin

| QuickSmelt v5.0.4: Failed to load config file (is the config file corrupt?) (After parsing a value an unexpected character was encountered: ". Path '['Speed Multipliers'].bbq', line 7, position 4.)
and this is my file

{
"Permission": "quicksmelt.use",
"Use Permission": true,
"Speed Multipliers": {
"global": 10,
"bbq": 10
"campfire": 10
"furnace": 10
"furnace.large": 10
"smal.oil.refinery": 10
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"bbq": 1.0
"campfire": 1.0
"furnace": 1.0
"furnace.large": 1.0
"smal.oil.refinery": 1.0
},
"Fuel Usage Multipliers": {
"global": 1.0,
"bbq": 1.0
"campfire": 1.0
"furnace": 1.0
"furnace.large": 1.0
"smal.oil.refinery": 1.0
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"deermeat.cooked"
"bearmeat.cooked"
"fish.cooked"
"horsemeat.cooked"
"chicken.cooked"
"meat.pork.cooked"
"wolfmeat.cooked"
],
"furnace.shortname": [
"bbq"
"campfire"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 10,
"bbq": 10
"campfire": 10
"furnace": 10
"furnace.large": 10
"smal.oil.refinery": 10
},
"Debug": false
}
can you plz help
Hey!
You don't place ',' after each element. For example, in blacklist (global) u write 
"X": X
"X": X
But it must be 
"X": X,
"X": X,
"X": X,
"X": X
You see? This ',' 
Locked automatically