Integration of TruePVE and ZoneManager

I am unable to configure rules in TruePVE for the zone IDs created using ZoneManager.
How should I set this up correctly?

Current environment:
TruePVE: v2.3.1
ZoneManager: v3.1.8

In ZoneManager, I have only created zones and adjusted their sizes.
Here is the current configuration I am using for TruePVE:

  "Config Version": "2.3.1",
  "Default RuleSet": "default",
  "Configuration Options"{
           *
           *
           *
    "useZones": true
           *
           *
           *
  }

  "Mappings": {
    "default": "default",
    "33287506": "pvp"
  },


  "RuleSets": [
    {
      "name": "default",
      "enabled": true,
      "defaultAllowDamage": false,
      "flags": "HopperCannotTargetEnemyLoot, AuthorizedFarmableDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, PlayerSamSitesIgnorePlayers, TrapsIgnorePlayers, TurretsIgnorePlayers",
      "rules": [
        "anything can hurt dispensers",
           *
           *
           *
        "siege cannot hurt players",
        "players cannot hurt farm"
      ]
    },
    {
      "name": "pvp",
      "defaultAllowDamage": true,
      "flags": ["FriendlyFire"],
      "rules": [
        "players hurt players:0.5",
        "anything can hurt anything"
      ]
    }
  ],

 

heya, this is not valid

"players hurt players:0.5",​

it should simply be players can hurt players. there is no 50% damage check
"players can hurt players",​

ideally, you should not be using the "pvp" ruleset, and instead should map it as an exclusion as the zonemanager flags will override everything in truepve anyway.

"33287506": "exclude"

then set the flags accordingly in zone manager for that zone instead.

Thank you for your response.

I made both of the following changes:

  • Changed "players hurt players:0.5" to "players can hurt players"

  • Set "33287506": "exclude"

However, neither of these settings were applied.
The default settings remain active within the Zone at all times.

Is there perhaps another switch or setting that needs to be enabled or disabled for these to take effect?

hi, if that is the case then the zone is not valid.