aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
90 stars 71 forks source link

allow-block-place TNT does not work! #99

Closed iperrealistico closed 4 years ago

iperrealistico commented 4 years ago

/rg flag test allow-block-place tnt

Hey! Sorry but you can't place that block here.

I wanted to allow the placing of ONLY tnt blocks inside a region, to everyone, also non-members.

Unfortunately it does not work. I also tried enabling passthrough. The only way to make it work is to use block-place allow, but that allows every block to be placed.

git-Paper-223 (MC: 1.14.4) WorldGuardExtraFlags version 4.1.2 WorldEdit version 7.0.1;61bc012

aromaa commented 4 years ago

This has been long standing bug due to using WG events to rely on which blocks can and can not be placed in order to allow overriding the result.

Dupe of #12