croxis / Lift

Minecraft/Bukkit elevator plugin
23 stars 26 forks source link

Test with horse #159

Closed croxis closed 5 years ago

croxis commented 5 years ago

Apparently there are issues with horses. Will need to check

croxis commented 5 years ago

The issue is that horses are at a different height than the player, which I hard coded way back in alpha. A more elegant solution will be to check the floored block of the entity with using its height and getBlockY, ignore entities in a vehicle, and add a listener for a Vehical Exit event to add the dismounted player as a passenger of the existing lift.

croxis commented 5 years ago

Fixed