Quark Oddities

Quark Oddities

22M Downloads

[1.18.2] Chunk protection bypass with double door

manmaed opened this issue ยท 1 comments

commented

Bug Description
Using a double door a player can bypass chunk protection in 1.18.2

Steps to reproduce

  1. get a player to place a double door in there claim
  2. get another player (that has no perms in claim) to try and open the door at the top of door
  3. door will open sometimes

Expected behaviour
for door not to open

Screenshots
https://ss.manmaed.net/1660520916.mp4

commented

Same issue with my claim mod as well. Probably just needs to fire PlayerInteractEvent.RightClickBlock before calling DoubleDoorOpeningModule.openDoor on the server side.