Auxilor / libreforge

Powerful yaml-based 'scripting' library for spigot
https://plugins.auxilor.io/effects/configuring-an-effect
Other
57 stars 53 forks source link

triggers dont working in worldguard protected regions #64

Closed TadaClip closed 2 years ago

TadaClip commented 2 years ago

Describe the bug The triggers alt_click, mine_block and place_block dont work in protected regions (like spawns) where worldguard cancels these events with the flags block-break: deny and block-place: deny

To Reproduce Steps to reproduce the behavior:

  1. Place a region with the flags block-break: deny and block-place: deny
  2. Place a trigger alt_click, mine_block or place_block anywhere
  3. Take off the operator mode (deop)
  4. Try to call the trigger
  5. The trigger is not activated

Expected behavior Activate the trigger anywhere

Server Information (please complete the following information):

WillFP commented 2 years ago

Add disable_antigrief_check: true, it's in the wiki