JimiIT92 / UniverseGuard2

An easy to use world protection plugin for Sponge
https://ore.spongepowered.org/Francesco_Jimi/Universe-Guard
GNU General Public License v3.0
19 stars 3 forks source link

Region Priority Issue #122

Closed bluppity closed 4 years ago

bluppity commented 4 years ago

The wiki explains that in the case of overlapping regions, the region with the higher priority would set the rules or “override” the region under it. I’ve tested this on a few occasions and found some issues.

Instance 1: Region 1 with a lower priority has Region 2 overlapping it with a higher priority. Region 1 has the flags for destroy and place set to false while Region 2 has the flags destroy and place set to true. What happens when I try to break / place something while standing in the overlapped areas is that I will be able to break something but it would tell me simultaneously that I don’t have permission to do that, or it simply won’t work at all.

Instance 2: I have Region 1 with no flags. Region 2 is overlapping Region 1 that has the enter flag set to false and has a higher priority. I can still pass through Region 2 at the overlapped area.

bluppity commented 4 years ago

Resolved.