Polygon regions with same size moved together
LadyCailinBot opened this issue ยท 0 comments
WORLDGUARD-3220 - Reported by Androkai
I created different polygon-regions with exactly same size and nearly same name (only different number at the end (street1, street2, street3, ...)) but then noticed, that all of them get same coordinates/position. After that I test using /rg redefine to move them back but all of them are always moved together. Look at the example of a regions.yml-data below. If I create a "street4" with other sizes it works correctly.
street1:
flags: {block-break: allow}
max-y: 63
priority: 0
points:
- {z: 56, x: 589}
- {z: 56, x: 587}
- {z: 35, x: 587}
...
street2:
flags: {block-break: allow}
max-y: 63
priority: 0
points:
- {z: 56, x: 589}
- {z: 56, x: 587}
- {z: 35, x: 587}
...
street3:
flags: {block-break: allow}
max-y: 63
priority: 0
points:
- {z: 56, x: 589}
- {z: 56, x: 587}
- {z: 35, x: 587}
...
I tested a little bit and it only appears if:
- regions have exactly same size
- names are only different by a number at the end