Skip to content

Releases: NerdNu/EasyRider

v1.19.0

30 Jan 07:41
Compare
Choose a tag to compare
  • Updated to Minecraft 1.18.1, Java 17, latest LibsDisguises. (#9)
  • Fix horse drinking (#10): CAULDRON is now WATER_CAULDRON.
  • Fix some compiler warnings.

v1.18.3

24 Nov 01:12
Compare
Choose a tag to compare

Specify that all sounds are in the NEUTRAL category so that they can be adjusted by the animal volume slider rather than the master. [PR #7]

v1.18.2 - Compatibility of `/hgps` Waypoints with VoxelMap for 1.16.3

18 Nov 04:49
Compare
Choose a tag to compare

Adjust the formatting of waypoints generated by /hgps such that:

  • For vanilla worlds, we show the vanilla dimension name in waypoints.
  • For extra worlds, we show the world name in the waypoint.

For the sake of brevity, we drop the minecraft: namespace on dimension names and only show either a dimension or world name and not both.

It is not possible to convince VoxelMap to add a waypoint to a different world from where the player is currently (even with redundant dim: and world: values in the waypoint).

v1.18.1

11 Nov 03:27
Compare
Choose a tag to compare
  • 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.

v1.18.0

18 Sep 10:56
Compare
Choose a tag to compare
  • List horses in ascending order of when they were tamed. You can un-tame and re-tame a horse to move it down the list.
  • Show owner with access denied message.
  • New admin commands: /horse-set-appearance and /horse-set-name.
  • Allow arbitrary disguises on saddles using LibsDisguises disguise syntax.

1.16.1

28 Sep 13:27
Compare
Choose a tag to compare

Bug fixes:

  • Fix taming to and access list changes pertaining to players in their first play session.
  • Underwater training of skeleton horses improves speed, not jump.
  • Suppress dehydration while riding through water or waterlogged blocks.

1.16.0

26 Sep 12:18
Compare
Choose a tag to compare
  • Updated for Minecraft 1.13 (spigot-api: 1.13).
  • Horses can now drink from waterlogged blocks.
  • The plugin gracefully handles a missing or disabled LibsDisguises dependency.

1.15.0

08 Aug 06:34
Compare
Choose a tag to compare

Additional details logged on horse death.
Now depends on LibsDisguises 9.5.2.

1.14.0

26 Apr 18:56
Compare
Choose a tag to compare

Dehydration feature changes:

  • Show hydration in /hinfo and /hnext.
  • Show dehydration messages at 0, +2 minutes, +6 (2+4) minutes and then silence.
  • Add /horse-neglect command to toggle ignoring dehydration messages and sounds.
  • Remove panting sound caused by dehydration.
  • Allow horses to also drink at head height.

Bug fixes:

  • Prevent exploitation of commands to simulate drinking.
  • Clear access list on untame.
  • Avoid notifying riders of their horse disguise when other players join.
  • Better line breaking in help.
  • Fixed NPE in movement speed warnings for unowned horses.

1.13.1

18 Dec 05:50
Compare
Choose a tag to compare

Fix inventory access for skeletal and zombie horses too.