EndstoneMC / endstone

Endstone - High-level Plugin API for Modding Bedrock Dedicated Servers (BDS), in both Python and C++.
http://endstone.dev/
Apache License 2.0
236 stars 22 forks source link

[feature] BlockUpdate Event #67

Open palmmc opened 4 days ago

palmmc commented 4 days ago

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!