Plugin doesn't loadNot An Issue

When trying to load the latest version of Gather Manager, but i've got this console output when loading:

(19:51:41) | Failed to initialize plugin 'GatherManager v2.2.75' (InvalidCastException: Invalid cast from 'System.Double' to 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=*.*.*.*, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=*.*.*.*, Culture=neutral, PublicKeyToken=b77a5c561934e089]]'.) at System.Convert.DefaultToType (System.IConvertible value, System.Type targetType, System.IFormatProvider provider) [0x00269] in :0 at System.Double.System.IConvertible.ToType (System.Type type, System.IFormatProvider provider) [0x00000] in :0 at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0021b] in :0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x0000c] in :0 at Oxide.Plugins.GatherManager.GetConfigValue[T] (System.String category, System.String setting, T defaultValue) [0x00040] in <477d8081d64645bf8defd60eaeb33737>:0 at Oxide.Plugins.GatherManager.LoadConfigValues () [0x0004c] in <477d8081d64645bf8defd60eaeb33737>:0 at Oxide.Plugins.GatherManager.Init () [0x00000] in <477d8081d64645bf8defd60eaeb33737>:0 at Oxide.Plugins.GatherManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <477d8081d64645bf8defd60eaeb33737>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <9882f28dc2204b4dba514a9ad18f5042>:0(19:51:41) | Unloaded plugin Gathering Manager v2.2.75 by Mughisi

What can be the problem? I'm using oxide, rustserver and gather manager all up to date.

Did you modify the configuration? The error would imply that the configuration was edited wrongly.

Ive deleted the conf expecting the plugin to generate a new blank one...

Merged post

Solved, thanks for the advice, was a missing { causing the issue...

Locked automatically