FormatException after changing configurationNot An Issue
Helo, 
I downlaoded .cs file and .json file that copied exactly like in "Data Example" and i get error compiling .json file . 
Am i doing anything wrong ? can you check "data example"  code for me please ? 

Fallback handler could not load library C:/TCAFiles/Users/cwqateka/31497/RustDedicated_Data/Mono/data-000001A93A3AA650.dll
GatherControl v1.8.1: Failed to load config file (is the config file corrupt?) (Unexpected token: Comment)
GatherControl v1.8.1: Failed to load config file (is the config file corrupt?) (Unexpected token: Comment) 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)​

{
  "PermissionsGroups": {
    "0": { /* index of the gather group */
      "DayRateMultQuarry": 2.0, /* day multiplier for quarry mining rating */
      "DayRateMultPickup": 2.0, /* day multiplier for rating extraction of items raised from the ground */
      "DayRateMultResource": 2.0, /* day multiplier for resource extraction rating */
      "DayRateMultResourceBonus": 2.0, /* day multiplier for bonus */
      "DayRateMultResourceHQM": 2.0, /* day multiplier for HQM */
      "DayRateMultCropGather": 2.0, /* day multiplier for production rating from the planted plants */
      "NightRateMultQuarry": 3.0, /* night multiplier for quarry mining rating */
      "NightRateMultPickup": 3.0, /* night multiplier for rating extraction of objects raised from the ground */
      "NightRateMultResource": 3.0, /* night multiplier for resource extraction rating */
      "NightRateMultResourceBonus": 3.0, /* night multiplier bonus */
      "NightRateMultResourceHQM": 3.0, /* night multiplier foe HQM */
      "NightRateMultCropGather": 3.0, /* night multiplier for production rating from the planted plants */
      "CustomRateMultQuarry": { /* adjusting the multipliers for a particular item for quarry mining */
        "stones": "3/4",
        "sulfur.ore": "3/4"
      },
      "CustomRateMultPickup": { /* adjusting the multipliers for a particular item of items raised from the ground */
        "mushroom": "3/4",
        "cloth": "3/4"
      },
      "CustomRateMultResource": { /* adjusting the multipliers for a particular item for resource extraction */
        "stones": "3/4",
        "sulfur.ore": "3/4"
      },
      "CustomRateMultResourceBonus": { /* adjusting the multipliers for a particular item for bonus */
        "stones": "3/4",
        "sulfur.ore": "3/4"
      },
      "CustomRateMultCropGather": { /* adjusting the multipliers for a particular item from the planted plants */
        "cloth": "3/4"
      },
      "ToolMultiplier":{ /* resource gather tools multipliers */
        "chainsaw": "1/2"
      },
      "PermGroup": "gathercontrol.default" /* permission name for gather group */
      },
    "1": {
      "DayRateMultQuarry": 3.0,
      "DayRateMultPickup": 3.0,
      "DayRateMultResource": 3.0,
      "DayRateMultResourceBonus": 3.0,
      "DayRateMultResourceHQM": 3.0,
      "DayRateMultCropGather": 3.0,
      "NightRateMultQuarry": 3.0,
      "NightRateMultPickup": 4.0,
      "NightRateMultResource": 4.0,
      "NightRateMultResourceBonus": 4.0,
      "NightRateMultResourceHQM": 4.0,
      "NightRateMultCropGather": 4.0,
      "CustomRateMultQuarry": {
        "stones": "5/6",
        "sulfur.ore": "5/6"
      },
        "mushroom": "5/6",
        "cloth": "5/6"
      },
      "CustomRateMultResource": {
        "stones": "5/6",
        "sulfur.ore": "5/6"
      },
      "CustomRateMultResourceBonus": {
        "stones": "5/6",
        "sulfur.ore": "5/6"
      },
      "CustomRateMultCropGather": {
        "cloth": "5/6"
      },
      "PermGroup": "gathercontrol.vip"
    }
  }
}​
I cannot do anything becouse is working just "default" data , can't create any other group. Copied from "data example " get: 

ExType: JsonSerializationException
Failed to initialize plugin 'GatherControl v1.8.1' (FormatException: Input string was not in a correct format.)
  at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.Int32.Parse (System.String s, System.Globalization.NumberStyles style, System.IFormatProvider provider) [0x0000e] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.Convert.ToInt32 (System.String value, System.IFormatProvider provider) [0x00005] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.String.System.IConvertible.ToInt32 (System.IFormatProvider provider) [0x00000] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0011a] in <437ba245d8404784b9fbab9b439ac908>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x0007c] in <7126fb4f5c5b40029458a4f975f98d13>:0 
Locked automatically