PluginBugs / Issues-ChestPreview

Repository used to keep track of issues of my plugin ChestPreview
0 stars 0 forks source link

Worldguard - cannot build message #27

Open bobhenl opened 9 months ago

bobhenl commented 9 months ago

Terms

Discord tag (optional)

Renzotom

What happened?

Hi, when player has permission to open containers (chest access in worlduard there's a message that he cannot build there on hovering the chests. Which is a bit annoying. It doesn't happen when turning off checking permission to access the chest in the config but I guess it should check only the chest access and not the build flag... so I want to have it enabled, but I don't want the worldguard to spam the players about the build flag when they look at the chests.

Steps to reproduce the issue

  1. Make WorldGuard region with build deny & chest access allow
  2. Set checking permission in the config to true
  3. Restart server
  4. Hover over the chests, you'll see message that you cannot build there, but you can normally open the chest... and the preview isn't displayed.

Server version

Current: git-Purpur-2062 (MC: 1.20.1)*

ChestPreview Version

ChestPreview version 1.0.8

ProtocolLib Version

ProtocolLib version 5.2.0-SNAPSHOT-679

LoneLibs Version

LoneLibs version 1.0.45

FULL server log

No response

Error (optional)

No response

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

github-actions[bot] commented 9 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

LoneDev6 commented 9 months ago

it should check only the chest access and not the build flag

There is no builtin way to do so other than checking build permissions. I'm open for suggestions, but for now I didn't find any clear way to do that.

bobhenl commented 9 months ago

OK, thanks for reviewing