About Animal Boxes
RUST Plugin Test Server
TEST MY PLUGINS THERE!
connect play.thepitereq.ovh:28050
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.
- 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.
animalboxes.use - Gives permission to spawn animals in crates.
{
"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
}
}

