Grindstones interactable even when Interact set to Deny
notenoughbees opened this issue ยท 1 comments
WorldEdit Version
7.2.11-beta-01
WorldGuard Version
7.0.8-beta-01
Platform Version
paper-1.19-81
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of WorldGuard compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
In a region, if you set the Interact flag to Deny, any grindstones in the region are still usable by players. They can open the menu, put items in, and repair/disenchant them. I've tried denying multiple other flags like chest-access and build (even though Interact should work by itself), but grindstones are still always usable by everyone.
Expected Behavior
Expected behaviour is that when you set Interact to Deny, players should be completly unable to use grindstones, not even being able to open them.
Reproduction Steps
- Make a region
- Place a grindstone in it
- Set the Interact flag to Deny
- Have a player who isn't a member of the region try to use the grindstone: they can.
Optional WorldGuard-Report
No response
Anything Else?
No messages pop up saying "Hey! You can't use that here" when using the grindstone.
Also, when I try /wg debug testinteract on a grindstone when Interact is denied, chat says that no plugins cancelled the
event, but it does for chests, furnaces etc.