About Road Bunkers
This plugin adds bunkers to your server that spawn along roads. It doesn't require any complex setup or additional plugins; just launch it and it's ready to use.
You can also configure bunker types: building grade, security door color, and whether to use a fuse. You can also customize the loot in crates and their quantity.
Config:
{
"Bunker removal time after opening(in seconds)": 180,
"Types of bunkers": [
{
"Number of bunkers of this type on the map": 60,
"Access level (from 1 to 3)": 1,
"Fusebox spawn chance (0 to 100)": 0,
"Minimum number of crates": 1,
"Maximum number of crates (no more than 3)": 1,
"Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 2,
"Use own loot table": false,
"SimpleLootTable name": ""
},
{
"Number of bunkers of this type on the map": 30,
"Access level (from 1 to 3)": 2,
"Fusebox spawn chance (0 to 100)": 50,
"Minimum number of crates": 1,
"Maximum number of crates (no more than 3)": 2,
"Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 3,
"Use own loot table": false,
"SimpleLootTable name": ""
},
{
"Number of bunkers of this type on the map": 10,
"Access level (from 1 to 3)": 3,
"Fusebox spawn chance (0 to 100)": 100,
"Minimum number of crates": 3,
"Maximum number of crates (no more than 3)": 3,
"Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 4,
"Use own loot table": false,
"SimpleLootTable name": ""
}
],
"Own loot table(there can be a maximum of 12 items in a crate)": {
"minAmount": 2,
"maxAmount": 4,
"itemsList": [
{
"name": "metal.fragments",
"dropChance": 100,
"minAmount": 50.0,
"maxAmount": 300.0,
"displayName": "",
"skinID": 0
},
{
"name": "metal.refined",
"dropChance": 100,
"minAmount": 5.0,
"maxAmount": 10.0,
"displayName": "",
"skinID": 0
},
{
"name": "scrap",
"dropChance": 100,
"minAmount": 10.0,
"maxAmount": 20.0,
"displayName": "",
"skinID": 0
},
{
"name": "techparts",
"dropChance": 50,
"minAmount": 1.0,
"maxAmount": 2.0,
"displayName": "",
"skinID": 0
}
]
}
}
