Changing Arrows Speed And Affect

Discussion in 'Plugin Development' started by jay275475, Sep 6, 2013.

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

    jay275475

    Hello I was wondering is it possible to change an Arrow Effect like making it explode And Changing Speed of Arrow
     
  2. Offline

    chasechocolate

    Changing the speed is done with velocities, if you don't want to calculate it, you can just use arrow.setVelocity(arrow.getVelocity().multiply(2)). Making it explode is done with ProjectileHitEvent.
     
Thread Status:
Not open for further replies.

Share This Page