About Shipping Containers
Spawns shipping containers on the beaches around the map with loot crates inside them and barrels around them. Beaches on Rust are currently pretty bare and now with this plugin players can farm the coast and get some worthy loot, this will also help solo players or small teams on high pop servers farm more.
Configuration:
{
"Max Amount Of Containers": 30,
"Space Between Containers": 165.0,
"Respawn Timer (Seconds)": 480.0,
"Max Respawn Attempts (-1 for infinite)": 3,
"Force Loot Respawn After Last Attempt": false,
"Prevent Loot Respawn If Player Nearby": true,
"Prevent Building Near Containers": true,
"Prevent Building Radius": 25.0,
"Disable Radiation": true,
"Save Locations": true,
"Crates and Barrels": [
{
"Prefab Paths": [
"assets/bundled/prefabs/radtown/crate_normal.prefab"
],
"Spawn Chance (%)": 100,
"Position": {
"x": -3.8,
"y": 0.25,
"z": 0.3
},
"Rotation": {
"x": 0.0,
"y": 90.0,
"z": 0.0
}
},
{
"Prefab Paths": [
"assets/bundled/prefabs/radtown/crate_normal_2.prefab",
"assets/bundled/prefabs/radtown/crate_normal_2_food.prefab",
"assets/bundled/prefabs/radtown/crate_normal_2_medical.prefab"
],
"Spawn Chance (%)": 50,
"Position": {
"x": 3.8,
"y": 0.25,
"z": 0.3
},
"Rotation": {
"x": 0.0,
"y": 90.0,
"z": 0.0
}
},
{
"Prefab Paths": [
"assets/bundled/prefabs/radtown/oil_barrel.prefab"
],
"Spawn Chance (%)": 50,
"Position": {
"x": -3.8,
"y": 0.0,
"z": 2.5
},
"Rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
{
"Prefab Paths": [
"assets/bundled/prefabs/radtown/loot_barrel_1.prefab"
],
"Spawn Chance (%)": 50,
"Position": {
"x": -3.8,
"y": 0.0,
"z": -2.5
},
"Rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
{
"Prefab Paths": [
"assets/bundled/prefabs/radtown/loot_barrel_2.prefab"
],
"Spawn Chance (%)": 50,
"Position": {
"x": 3.8,
"y": 0.0,
"z": 2.5
},
"Rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
{
"Prefab Paths": [
"assets/bundled/prefabs/static/hobobarrel_static.prefab"
],
"Spawn Chance (%)": 100,
"Position": {
"x": 3.8,
"y": 0.0,
"z": -2.5
},
"Rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
]
}