- Added limit to the leash height for Minecraft 1.21 and later versions because the bug that allows to extend the leash height is fixed. (Limit is 10 blocks).
- Allow horse riding option can no longer be enabled if the horse saddles option is enabled and the game version is 1.20.5 and later.
Changes in messages.yml
- Added no permission message.
YAML:commands: no-permission: "&cYou must be admin or higher to use this command!"
Changes in config.yml
- Added horse dismount sound effect.
- Fixed an error for the lower game versions such as MC 1.8.8.
YAML:# Set 'NONE' to disable. sounds: # The sound that is going to be played when a player dismounts a horse in a Carousel. dismount: NONE
- Fixed players can put armors on the horses.
- Fixed players can interact with the horse inventory.
- Now horses and the leash holders won't be persistent which means they will be removed when on the server reload/restart/shutdown.
- Added blue color to glow settings menu.
- Fixed saving glow color to wrong path.
- Updated config.yml comments and removed unused options.
- Removed fonts folder from the shaded JAR (the JAR size is decreased by 25%-30% KBs)
![]()
Changes in config.yml
- Added option to play a sound when a player mounts a horse in a carousel.
YAML:# Set any 'NONE' to disable. sounds: # The sound that is going to be played when a player mounts a horse in a Carousel. mount: NONE
- Fixed a bug when player leaves the server while riding a horse.
- Fixed tab completer recommends for inappropriate arguments.
- Removed unnecessary tab completions.
- Removed unused config options.
- Set default system locale to English.
- Code based improvements.
