EngineHub / WorldGuard

🛡️ Protect your Minecraft server and lets players claim areas
https://enginehub.org/worldguard/
Other
836 stars 545 forks source link

Flag chest-access blocking owner access to chest #2007

Closed KoNekoD closed 1 year ago

KoNekoD commented 1 year ago

WorldEdit Version

7.2.14

WorldGuard Version

7.0.8

Platform Version

paper-1.19.4-524

Confirmations

Bug Description

I set the flag chest-access: DENY in the spawn-inner region, because it lies in the spawn region (so that players can not open chests in the "inner" region). But surprisingly after that neither owner, nor member have access to ALL chests in the "inner" region

Expected Behavior

In the "inner" region access to chests will be banned, and in the spawn region flowing around it everything will remain the same

Reproduction Steps

  1. create region spawn
  2. set flag chest-access ALLOW
  3. create region spawn-inner
  4. set flag chest-access DENY
  5. owner/member need to open chest

Optional WorldGuard-Report

https://paste.enginehub.org/PY68tog57.report

Anything Else?

No response

KoNekoD commented 1 year ago

image

KoNekoD commented 1 year ago

Also when creating a test region with chest-access DENY I have a similar problem

KoNekoD commented 1 year ago

image

KoNekoD commented 1 year ago

Here are all the permissions for worldguard

wizjany commented 1 year ago

not a bug. read the docs if you don't understand how flags work.

KoNekoD commented 1 year ago

Then how do I solve my problem?