Players still being damaged by fireFixed
Hey Nivex,

I'm running into an issue where fire is still hurting my players, regardless of my rule sets. When you get time, can you help me troubleshoot the issue? I've dropped code samples here of my config for your review. I tried a fresh config, fresh install, and it didn't fix the problem then either. Fire is damaging from incen bullets, rockets, helis, and meteor showers.

      "rules": [
        "anything can hurt dispensers",
        "anything can hurt players",
        "players cannot hurt players",
        "anything can hurt traps",
        "traps cannot hurt players",
        "players can hurt barricades",
        "barricades cannot hurt players",
        "highwalls cannot hurt players",
        "players cannot hurt buildings",
        "heli cannot hurt buildings",
        "fire cannot hurt buildings",
        "fire cannot hurt anything",
        "anything can hurt heli",
        "anything can hurt npcs",
        "fire cannot hurt players",
        "anything can hurt resources"
      ]​
{
"name": "fire",
"members": "FireBall",
"exclusions": ""
},


Thanks in Advance!
I see this too since updating to TruePVE v1.1.4. If you downgrade to TruePVE v1.1.3 it should work. 
Thanks guys will get this sorted out

Merged post

It's conflicting with another plugin. Resolved in 1.1.5
Locked automatically