Animal Boxes

VAULT+ RUST PLUGIN Animal Boxes 1.0.7

Upgrade or register to download
Potentially Outdated? (3+ Months)
Official page:
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.

About Animal Boxes​



Animal Crates plugin adds a unique twist to looting barrels and crates.
You can place any animal in a crate or barrel to surprise players while they collect loot, or increase the number of animals on your server in a new way.



VideoPreview.png.ba7eb389b0d61b8cbfb9ac688e72602f.png







PluginFeatures.png.17eecae5c8792e75b842e2ed09146868.png


  • You can add any type of animal to crates and barrels.
  • To check if an animal is in a crate, hit it with a melee weapon.
  • Chances for animal spawns and types are configurable, as well as the number of animals to spawn.
  • You can also set any entity to spawn when breaking or looting the container.


Permissions.png.c7f27c3f6617d903ab87ffff9ebda8c6.png

animalboxes.use - Gives permission to spawn animals in crates.



DefaultConfig.png.4a449c53bd560b955e793ef8d484ec9d.png

Code:
{
  "Require Permission": false,
  "Animal Prefab List": {
    "bear": "assets/rust.ai/agents/bear/bear.prefab",
    "boar": "assets/rust.ai/agents/boar/boar.prefab",
    "chicken": "assets/rust.ai/agents/chicken/chicken.prefab",
    "heavy_scientist": "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_heavy.prefab",
    "scarecrow": "assets/prefabs/npc/scarecrow/scarecrow.prefab",
    "scientist": "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_roam.prefab",
    "stag": "assets/rust.ai/agents/stag/stag.prefab",
    "wolf": "assets/rust.ai/agents/wolf/wolf.prefab"
  },
  "Crate Container List": [
    "crate_normal_2",
    "crate_normal_2_food",
    "crate_normal_2_medical"
  ],
  "Barrel Container List": [
    "loot_barrel_1",
    "loot_barrel_2",
    "loot-barrel-1",
    "loot-barrel-2",
    "oil_barrel"
  ],
  "Crate Animal Chance (0-100)": 5.0,
  "Barrel Animal Chance (0-100)": 15.0,
  "Crate Minimum Animal Amount": 1,
  "Crate Maximum Animal Amount": 1,
  "Barrel Minimum Animal Amount": 1,
  "Barrel Maximum Animal Amount": 2,
  "Crate Animal Chances": {
    "bear": 5.0,
    "boar": 40.0,
    "chicken": 10.0,
    "heavy_scientist": 5.0,
    "scarecrow": 10.0,
    "scientist": 10.0,
    "stag": 25.0,
    "wolf": 40.0
  },
  "Barrel Animal Chances": {
    "bear": 0.0,
    "boar": 0.0,
    "chicken": 9.0,
    "heavy_scientist": 0.0,
    "scarecrow": 1.0,
    "scientist": 0.0,
    "stag": 0.0,
    "wolf": 0.0
  }
}

Latest Reviews

Thanks
Back
Top