Create/config/claimpoints.json
2025-07-06 13:20:24 +02:00

26 lines
624 B
JSON

{
"cpSettings": {
"nameFormat": "CP (%d)",
"namePattern": "^\\QCP (\\E(\\d+)\\Q)\\E$",
"alias": "C",
"color": "gui.xaero_white"
},
"gpSettings": {
"claimListCommand": "claimlist",
"firstLinePattern": "^-?\\d+ blocks from play \\+ -?\\d+ bonus \u003d -?\\d+ total\\.$",
"claimLinePattern": "^(.+): x(-?\\d+), z(-?\\d+) \\(-?(\\d+) blocks\\)$",
"ignoredLinePatterns": [
"^Claims:$"
],
"endingLinePatterns": [
"^ \u003d -?\\d* blocks left to spend$"
]
},
"acSettings": {
"commandDelay": 1,
"servers": [],
"commands": [
"/cp worlds"
]
}
}