OneTimeMaximumRaidableHomeCount set to 0 but rl.addvalue don't upgrade value
Hello,

with serverrewards plugins => 
{
  "items": {},
  "kits": {},
  "commands": {
      "Raid une base / Raid a base": {
      "description": "entre 13h et 17h uniquement / between 1 p.m. and 5 p.m only, frenchy hours",
      "iconName": null,
      "commands": [
		"rl.addvalue $player.id 1"
		],
      "displayName": null,
      "cost": 10000,
      "cooldown": 0
    }
  }
}​

raidlimit config:
{
  "1.RaidLimitOperationType": {
    "1.1.OperationType": 0,
    "1.2.ObjectOwnerIdentification": {
      "1.2.1.ObjectSearchDepth": -1,
      "1.2.2.ObjectSearchRange": 5
    },
    "1.3.ToolCupboardIdentification": {
      "1.3.1.ObjectSearchDepth": -1,
      "1.3.2.ObjectSearchRange": 5,
      "1.3.3.CheckToolCupboardInstanceID": true,
      "1.3.4.CheckAuthorizedPeoples": true
    }
  },
  "2.RaidLimitSettings": {
    "2.1.OneTimeMaximumRaidableHomeCount": 0,
    "2.2.NoobCantRaidSecond": 2678400,
    "2.3.InitializeCounterOnMidnightTime": true,
    "2.4.MidnightTimeDetectionTimerInterval": 10,
    "2.5.CounterChargeDelay": 86400,
    "2.6.CounterChargeDelayType": 0,
    "2.7.CounterChargeType": 0
  },
  "3.UISettings": {
    "3.1.UIEnable": true,
    "3.2.UIUpdateInterval": 3,
    "3.3.UIPosition": {
      "3.3.1.AnchorMin": "0.28 0.025",
      "3.3.2.AnchorMax": "0.3392 0.06"
    }
  },
  "4.TeamSyncSettings": {
    "4.1.TeamCounterSync": true,
    "4.2.PreventTempDisband": true,
    "4.3.OldTeamSaveInterval": 600
  }
}​

when purchased, i get this: 
Tanki's raidlimit has increased by '0'.​

it's same without serverrewards plugin, possibly because of the value set to 0 for OneTimeMaximumRaidableHomeCount.

I would like to make it so that players who want to raid can only raid with the rp points they easily earn.

Thanks very much
Other test without rewards plugin:
{
  "1.RaidLimitOperationType": {
    "1.1.OperationType": 0,
    "1.2.ObjectOwnerIdentification": {
      "1.2.1.ObjectSearchDepth": -1,
      "1.2.2.ObjectSearchRange": 5
    },
    "1.3.ToolCupboardIdentification": {
      "1.3.1.ObjectSearchDepth": -1,
      "1.3.2.ObjectSearchRange": 5,
      "1.3.3.CheckToolCupboardInstanceID": true,
      "1.3.4.CheckAuthorizedPeoples": true
    }
  },
  "2.RaidLimitSettings": {
    "2.1.OneTimeMaximumRaidableHomeCount": 0,
    "2.2.NoobCantRaidSecond": 1,
    "2.3.InitializeCounterOnMidnightTime": true,
    "2.4.MidnightTimeDetectionTimerInterval": 10,
    "2.5.CounterChargeDelay": 86400,
    "2.6.CounterChargeDelayType": 0,
    "2.7.CounterChargeType": 0
  },
  "3.UISettings": {
    "3.1.UIEnable": true,
    "3.2.UIUpdateInterval": 3,
    "3.3.UIPosition": {
      "3.3.1.AnchorMin": "0.28 0.025",
      "3.3.2.AnchorMax": "0.3392 0.06"
    }
  },
  "4.TeamSyncSettings": {
    "4.1.TeamCounterSync": true,
    "4.2.PreventTempDisband": true,
    "4.3.OldTeamSaveInterval": 600
  }
}​

data file:

{
  "excutteddate": "2020-09-04T09:17:41.5687251+02:00",
  "Players": {
    "76561197984580089": {
      "Id": "76561197984580089",
      "Name": "Tanki",
      "RaidLeftCount": 0,
      "RaidCountItems": [],
      "Charging": true,
      "NextChargePlaytime": "1.03:02:39.8800511",
      "NextChargeRealtime": "2020-09-05T11:09:02.8022439+02:00",
      "Playtime": "03:02:39.8800511",
      "NoobCanRaidPlaytimeTracker": true,
      "NoobCanRaid": true
    }
  }
}

rlcheck return => You can raid 0 more time

rl.addvalue Tanki 1 => Tanki's raidlimit has increased by '0'.

My playtime is 46h.

where i'm wrong please? 

Thanks

It's a plugin bug. It's supposed to be fixed. Sorry.
Ok thanks very much