Player not taking damage from outside raid area

Hello, for some reason players inside a raid zone are not taking damages from other player being outside the zone.

I'm using tier 2 profiles modified like this :

  "Block Damage Outside Of The Dome To Players Inside": false,
  "Block Damage Outside Of The Dome To Bases Inside": false,
  "Block Damage Inside From Npcs To Players Outside": false,

I also set this in RaidableBases.json just in case :
"Players With PVP Delay Can Damage Anything Inside Zone": true,
"Players With PVP Delay Can Damage Other Players With PVP Delay Anywhere": true,

But still , player inside the raid zone are not taking damages when being shot from a player outside the zone.
Is there some other config to adjust or maybe a something changed with latest update (I'm using v2.4.2)  ?

Thanks

In fact it seems that there's no player damage even if they are both inside,
looks like everything is PvE eventhough I have set 

      "Convert PVE To PVP": true,
      "Convert PVP To PVE": false,


Merged post

added
AllowPVP = true;

on line 4409 to force everything to PvP, and it's working this way, dunno what's wrong with my config and/or plugin.

it would be an issue in your config then. some settings override others