WorldGuard

WorldGuard

8M Downloads

chest-access does not affect to enderchests

LadyCailinBot opened this issue ยท 2 comments

commented

WORLDGUARD-3371 - Reported by kikelkik

I know that e.g. issue #2391 is quite similar to this but I think that enderchests shouldn't only fall into the interact flag but also belong to chest-access because non-programmers define enderCHESTS as quite normal chests and want them to be toggled with the chest-access flag without allowing/denying all the other stuff with the interact-flag.

commented

Comment by wizjany

this is very much intended. it's not a matter of what non-programmers define, it's a matter of protection. chest-access applies to all containers. enderchests are not containers. if you have an enderchest in your protected region, i can't steal your stuff out of it, because opening it opens MY enderchest, not yours.

also, as of recent builds enderchests fall under the USE flag, not INTERACT.

commented

Comment by kikelkik

Well I have "USE: allow" on global but nobody is permitted to open neither enderchests nor ChestBanks (An extra Plugin which is like an enderchest on a normal chest).
Probably, the reason is that I have "BUILD: deny" as well.
In WorldGuard 5.9 everything worked well :/