Skip to content

v1.18.1

Compare
Choose a tag to compare
@totemo totemo released this 11 Nov 03:27
· 8 commits to master since this release
  • Add a configuration option look-angle-workaround (default: false) to prevent the player's look angle being changed when they run /hgps if they are currently in a vehicle. This is a work-around for a putative bug in the vanilla Minecraft 1.16 client, discussed in SPIGOT-5891 and demonstrated by the PassengerBug plugin attached as demonstration of SPIGOT-6187.

  • Fix a NPE when a player logs in while already on their horse. This is due to Spigot changing the relative ordering of VehicleEnterEvent and PlayerJoinEvent so that players now enter the vehicle before they join the game, violating a basic assumption of the code.