Solved Make arrows dont fall down

Discussion in 'Plugin Development' started by DS_STORE, Feb 6, 2016.

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

    DS_STORE

    I spawn an arrow using World#spawnArrow().
    Is there a way to have it fly straight?
    And if, is there also one to have it disappear after a set distance?
     
  2. Offline

    mcdorli

    @DS_STORE create a bukkit runnable, and every tick, instead of letttung it go automatically, set ut back to the last position it was, and add it's original velocuty to it.
     
Thread Status:
Not open for further replies.

Share This Page