[CAN YOU REPLY TO THIS?] Is there a determined velocity when a player jumps?

Discussion in 'Plugin Development' started by frozenpoptartmc, Mar 4, 2013.

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

    frozenpoptartmc

    Basically, the title.
    I'm trying to see if a player is jumping by getting their velocity.
    If there is an easier way to do this, I'd like to know. Thanks. :p
     
  2. Offline

    chasechocolate

    PlayerMoveEvent, event.getFrom().getBlockY() + 1 == event.getTo().getBlockY(). Also, putting "CAN YOU REPLY TO THIS" in the title will just attract less people ;)
     
    microgeek likes this.
Thread Status:
Not open for further replies.

Share This Page