Skip to content

v2.5.0

Compare
Choose a tag to compare
@DSH105 DSH105 released this 12 Oct 08:57
· 107 commits to master since this release

Download this file on BukkitDev here (or the identical development build here

EchoPet 2.5.0 is known to be compatible with ANY Minecraft version from 1.6.4 through to Spigot 1.8 (including 1.7.10 - which the previous release did not). If you've been running development builds, this shouldn't be too much of a change).

NOTE: Only WorldGuard 6.0+ is supported by EchoPet. Region checks (etc.) will be disabled if a previous version is found.

Major changes in 2.5.0 (summarised -> 12,269 additions and 895 deletions from 2.3.3):

  • Support 1.7.10 and Spigot 1.8 builds
  • Implement further support for MCPC+/Cauldron
  • Fix a number of crashes related to UUID changes ('ticking entities')
  • Improvements to identification utilities (regarding UUID changes)
  • Various improvements to handling of MySQL tables and migration of existing data
  • Only disable human pets for 1.7.8
  • Only use UUID-based storage if supported by the server version
  • Fix new SQL tables not being created correctly
  • Allow word filters to be specified in the config file (via regular expressions)
  • Save item lore for menu configurations as a list (e.g. ['first line', 'second line', 'third line']
  • Add Horse rearing animation when jumping
  • Prevent crashes when player stops riding a pet
  • Add a config option to 'fix' human pet skins appropriately by requesting via Mojang's API
  • Restrict menu opening to permission checks (identical to /pet menu command)
  • Obey user permissions when selecting a slime size
  • Resolve problems with players receiving no fall damage after dismounting their pet
  • Fix pets not returning when the owner respawns
  • Refresh loaded selector menu layout when /petadmin reload is executed
  • No more 'wolf armies' - using the selector item to tame wolves will no longer work
  • Fix errors occurring when viewing /pet info for horse pets
  • Fix certain permissions giving users the ability to perform commands they should not have access to
  • Fix issues with /pet toggle
  • Minor performance enhancements

Along with various improvements, fixes and less crashes to improve the user experience.

For a full list, please see here.

Known problems:

  • Human pets may not render correctly for 1.8 clients