rutgerkok / BlockLocker

Protect chests, doors and other blocks in Minecraft from being opened using protection signs
https://www.spigotmc.org/resources/blocklocker.3268/
MIT License
69 stars 43 forks source link

[Everyone] unable to bypass protection plugins #165

Closed baailey closed 1 year ago

baailey commented 1 year ago

Hi, in 1.19 my players were able to use thee [Everyone] tag to allow players to access chests within their WorldGuard regions, without any sort of WorldGuard flag granting them access. In 1.20, that is no longer the case.

Is this a bug, or was this never the case in the first place and I'm misremembering?

rutgerkok commented 1 year ago

BlockLocker can prevent access to a chest, but it shouldn't give you access if some other plugin (WorldGuard) already blocked it. So you'll need to give the players access through WorldGuard too. No idea if/how that worked in the past.

baailey commented 1 year ago

But wouldn’t it make sense for the [Everyone] tag to literally allow anyone access, even if there is a 3rd party plugin like WorldGuard protecting it?

rutgerkok commented 1 year ago

It would make sense as an option, but I'm not going to add it myself. (I'm still keeping this plugin updated, but I'm not adding more features myself. Pull requests are always welcome, though.)