Animals and resources not taking any damage

Aight hello there! I opened a thread before on the Purge support page but didn't do ANY proper testing before that.

I have done testing now, so I'm back for proper questions.

So, we're currently running these settings:

{
  "Purge start time": "09:00:00",
  "Purge end time": "13:00:00",
  "Use real time": true,
  "Warning period": 60,
  "Purge rules": {
    "AnimalDamage": true,
    "BarricadeDamage": true,
    "HeliDamage": true,
    "LootDamage": true,
    "SelfDamage": true,
    "StructureDamage": true,
    "TrapDamage": true,
    "TurretDamage": true,
    "WorldDamage": true
  },
  "Safe rules": {
    "AnimalDamage": true,
    "BarricadeDamage": true,
    "HeliDamage": true,
    "LootDamage": true,
    "SelfDamage": true,
    "StructureDamage": false,
    "TrapDamage": true,
    "TurretDamage": true,
    "WorldDamage": true
  },
  "Log to console/file": true
}



My aim is to only allow raiding from 09:00 to 13:00.
You should always be allowed to kill/hurt/farm anything.
I'm only trying to limit raiding, are my settings correct for my needs?

Atm Ressources nodes such as trees, rocks, animals can't take any damage/can't be destroyed.

Configuration looks fine, so likely just handling it wrong in the plugin. Will take a look when able.

Testing out v2.0.0 and it works perfectly, but during non-purge and purge times, no one can damage each other. Any ideas?

config below:

{
"Purge start time": "01:00:00",
"Purge end time": "01:06:00",
"Use real time": true,
"Warning period": 60,
"Purge rules": {
"AnimalDamage": true,
"BarricadeDamage": true,
"HeliDamage": true,
"LootDamage": true,
"SelfDamage": true,
"StructureDamage": true,
"TrapDamage": true,
"TurretDamage": true,
"WorldDamage": true
},
"Safe rules": {
"AnimalDamage": true,
"BarricadeDamage": true,
"HeliDamage": true,
"LootDamage": true,
"SelfDamage": true,
"StructureDamage": false,
"TrapDamage": true,
"TurretDamage": true,
"WorldDamage": true
},
"Log to console/file": true
}

how do you get it to work if i try to load the plugin it always come to error

After trying to configure this plugin during the day a user cannot hurt animals nor gather resources. Any idea what may be causing it? Saw a post on it unsure if it's been resolved. Had to remove the plugin sadly. 

If possible how can I config it so that people can only damage player homes and players themselves during a time frame (Purge/ENABLE PVP) while during the nonpvp times they can still take damage from PVE elements but not others players and cannot damage player homes. A bit confused of how the config works.

Does AnimalDamage, BarricadeDamage mean players take damage from these entities or does it mean they can give damage to them?

Also can you clarify what LootDamage is?