Players can place books into lecterns
RealTriassic opened this issue · 1 comments
RealTriassic commented
WorldEdit Version
7.3.5
WorldGuard Version
7.0.11-beta1
Platform Version
Paper version 1.21-127-master@4e6a2a1 (2024-08-07T12:50:10Z)
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
Players are able to place books into lecterns despite chest-access
, use
and interact
being set to deny.
Expected Behavior
Players should not be able to place books into lecterns.
Reproduction Steps
- Place a lectern.
- Set
chest-access
,use
andinteract
to deny. - Observe that you can still place books into lecterns.
Optional WorldGuard-Report
No response
Anything Else?
No response
wizjany commented
looks like spigot made some change so they no longer send block change events. no idea if this was intentional on their end but i made a workaround anyway cuz i cba to deal with their code.