config :
{
"AdminCanLoot": true,
"CanAuthorizeCupboard": true,
"CanLootBackpack": true,
"CanLootBackpackPlugin": true,
"CanLootCorpse": true,
"CanLootEntity": true,
"CanLootPlayer": true,
"CanOvenToggle": true,
"CanPickup": true,
"ExcludeEntities": [
"mailbox.deployed"
],
"UseCupboard": true,
"UseCupboardInclude": [
"storage"
],
"UseExcludeEntities": true,
"UseFriendsAPI": true,
"UseOnlyInCupboardRange": false,
"UseOnlyInCupboardRangeInclude": [
"storage"
],
"UsePermission": true,
"UseTeams": true,
"UseZoneManager": true,
"ZoneID": [
"pvp"
],
"ZoneManagerIncludeMode": false
}
Permissions that i want to grant default group :
backpack, corpse, player and storage
players are able to loot corpses and storage with permissions granted
Permissions dont workNot An Issue
https://umod.org/plugins/prevent-looting#permission
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
uMod permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
uMod permissions
i used PermissionsManager to grand and revoke permisson but they didnt seem to work
already grant preventlooting.storage , but player still can loot the storage
Permissions work for a player who cannot be looted.If the player has permission, then he cannot be robbed.
Locked automatically