Auto Farm

Auto Farm 3.0.0

Removed .entity from the clone list for the entitys shortname added in missing corn
Fixed clones not copying genetics redid some work on always light always temp and added config options for on or off.
Added cloning feature if you place a knife in the seed box it will cause the farm to clone... The plants knife and multipliers all editable in the config and the staging of when to clone.

Let me know if any issues found.
fix for planters leaving entitys on pickup
Fix for rust update if getting errors delete old config
Updated positions of attachments for Frontier DLC planters
Fixed issue where auto farm planters were unintentionally invincible
Fixed possible NullReferenceException in Init if data file was invalid
If updating this before wipe please note this will break the config.
You will need to delete old config and let plugin generate new config OR.

Unload Plugin And Replace Config with this example and change your settings before uploading the new CS.

Code:
{
  "Settings": {
    "Disable autofarm placement by default /autofarm": false,
    "How many slots in seed container": 6,
    "How many slots in output container": 24,
    "Add sprinkler to planter": true,
    "How far can sprinkler water": 1.0,
    "Add storage adapters": false,
    "Sprinkler needs water hookup to work": false,
    "Large Box Sprinkler On Soil Saturation Level": 5100,
    "Large Box Sprinkler OFF Soil Saturation Level": 6000,
    "Small Box Sprinkler On Soil Saturation Level": 1650,
    "Small Box Sprinkler OFF Soil Saturation Level": 1750,
    "Enable for use in plugins that require CallHookOnCollectiblePickup": false,
    "Enable weed pick from Ganja plugin": false,
    "Allowed seed itemID's and multiplier amount to get on auto gather": {
      "803954639": 1,
      "998894949": 1,
      "1911552868": 1,
      "-1776128552": 1,
      "-237809779": 1,
      "-2084071424": 1,
      "-1511285251": 1,
      "830839496": 1,
      "-992286106": 1,
      "-520133715": 1,
      "838831151": 1,
      "-778875547": 1,
      "-1305326964": 1,
      "-886280491": 1,
      "1512054436": 1,
      "1898094925": 1,
      "2133269020": 1,
      "1533551194": 1,
      "390728933": 1
    },
    "Permission needed to place autofarms": {
      "autofarm.allow": 200,
      "autofarm.vip": 4
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 0
  }
}