Releases: NerdNu/EasyRider
v1.19.0
v1.18.3
v1.18.2 - Compatibility of `/hgps` Waypoints with VoxelMap for 1.16.3
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
-
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
- 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
1.16.0
1.15.0
1.14.0
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.