Hey guys, I run a PVE server and have been trying to get this addon to work, I have some PVP zones so the zone manager and exclude all zones is active. Everyone is still able to loot everything, i've assigned permissions and this is my config, could anyone help me out please?:
{
"AdminCanLoot": true,
"CanAuthorizeCupboard": true,
"CanLootBackpack": false,
"CanLootBackpackPlugin": false,
"CanLootCorpse": false,
"CanLootEntity": false,
"CanLootPlayer": false,
"CanOvenToggle": false,
"CanPickup": false,
"ExcludeEntities": [
"mailbox.deployed"
],
"UseCupboard": false,
"UseCupboardInclude": [
"storage"
],
"UseExcludeEntities": true,
"UseFriendsAPI": true,
"UseOnlyInCupboardRange": false,
"UseOnlyInCupboardRangeInclude": [
"storage"
],
"UsePermission": true,
"UseTeams": true,
"UseZoneManager": true,
"ZoneID": [
"12345"
],
"ZoneManagerIncludeMode": true
}