NOTE: This update changes the config.yml almost entirely. It is recommended you delete your current config.yml and let it regenerate.
Bee, Iron Golem, Fox, Cat, Wolf and Polar Bear added All of the above entity types have been added as pets. If you are running a Minecraft version which does not support one of the entity types, it is simply skipped during loading.
Adult/baby system improved Instead of having two seperate pets for the adult and baby version of each entity type, pets can now be toggled between adult and baby in the menu.
New skull textures The plugin now uses direct skull textures instead of player names. These skull textures are from minecraft-heads.com and can be changed in the config.yml.
Double the number of pets! This release doubles the number of available pets. Each pet type now also has a baby variant.
Cross-version compatibility The plugin is now compatible with all versions 1.13-1.16, because it makes use of reflection instead of using NMS directly.
Full changelog - Add baby pets
- Switch to reflection
- Update GUI
- Tweaked (default) messages
This update makes the plugin compatible with ONLY Spigot 1.16.1, along with a few other things (see the changelog below).
What to expect in the future:
* Compatibility with all versions 1.13 and up
* Ability to control pets when riding them (may require ProtocolLib)
* More regular updates!
Changelog:
* Made plugin compatible with 1.16
* Added mushroom pet
* Added remove option to rightclick-menu
* Made adjustments to default config
* Made /petsplus open the pet menu when a pet is equipped, otherwise the pet selection menu
* Centered items in pet selection menu
* Improved gui population
* Changed nl.mistermel package to tech.mistermel
* A lot of improvements in code quality & readability