UseOnlyInCupboardRange doesn't workSolved
Hi

After multiple test I assume that the option UseOnlyInCupboardRange doesn't work.
I don't really know where is the problem but players can't loot outside cupboard range.

Here is my config file.

{
  "AdminCanLoot": false,
  "CanLootBackpack": false,
  "CanLootBackpackPlugin": false,
  "CanLootCorpse": false,
  "CanLootEntity": false,
  "CanLootPlayer": false,
  "CanPickup": false,
  "ExcludeEntities": [
    "mailbox.deployed"
  ],
  "UseCupboard": true,
  "UseExcludeEntities": true,
  "UseFriendsAPI": false,
  "UseOnlyInCupboardRange": true,
  "UsePermission": false,
  "UseTeams": true,
  "UseZoneManager": false,
  "ZoneID": [
    "54359156",
    "68611888",
    "26328792"
  ],
  "ZoneManagerIncludeMode": false
}​

Thanks for your help.
In response to ():
Hi

After multiple test I assume that the option UseOnlyInCupboardRange doesn't work.
What are you trying to loot? For now, the plugin works with this parameter only for storage containers and does not work on players, corpse, and dropped items container.
Thanks for your reply.

I figured out how  to correctly config the plugin so this is not an issue.

Sorry for the post and thanks for your help.
Locked automatically