{
"PVE mode (crates can only be looted by the player who first dealt damage to the NPC)": false,
"Time after which the owner of the event will be deleted if he left the dome or left the server (for PVE mode)": 300,
"Dome transparency (the higher the value, the darker the dome, 0 - the dome is disabled)": 0,
"Dome radius": 100,
"Do not allow other players into the event(only for PVE mode if there is a dome) Be careful, if the crash site is near the player's base and the player is not the owner of the event, he will be ejected from his base outside the dome": false,
"Autostart event(disable if you want to trigger the event only manually)": true,
"Minimum time between events(in seconds)": 3600,
"Maximum time between events(in seconds)": 7200,
"Minimum event duration(in seconds)": 2000,
"Maximum event duration(in seconds)": 3000,
"Extend event duration if NPCs is attacked (if less time left, extend to set time (in seconds))": 600,
"Complete the event if all crates were destroyed after looting and all NPCs were destroyed": true,
"Minimum time after which the F15 will go to the crash point(in seconds)": 60,
"Maximum time after which the F15 will go to the crash point(in seconds)": 120,
"F15 altitude": 400,
"Minimum number of online players to trigger an event": 1,
"Event marker on the map": true,
"Event marker name": "F15 crash site",
"Event marker transparency(0-1)": 0.55,
"Event marker radius": 0.5,
"Event marker color.R(0-1)": 1.0,
"Event marker color.G(0-1)": 0.0,
"Event marker color.B(0-1)": 0.0,
"Display event owner name on marker": true,
"Display the time remaining until the end of the event on the marker": true,
"SteamID for chat message icon": 0,
"Crash zones list": [
{
"position": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"radius": 2200.0,
"name": "0"
}
],
"Fireballs amount": 5,
"NPCs min amount": 1,
"NPCs max amount(maximum 6)": 2,
"NPCs displayName(for SimpleKillFeed/DeathNotes plugin)": "F15 pilot",
"NPCs damage scale": 1.0,
"NPCs health": 100.0,
"NPCs attack range": 100.0,
"NPCs accuracy(the lower the value, the more accurate, 0 - maximum accuracy)": 2.0,
"List of clothes for NPCs": [
{
"name": "hazmatsuit",
"skin": 0
}
],
"NPCs weapon": "pistol.m92",
"Radius of chasing the player(NPCs will chase the player as soon as he comes closer than the specified radius, must be no greater than the attack range)": 60.0,
"Maximum distance at which NPCs can take damage from players": 75.0,
"Minimum crates amount": 3,
"Maximum crates amount": 4,
"Use rigidbody for crates": true,
"Crates on fire time(in seconds)": 300,
"Remove crates after being looted by a player(in seconds)": 300,
"Crate simple loot table name(plugin SimpleLootTable is required)": "",
"Minimum number of items in a crate(plugin SimpleLootTable is required)": 1,
"Maximum number of items in a crate, maximum 12(plugin SimpleLootTable is required)": 2,
"Own loot table(there can be a maximum of 12 items in a crate)": {
"useOwnLootTable": false,
"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
}
]
}
}