Jump to content

Animal Farm 1.2.2

$20.00
   (0 reviews)

7 Screenshots

  • 2.2k
  • 119
  • 177.33 kB

About Animal Farm

Allow your players to farm boars, bears, wolfs, and stags similarly to chickens. They need food and water to survive, and you can breed them to expand your farm.

You can set how much resources they get by there age. There age increase 1yrs every 60min.. You can bread the animals by petting them if you have 2 of the same animals.

Killing your own animal in the farm will not give you a baby item only animals in the wild will.


Check the config for all available options.
You can also find baby animals for your farm by slaughtering wild boars, bears, wolf, or stags.

Permission

"animalfarm.admin";
"animalfarm.gatherboar";
"animalfarm.gatherbear";
"animalfarm.gatherwolf";
"animalfarm.gatherstag";
"animalfarm.chickencoop";

/animalfarm <farm/boar/stag/bear/wolf> <amount>

animalfarm <userid> <farm/boar/stag/bear/wolf> <amount>

WARNING: If your foundations are very low to the ground they will go threw the foundation a little to the ground.

 

The Config Information

In the config there is some default gather ages 1 to age 5, The age 5 is the default rust gather for the animal. Keep in mind if you have a gather manager for the animal its rates will still be applies. You can add as many ages as you like anything over the last age will use the max age you have in the config. The Gather settings can not and will not be able to add custom item to, You can use other plugins for that.

{
  "Chicken Coop Settings": {
    "Total chickens animals allowed in the coop. Default UI will only show 4": 4,
    "Chickens hatch time minutes": 1,
    "Add storage adapter to coop": true,
    "Add water adapter to coop": true,
    "Allow auto hatching of eggs": true,
    "Player may have how many modifyed coops -1 = unlimited": -1
  },
  "Farm Settings": {
    "Farm item skinID": 3458119788,
    "Farm item name": "Animal Farm",
    "Total farm animals allowed in the farm": 10,
    "Add storage adapter to trough": true,
    "Require permissions for gatheringr": false,
    "Player may have how many farms -1 = unlimited": -1
  },
  "Boar Baby Settings": {
    "Chance to get baby boar from gathering": 10,
    "Baby Boar item skinID": 3458077515,
    "Baby Boar item name": "A Baby Boar",
    "Baby Boar groth minutes": 1,
    "Boar can breed.": true,
    "Boar breed chance.": 100,
    "Boar breed cooldown minutes.": 180,
    "Boar dung amount.": 2,
    "Boar gather age and items.": {
      "1": [
        {
          "shortname": "meat.boar",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 5.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 5.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 1.0,
          "isBP": false
        }
      ],
      "2": [
        {
          "shortname": "meat.boar",
          "amount": 3.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 15.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 8.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 2.0,
          "isBP": false
        }
      ],
      "3": [
        {
          "shortname": "meat.boar",
          "amount": 6.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 50.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 15.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 12.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 5.0,
          "isBP": false
        }
      ],
      "4": [
        {
          "shortname": "meat.boar",
          "amount": 7.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 25.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 16.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 7.0,
          "isBP": false
        }
      ],
      "5": [
        {
          "shortname": "meat.boar",
          "amount": 8.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 50.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 40.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 10.0,
          "isBP": false
        }
      ]
    }
  },
  "Stag Baby Settings": {
    "Chance to get baby stag from gathering": 10,
    "Baby Stag item skinID": 3458079161,
    "Baby Stag item name": "A Baby Stag",
    "Baby Stag groth minutes": 1,
    "Stag can breed.": true,
    "Stag breed chance.": 100,
    "Stag breed cooldown minutes.": 180,
    "Stag dung amount.": 2,
    "Stag gather age and items.": {
      "1": [
        {
          "shortname": "deermeat.raw",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 5.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 2.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 5.0,
          "isBP": false
        }
      ],
      "2": [
        {
          "shortname": "deermeat.raw",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 4.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 15.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 10.0,
          "isBP": false
        }
      ],
      "3": [
        {
          "shortname": "deermeat.raw",
          "amount": 2.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 6.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 15.0,
          "isBP": false
        }
      ],
      "4": [
        {
          "shortname": "deermeat.raw",
          "amount": 3.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 30.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 8.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 30.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 20.0,
          "isBP": false
        }
      ],
      "5": [
        {
          "shortname": "deermeat.raw",
          "amount": 4.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 50.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 50.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 25.0,
          "isBP": false
        }
      ]
    }
  },
  "Bear Baby Settings": {
    "Chance to get baby bear from gathering": 10,
    "Baby Bear item skinID": 3458078401,
    "Baby Bear item name": "A Baby Bear",
    "Baby Bear groth minutes": 1,
    "Bear can breed.": true,
    "Bear breed chance.": 100,
    "Bear breed cooldown minutes.": 180,
    "Bear dung amount.": 2,
    "Bear gather age and items.": {
      "1": [
        {
          "shortname": "bearmeat",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 25.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 5.0,
          "isBP": false
        }
      ],
      "2": [
        {
          "shortname": "bearmeat",
          "amount": 5.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 50.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 40.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 40.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 15.0,
          "isBP": false
        }
      ],
      "3": [
        {
          "shortname": "bearmeat",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 75.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 60.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 60.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 25.0,
          "isBP": false
        }
      ],
      "4": [
        {
          "shortname": "bearmeat",
          "amount": 15.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 100.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 80.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 80.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 35.0,
          "isBP": false
        }
      ],
      "5": [
        {
          "shortname": "bearmeat",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 150.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 100.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 100.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 50.0,
          "isBP": false
        }
      ]
    }
  },
  "Wolf Baby Settings": {
    "Chance to get baby wolf from gathering": 10,
    "Baby Wolf item skinID": 3458436442,
    "Baby Wolf item name": "A Baby Wolf",
    "Baby Wolf groth minutes": 1,
    "Wolf can breed.": true,
    "Wolf breed chance.": 100,
    "Wolf breed cooldown minutes.": 180,
    "Wolf dung amount.": 2,
    "Wolf gather age and items.": {
      "1": [
        {
          "shortname": "skull.wolf",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "wolfmeat.raw",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 2.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 5.0,
          "isBP": false
        }
      ],
      "2": [
        {
          "shortname": "skull.wolf",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "wolfmeat.raw",
          "amount": 2.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 20.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 4.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 25.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 10.0,
          "isBP": false
        }
      ],
      "3": [
        {
          "shortname": "skull.wolf",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "wolfmeat.raw",
          "amount": 3.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 30.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 6.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 45.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 20.0,
          "isBP": false
        }
      ],
      "4": [
        {
          "shortname": "skull.wolf",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "wolfmeat.raw",
          "amount": 4.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 35.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 8.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 60.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 25.0,
          "isBP": false
        }
      ],
      "5": [
        {
          "shortname": "skull.wolf",
          "amount": 1.0,
          "isBP": false
        },
        {
          "shortname": "wolfmeat.raw",
          "amount": 5.0,
          "isBP": false
        },
        {
          "shortname": "bone.fragments",
          "amount": 40.0,
          "isBP": false
        },
        {
          "shortname": "fat.animal",
          "amount": 10.0,
          "isBP": false
        },
        {
          "shortname": "leather",
          "amount": 75.0,
          "isBP": false
        },
        {
          "shortname": "cloth",
          "amount": 35.0,
          "isBP": false
        }
      ]
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 2,
    "Patch": 0
  }
}

 

  • Like 1
  • Love 2

Razor's Collection

User Feedback

1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

120.1k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.