Hi,
players can kill players with the Weapons (not rockets) from the attack copter.

My settings is "defaultAllowDamage: false" && "anything can hurt players"
I use the flag "MiniCannotHurtPlayers" but obviously it does not include the new AttackHeli

Do i need to create or expand an existing EntityGroup for a new RuleSet, or are you planning to make a new flag for the AttackHeli? :)

----
nevermind, i found your instructions for this exact issue in the version history and will try that

For you other guys having the same problem:

1. Open config\TruePVE.json
2. Add a new entity group

{
	"name": "heliturrets",
	"members": "turret_attackheli",
	"exclusions": ""
}

3. Add a new rule to your RuleSets:

"heliturrets cannot hurt players",