Skript

Skript

743k Downloads

"On Break" event does not fire while door upper half is broken

quillincn opened this issue ยท 2 comments

commented

Skript/Server Version

Skript Version: 2.9.0 (skriptlang-github)
Server Version: git-Paper-196 (MC: 1.20.1)

Bug Description

"On Break" event does nothing if the upper half of the door is broken, the lower half works fine. Script used for debug:

on break:
    broadcast "Block was broken:"
    broadcast "%event-block%"

Expected Behavior

Expected event will be fired on upper half break and event-block will be sent to chat.

Steps to Reproduce

  1. Use this for debugging:
on break:
    broadcast "Block was broken:"
    broadcast "%event-block%"
  1. Place any door in the world
  2. Break it's upper half
  3. See no reaction on it

Errors or Screenshots

No response

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

image
image

Cannot replicate on 2.9.0, 1.21

commented

I apologize. I did a clean install, works fine. Probably one of the plugins creating conflict. Thanks for reply! @sovdeeth