Configuration description difficult to understandSolved

i dont understand the configuration description, the english is kinda hard to understand, assumably because its translated.  

Im simply trying to limit teams to 2 raids every 20 hours, starting from the time they begin raiding.

can someone help me out?

{
  "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": 2,
    "2.2.NoobCantRaidSecond": 0,
    "2.3.InitializeCounterOnMidnightTime": false,
    "2.4.MidnightTimeDetectionTimerInterval": 10,
    "2.5.CounterChargeDelay": 72000,
    "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
  }
}

is this correct?

That's not translated, it's just that I'm using the variable names in the program as they're awkward. I'm so sorry. Please check the description in the doc

And your config setting will work as you like :)
Locked automatically