About Cargo Plane Crash
Adds a cargo plane crash event to your server!
Features:
- Support for third-party plugins
- Great customization options in the config
Console commands:
callcargoplane - force the event to start crashcargoplane - force the event to end
Chat commands(need admin privileges):
showcrashzone - displays the crash area setcrashzonecenter - set the center of the crash zone to where the player is callcargoplane - force the event to start crashcargoplane - force the event to end
CargoPlaneCrash config:
{
"Time to event start(in seconds)": 3600.0,
"CargoPlane speed(recommended 4 to 6)": 5.0,
"Crates amount(spawn after crash)": 1,
"Crates lifetime(in seconds). The crate will not be destroyed if it has been activated": 3600,
"Airdrops amount(spawn after crash)": 1,
"Airdrops lifetime(in seconds)": 3600,
"Fireballs amount(spawn after crash)": 5,
"Passengers amount(spawn after crash)": 2,
"Explosion marker on the map(spawn after crash)": true,
"Explosion marker lifetime(in seconds)": 300,
"Enable signal smoke(spawn after crash)": true,
"Signal smoke lifetime(in seconds, max 214)": 214,
"Map size(crash zone size), you can see the zone, use the chat command /showcrashzone": 4500.0,
"Starting altitude, defaults to map size, can be increased if cargo plane hits high ground(no more than 10000 recommended)": 4500.0,
"Crash zone center. Use chat command /setcrashzonecenter to set to player position. You can check crash zone center, use the chat command /showcrashzone": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Event message(if empty, no message will be displayed)": "CargoPlane event started",
"Kit name(you can use kits for passengers if you have Kits plugin)": "",
"Passenger name": "Mister bot"
}