Balancing6 files
AirdropLimiter
Caps how many airdrop flares a group can call per server restart.
- Enforce Script
- JSON config
In game
What it does
Prevents airdrop spam by limiting the number of flares a group can call between restarts.
Engineering
How it's built
- Buckets usage into a map<string,int> keyed by LBmaster group shortname (GROUP: / SOLO:).
- JSON config (LimitPerRestart) with a custom ActionAirdropLightFlare.