Players are able to loot other players boxes etc. Using this plugin with Dynamic PVP and Zone Manager.
{
"AdminCanLoot": false,
"CanAuthorizeCupboard": true,
"CanLootBackpack": false,
"CanLootBackpackPlugin": false,
"CanLootCorpse": false,
"CanLootEntity": false,
"CanLootPlayer": false,
"CanOvenToggle": false,
"CanPickup": false,
"CanRackedWeaponLoad": false,
"CanRackedWeaponMount": false,
"CanRackedWeaponSwap": false,
"CanRackedWeaponTake": false,
"CanRackedWeaponUnload": false,
"ExcludeEntities": [
"mailbox.deployed"
],
"UseCupboard": false,
"UseCupboardInclude": [
"storage"
],
"UseDynamicPVP": true,
"UseExcludeEntities": true,
"UseFriendsAPI": true,
"UseOnlyInCupboardRange": false,
"UseOnlyInCupboardRangeInclude": [
"storage"
],
"UsePermission": false,
"UseTeams": true,
"UseZoneManager": true,
"ZoneID": [
""
],
"ZoneManagerIncludeMode": true
}
Not working after update
Well, I'm able to get the plugin working in PVE when setting the "UseZoneManager": false, and leaving "ZoneManagerIncludeMode": true.
Only issue is players are unable to loot other players in Dynamic PVP and PVP Zones created via Zone Manager.
Am I doing something wrong?