> For the complete documentation index, see [llms.txt](https://eliteplugins-1.gitbook.io/eliteplugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eliteplugins-1.gitbook.io/eliteplugins/eliteregen/faq/can-2-regions-interfere.md).

# Can 2 regions interfere?

Yes, 2 or more regions can interfere together! The way that this gets handled is not the best, but it works. The plugin will check if first region in line has any configuration for that block that is broken, if so then continue and handle it so it doesnt let the other regions handle it. If the first region doesnt have any configuration, it will pass it to the next region in line. If no regions have any configuration for that block, then the block is passed and nothing will happen.\
\
Possible Update Feature:\
\- Add support for `priorities` in region configurations. So if second region in line has a higher priority than first region, then the second region tries to take the block break event!
