How to check when a player draws their bow?

Discussion in 'Plugin Development' started by MrSnare, Sep 2, 2014.

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

    MrSnare

    Is there a better way than checking on a player interact event?
     
  2. Offline

    coasterman10

    PlayerInteractEvent seems to be the best way to do this. You may also be interested in EntityShootBowEvent, fired when the player shoots an arrow from a bow.
     
    hintss likes this.
  3. Offline

    guitargun

    Did a quick look and also found that the PlayerInteractEvent is the best choice. just a simple check if the player is holding a bow, if you need the damage or check if fully drawn then just the entityshootbowevent. I think that the real type of bow drawing back is client sided.
     
Thread Status:
Not open for further replies.

Share This Page