Hello,
with serverrewards plugins =>
raidlimit config:
when purchased, i get this:
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
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