JsonReaderException: Invalid JavaScript property (invalid config)Solved
Hey Misticos, I'm having issues installing this plugin.

Upon installation I get this error in console:
19:15 [Error] Failed to initialize plugin 'QuickSmelt v4.0.5' (JsonReaderException: Invalid JavaScript property identifier character: ,. Path 'WoodRate', line 3, position 17.)
  at Newtonsoft.Json.JsonTextReader.ParseUnquotedProperty () [0x000c0] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonTextReader.ParseProperty () [0x00048] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonTextReader.ParseObject () [0x000d8] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonTextReader.Read () [0x00053] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x0028e] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0015c] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0 
  at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <4452f821def6406d834e4149849fe7ea>:0 
  at Oxide.Plugins.QuickSmelt+JSONFile`1[Type].Load () [0x00017] in <367feae5d3b842d08d8281841f98187f>:0 
  at Oxide.Plugins.QuickSmelt+JSONFile`1[Type].Init () [0x00000] in <367feae5d3b842d08d8281841f98187f>:0 
  at Oxide.Plugins.QuickSmelt+JSONFile`1[Type]..ctor (System.String name, Oxide.Plugins.QuickSmelt+ConfigLocation location, System.String path, System.String extension) [0x00111] in <367feae5d3b842d08d8281841f98187f>:0 
  at Oxide.Plugins.QuickSmelt.Loaded () [0x00000] in <367feae5d3b842d08d8281841f98187f>:0 
  at Oxide.Plugins.QuickSmelt.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0005b] in <367feae5d3b842d08d8281841f98187f>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0 
  at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0006e] in <9affce1cd15c4ec183941adef8db1722>:0 ​

It does create a config but rates do not increase. It has the permission allow hooked, I granted it to default but that also did not work.
I would be glad to deliver more data if you require. Thanks!
Hi,

I think your Json file is not correctly formatted, at line 3 did you miss , ?

send your config file for check that ;)
Also, command /quicksmelt is not recognized


EDIT: Woah a response so quickly! I will check whatsup @line 3 actually lol.
In response to Sorrow ():
Hi,

I think your Json file is not correctly formatted, at line 3 did you miss , ?
Dear Sorrow,

I'm actually embarrased, I have used a comma instead of a dot and that was the issue.
I was dumb enough to not read further then "WoodRate", I instantly assumed the code was broken due update or having issues with another plugin, but it was just a dumb config mistake.

Thanks!!!
No problem, we've all been there. In most cases the error gives us a lot of information about the problem. You just have to take the time to analyze it:).

Set your thread to solve ;)
Locked automatically