Linux
If I set the velocity of a boat in the 1.12 the boat will stop. In other versions(1.8) the same code will move the boat.
Example Code:
Boat boat = (Boat) player.getVehicle(); boat.setVelocity(new Vector(0.2, 0, 0.2));