- 1,344
- 105
- 7.1 kB
About MinPopEvents
Disables events if the number of players is below a configurable threshold. The required number of players is configured per event.
Events are:
- Bradley APC
- Cargo plane
- Cargo ship
- CH47 helicopter
- Patrol helicopter
Configuration
A configuration is automatically create the first time the plugin is loaded, allowing one to set the minimum required population for each event type.
{
"Bradley APC minimum players": 0,
"Cargo plane minimum players": 0,
"CH47 helicopter minimum players": 0,
"Patrol helicopter minimum players": 0,
"Cargo ship": {
"Minimum players": 5,
"Noninitial loot round minimum players": [
20,
30
]
}
}
Cargo ship loot rounds
Cargo ship can have a minimum number of players below which it will not spawn. Additionally, the number of loot rounds can be modified with the population. In the example above, cargo ship requires a minimum pop of 5 players to spawn with a single loot round, 20 players for 2 loot rounds and 30 players for 3 loot rounds.