IndexOutOfRangeException at ParseFromStringNot An Issue

at Oxide.Plugins.GatherControl.ParseFromString (System.String str, System.Single& day, System.Single& night) [0x0001c] in <502b6e5ffafe4bf0935a8b6b8de6d804>:0

at Oxide.Plugins.GatherControl.CustomList (Item item, System.String str) [0x00000] in <502b6e5ffafe4bf0935a8b6b8de6d804>:0

at Oxide.Plugins.GatherControl.OnCropGather (PlantEntity plant, Item item, BasePlayer player) [0x000c9] in <502b6e5ffafe4bf0935a8b6b8de6d804>:0

at Oxide.Plugins.GatherControl.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00486] in <502b6e5ffafe4bf0935a8b6b8de6d804>: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.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

This spammed console when picking planted pumpkins and corn

You're missing the first line of the error output.
Change the tittle but didnt say how to fix said spam. This is still not fixed for me and thus shouldnt have been posted as "not an issue".

This is the entier error:

(20:30:57) | Failed to call hook 'OnItemAddedToContainer' on plugin 'Quests v2.2.7' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.Quests.hasQuests (System.UInt64 player) [0x00000] in <aa66459172894a80816d34f7aa80cc57>:0

at Oxide.Plugins.Quests.OnItemAddedToContainer (ItemContainer container, Item item) [0x00048] in <aa66459172894a80816d34f7aa80cc57>:0

at Oxide.Plugins.Quests.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0052b] in <aa66459172894a80816d34f7aa80cc57>: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.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

 And this is my data file:

{
"PermissionsGroups": {
"0": {
"DayRateMultQuarry": 0.5,
"DayRateMultPickup": 0.5,
"DayRateMultResource": 0.5,
"DayRateMultResourceBonus": 0.5,
"DayRateMultResourceHQM": 0.5,
"DayRateMultCropGather": 1.0,
"NightRateMultQuarry": 1.5,
"NightRateMultPickup": 1.5,
"NightRateMultResource": 1.5,
"NightRateMultResourceBonus": 1.5,
"NightRateMultResourceHQM": 1.5,
"NightRateMultCropGather": 1.0,
"CustomRateMultQuarry": {},
"CustomRateMultPickup": {
"pumpkin" : "1",
"corn" : "1",
"mushroom" : "1"
},
"CustomRateMultResource": {
"pumpkin" : "1",
"corn" : "1",
"mushroom" : "1"
},
"CustomRateMultResourceBonus": {
"pumpkin" : "1",
"corn" : "1",
"mushroom" : "1"
},
"CustomRateMultCropGather": {
"pumpkin" : "1",
"corn" : "1",
"mushroom" : "1"
},
"ToolMultiplier": {},
"PermGroup": "gathercontrol.default"
}
}
}
Threads may be tagged with "Not An Issue" if insufficient information is provided, like the first line of the error that was missing from the first post. The status can and does get changed if that information is later provided by the user, as you did.

The other error you provided though is not from this plugin though, and not the same as the first error. Could you provide the first line of the error from the error in the first post?
That was an RCON message from RustAdmin and sadly RustAdmin dosent have an output log. Ill see if I can reproduce the error later tonight and I appologize about the 2nd error log Ill move it to the right addon.

Merged post

(23:52:50) | Failed to call hook 'OnCollectiblePickup' on plugin 'GatherControl v1.6.0' (IndexOutOfRangeException: Index was outside the bounds of the array.)

at Oxide.Plugins.GatherControl.ParseFromString (System.String str, System.Single& day, System.Single& night) [0x0001c] in <77957ba2303349a4923be8803ccb7d89>:0

at Oxide.Plugins.GatherControl.CustomList (Item item, System.String str) [0x00000] in <77957ba2303349a4923be8803ccb7d89>:0

at Oxide.Plugins.GatherControl.OnCollectiblePickup (Item item, BasePlayer player) [0x000c9] in <77957ba2303349a4923be8803ccb7d89>:0

at Oxide.Plugins.GatherControl.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00453] in <77957ba2303349a4923be8803ccb7d89>: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.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

In response to Razor14150 ():
Change the tittle but didnt say how to fix said spam. This is still not fixed for me and thus should...
Your config is wrong.See an example in the description of the plugin.
Format for individual items multipliers:"short_prefab_name": "day_multiplier/night_multiplier"where / - separator

Format for individual resource gather tools multipliers:"short_prefab_name": "day_multiplier/night_multiplier"where / - separator

So it should be like this:
"CustomRateMultResource": {
"pumpkin" : "1/1",
"corn" : "1/1",
"mushroom" : "1/1"
},

Locked automatically