Quick steps for reproduction:
(Assume empty plugin here)
1. Spawn armor stand with NoGravity set (ArmorStand#setGravity(false))
2. Modify its velocity by setVelocity(Vector)
Expected: Armor stand moves according to velocity without additional gravity
What happens: Armor stand does not move.