# Vanilla Mobs as Pets

### 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:

<pre class="language-yaml" data-title="Zombie.amob" data-overflow="wrap" data-line-numbers><code class="lang-yaml"><strong>settings:
</strong>  sounds: ZOMBIE
  mobtype: ZOMBIE
  nametagHeight: 0

skins:
parts:
</code></pre>

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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mobs.advancedplugins.net/advancedpets/vanilla-mobs-as-pets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
