InvalidCastException when attempting to load configSolved
I am getting this error when starting my server....

Failed to initialize plugin 'GatherManager v2.2.61' (InvalidCastException: Invalid cast from 'System.Double' to 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]'.)
  at System.Convert.DefaultToType (System.IConvertible value, System.Type targetType, System.IFormatProvider provider) [0x00269] in <ac823e2bb42b41bda67924a45a0173c3>:0 
  at System.Double.System.IConvertible.ToType (System.Type type, System.IFormatProvider provider) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0 
  at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0021b] in <ac823e2bb42b41bda67924a45a0173c3>:0 
  at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x0000c] in <ac823e2bb42b41bda67924a45a0173c3>:0 
  at Oxide.Plugins.GatherManager.GetConfigValue[T] (System.String category, System.String setting, T defaultValue) [0x00040] in <1d492297b7a5428bbfdd174273accd45>:0 
  at Oxide.Plugins.GatherManager.LoadConfigValues () [0x00036] in <1d492297b7a5428bbfdd174273accd45>:0 
  at Oxide.Plugins.GatherManager.Init () [0x00000] in <1d492297b7a5428bbfdd174273accd45>:0 
  at Oxide.Plugins.GatherManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <1d492297b7a5428bbfdd174273accd45>: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.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <4452f821def6406d834e4149849fe7ea>:0 
Your configuration file for the plugin was not edited right. I'd suggest starting with the default config and making sure to follow the correct number style and formatting.
In response to Wulf ():
Your configuration file for the plugin was not edited right. I'd suggest starting with the default c...
Ahhh gotcha. Thanks I'll start over.
Locked automatically