Search results

  1. JRabble

    Question Need help with isJumping method 1.18

    So recently I have started making my own plugin, in which i really need to use player#isJumping method, but I realized that it doesn’t work. Is this a thing or am I doing something wrong? if (p.isJumping()){ // my code }
  2. JRabble

    Need help with isJumping method 1.18

    So recently I have started making my own plugin, in which i really need to use player#isJumping method, but I realized that it doesn’t work. Is this a thing or am I doing something wrong? if (p.isJumping()){ // my code }