Help with damage Primitive ItemsSolved

I need help setting up the ability to destroy primitive items, specifically these:
catapult, ballista.static, ballista.mounted, siegetower, batteringram

I have added the group like this:

"name":"primitive","members":"catapult, ballista.static, ballista.mounted, siegetower, batteringram","exclusions":""

And I have added this rule:

"players can hurt primitive"

However, these items still cannot be destroyed. How should I configure it correctly?

Thank you for your help!

hi, I was able to destroy everything except the ballista using your group. ballista should be Ballista and BallistaGun, or ballista.entity and ballistagun.static.entity. ConstructableEntity is missing as well

I've tested this with the default config and it works for everything. I recommend this.

    {
      "name": "primitive",
      "members": "SiegeTower, Catapult, Ballista, BallistaGun, BatteringRam, ConstructableEntity",
      "exclusions": ""
    }​
Locked automatically