Protection for indefinitely using only 1 scrap

Hi there,

Is it possible to set this so that raid protection is on for everyone using only 1 scrap?

It seems to show the balance and required as 0 but showing unprotected.

When I reload the plugin it sometimes show protected.

{
"General settings": {
"Currency item ID (if not using economics)": -932201673,
"Use economics balance (requires economics plugin)": false,
"Use reward points (requires server rewards plugin)": false
},
"Protection settings": {
"Protection levels": {
"0": {
"Online protection percentage (0-100)": 100.0,
"Offline protection percentage (0-100)": 100.0
}
},
"Delay after taking damage (seconds)": 10,
"Delay for offline protection (seconds)": 600,
"Protect buildings and deployables (true/false)": true,
"Protect players (true/false)": true,
"Protect vehicles and horses (true/false)": true,
"Protect traps and electronics (true/false)": true
},
"Cost settings": {
"Material cost multipliers": {
"twig": 0.0,
"wood": 0.0,
"stone": 0.0,
"metal": 0.0,
"armored": 0.0
},
"Default hourly building cost": 0.0,
"Default hourly base cost": 0.0,
"Default structure damage cost": 0.0
},
"Indicator settings": {
"Enabled": true,
"Persistent": false,
"Image url": "https://i.imgur.com/ue05FGg.png"
}
}

This is my current configuration.

Any help will be appreciated.

Kind regards

From the logs


Failed to call hook 'OnLootNetworkUpdate' on plugin 'RaidProtection v2.1.8' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.RaidProtection+ProtectedCupboard.UpdateCostDebt (System.Single amount, System.Int32 minAmount) [0x00088] in :0
  at Oxide.Plugins.RaidProtection+ProtectedCupboard.InitialPurchaseProtection () [0x00093] in :0
  at Oxide.Plugins.RaidProtection.OnLootNetworkUpdate (PlayerLoot loot) [0x00075] in :0
  at Oxide.Plugins.RaidProtection.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01174] in :0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0