#Is there an event for Block Updates?
1 messages · Page 1 of 1 (latest)
an event like that doesn't exist in skript nor spigot/paper
It lowkey took me some time to find, but "On Physics"?
well it definitely works now
thanks for not that much help
on physics triggers for a lot of other stuff as well and it triggers a ton so you'll need to be careful how you use that
yeah, I'm only using it on a very specific event, so it hopefully won't lag my server.
on physics gets triggered thousands of times per minute regardless of what you do. If you have a line of code calling "on physics" that event is called no matter what you do
but also does this help you ?
Attempts to update the block represented by this state.
Unless force is applied, this will not modify the state of a block if it is no longer
the same type as it was when this state was taken.
You can optionally apply this blockstate to another block.
If done without physics updates, it will not trigger a physics update on surrounding blocks whi...