Blacklist command_block_minecart on-use=deny not working
Antal1609 opened this issue ยท 2 comments
Versions
WorldEdit version: FastAsyncWorldEdit-51
WorldGuard version: WorldGuard 7.0.6-SNAPSHOT+2137-7e817c3
Platform version: Paper version git-Paper-108 (MC: 1.17.1)
Describe the bug
Blacklist deny placing command_block_minecart does not work as intended.
To Reproduce
- /minecraft:give @p minecraft:command_block_minecart
- Set-up blacklist for your current world
[tnt_minecart,hopper_minecart,command_block_minecart]
on-use=deny
- Placing tnt minecart is blocked, placing hopper minecart is blocked, placing command block minecart is not blocked.
Expected behavior
Command block minecart can not be placed if on-use is denied.
I tried again and as of now it's working correctly... we didn't restart the server or reload anything. Thanks for verifying!
https://i.imgur.com/VPd9HpD.png
[command_block_minecart]
on-use=deny,tell
maybe FAWE breaking shit somehow dunno, forks of WE aren't supported.