"On Break" event does not fire while door upper half is broken
quillincn opened this issue ยท 2 comments
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
- Use this for debugging:
on break:
broadcast "Block was broken:"
broadcast "%event-block%"
- Place any door in the world
- Break it's upper half
- 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.
I apologize. I did a clean install, works fine. Probably one of the plugins creating conflict. Thanks for reply! @sovdeeth