FireworkExplodeEvent

Discussion in 'Plugin Development' started by LazyLemons, Mar 14, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    LazyLemons

    I'm just wondering, is there a way to see when a firework explodes and the animation is played? I've tried EntityExplodeEvent, however it doesn't seem that the firework actually "explodes", so what can I do/try? If there is no way, could a custom event work for this?
     
  2. I doubt it's even called server-side, I guess the server only tells the player where to launch it from and how far then the client side handles everything.
    You can predict when a firework is going to explode by its power, each power point is half a second of flight, you can then make a task accordingly.
     
Thread Status:
Not open for further replies.

Share This Page