🪢 Overlapping

When using both, chunk and region claims, there is a "risk" of overlapping them with each other under certain conditions.

To control that, there is config settings:

  • Allow region creation that intersects with claim(s): Allow_RegionToChunk_Overlap: true

  • Allow chunk claiming that intersects with region(s): Allow_ChunkToRegion_Overlap: true

By default both settings are set on true. However, players can create regions or chunks that intersects with each other only if they do own all of them.

When setting(s) are set on false, players can't create regions or chunks that intersects with each other even if they do own all of them.

Both settings and ownership checks can be bypassed with Permissions.

Last updated