mirror of
https://github.com/eliasstepanik/Create.git
synced 2026-01-10 23:38:29 +00:00
26 lines
624 B
JSON
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"
|
|
]
|
|
}
|
|
} |