[feature] BlockUpdate Event
Is your feature request related to a problem? Please describe. One of the major things that I feel is missing to addons/script API that would be very useful to have through Endstone is a BlockUpdate event.
Describe the solution you'd like The BlockUpdate event would trigger everytime a block is updated by the server, and gives you information related to the BlockUpdate.
Describe alternatives you've considered There isn't really a good way to do this otherwise, except by custom behavior and ticking by custom blocks.
Additional context I don't know how performant this would be; it might be relevant to add some sort of filter option or something, or maybe it isn't realistic at all. Let me know! Thank you for your time!