You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could use countAsync before and after the action. Normally if using API methods all blocks place anyways, and the method will return true. What is your use / what are you trying to archive?
I’m using your nice API to place blocks. Basically when I reset mines and the players are in certain areas, I teleport them to the top to prevent from suffocating but since blocks don’t get placed instantly, the feature is not working as expected so I asked if there was a way to check if blocks are done placing so then I can teleport them to the top
I understand now.
I think it is not possible yet. I could add an Event, but at the current code state it would pollute the cleanup branch again.
I will do this some time later.
is there a way to check that all blocks were placed using the api?
The text was updated successfully, but these errors were encountered: