Can't get Cornucopia to work
Hi can anyone who is running this plugin(Cornucopia) either share there config of it or help me get it working i've tried editing the config where it says -1 max and min that comes with it but its erroring out on the console 
{
  "Animals": [{
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/rust.ai/agents/chicken/chicken.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/rust.ai/agents/horse/horse.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/rust.ai/agents/boar/boar.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/rust.ai/agents/stag/stag.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/rust.ai/agents/wolf/wolf.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/rust.ai/agents/bear/bear.prefab"
    }
  ],
  "ApplyLootFix": true,
  "Loots": [{
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/radtown/oil_barrel.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/radtown/loot_trash.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/autospawn/resource/loot/trash-pile-1.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2.prefab"
    }
  ],
  "Ores": [{
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab"
    },
    {
      "DeleteEmtpy": false,
      "IgnoreIrridiated": true,
      "Max": -1,
      "Min": -1,
      "Prefab": "assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab"
    }
  ],
  "RefreshMinutes": 15,
  "RefreshOnStart": false
}​

some of the prefabs from the old config was wrong.

This is the config i made/changed it to, it works like a charm :) 
i only change "Min" value when i want to change things.