Issue with Cargo Train EventNot An Issue

And im guessing with other events also, players cant loot the crates on the train.

{
"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": false,
"UseTeams": true,
"UseZoneManager": false,
"ZoneID": [
"12345678"
],
"ZoneManagerIncludeMode": false
}

Any item that has an owner is protected from looting. If it is a publicly available item, it cannot be protected, becouse owner is 0. Perhaps your plugin sets the owner of the items when the event is created.

Thanks for the reply. That was what I was thininking but I don't see any ownership setting in that plugin. Ill contact the dev about it.

Thanks again CaseMan!

Locked automatically