🧟‍♂️Vanilla Mobs as Pets

Use vanilla mobs with AdvancedPets

Can I give vanilla mob pets to my players?

Yes! Since version 2.0.0, vanilla mobs are now supported as pets.

How to set up a vanilla mob as a pet?

Very simple! All you need to do is create a file in AdvancedPets' plugin folder. Go to your server/plugins/AdvancedPets/customMobs , you will need to create a file called <mob name>.amob, e.g. Zombie.amob and use this format inside:

Zombie.amob
settings:
  sounds: ZOMBIE
  mobtype: ZOMBIE
  nametagHeight: 0

skins:
parts:

Don't worry about the file extension - it's still a text file but using .amob our model format. Set mobtype and sounds to your vanilla mob's type, then save this file and restart.

Here you can find all the proper names for vanilla mobs: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html

Last updated