Horse setVelocity always resets velocity to zero

    • Type: Bug
    • Resolution: Invalid
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:

      Spigot 1.11.2 has this problem... But Spigot 1.8.4 doesn't..

      @EventHandler
      private void onHorseJump(HorseJumpEvent event){
          Vector velocity = new Vector(0, 1000, 0);
          event.getEntity().setVelocity(velocity);
      }

      If this code is used on spigot 1.8.4, the horse will fly. The horse will even fly if jumped again in the air.

      If it's used on 1.11.2, the horse will instantly lose all velocity and fall down.

       

      I think there is a workaround with nms, but I haven't tried yet.

          [SPIGOT-3181] Horse setVelocity always resets velocity to zero

          md_5 added a comment -

          I've confirmed that we can't fix this.

          md_5 added a comment - I've confirmed that we can't fix this.

          md_5 added a comment -

          Horse jump velocity is determined by the client now.

          md_5 added a comment - Horse jump velocity is determined by the client now.

            Assignee:
            Unassigned
            Reporter:
            Shady
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: