# FAQ

## Is MyPet EULA compliant?

{% content-ref url="eula" %}
[eula](https://wiki.mypet-plugin.de/misc/eula)
{% endcontent-ref %}

## Is there a max levelcap?

Yes, there are 3 ways to activate a level cap: 1. via [config](https://wiki.mypet-plugin.de/setup/configurations/config.yml) 2. via [skilltrees](https://wiki.mypet-plugin.de/systems/skilltrees) 3. create your own [expjs](https://wiki.mypet-plugin.de/systems/experience/expjs) and add a levelcap in there

## How can I equip my Zombie/Skeleton/PigZombie?

Just right-click your pet with the item you want them to wear while sneaking. To remove the equipment just right-click your pet with shears while sneaking. ![$](https://3869790376-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXhRZyUgDZpPIQrYK1o%2F-LXx_oMwnEAUiDg5XPAj%2F-LXxbF5xExmAcZLOuRpO%2Fexclaim.gif?alt=media\&token=edb76aec-65d8-4904-ac04-03dd8139cc44) **Weapons/Armor are only visually and have no effect on the pet** ![$](https://3869790376-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXhRZyUgDZpPIQrYK1o%2F-LXx_oMwnEAUiDg5XPAj%2F-LXxbF5xExmAcZLOuRpO%2Fexclaim.gif?alt=media\&token=edb76aec-65d8-4904-ac04-03dd8139cc44)

{% hint style="info" %}
This applies to Horses, Donkeys, Enderman and Iron-Golems.\
The same method is used to handle equipping/unequipping any pet with an item.
{% endhint %}

## How can I control my pet while riding it?

Riding a pet is like riding a horse with a saddle.

## How can I fly my pet?

1. The pet need the [ride](https://wiki.mypet-plugin.de/skills/ride) skill
2. The [fly](https://wiki.mypet-plugin.de/skills/ride#flying) flag must be enabled by the skilltree
3. Mount your pet
4. Press `space`

## How can I get a pet?

{% content-ref url="../tutorials/how\_to\_get\_a\_mypet" %}
[how\_to\_get\_a\_mypet](https://wiki.mypet-plugin.de/tutorials/how_to_get_a_mypet)
{% endcontent-ref %}

## How can I feed my pet?

Firstly look what you pet wants as food here. Then just rightclick your pet while holding the food item in your hand. It will first increase the [saturation](https://wiki.mypet-plugin.de/systems/hungersystem) of your pet your pet and when it is at 100 saturation it will heal it. Every food item has a **saturation** of **6points** and every missing saturation and HP will use **1 point**.

## Is there a way to have more than 1 pet?

No. You can only have **one** active pet at the same time. However you can *store* pets and switch between them ([NPC](https://wiki.mypet-plugin.de/hooks/npc) or [command](https://wiki.mypet-plugin.de/setup/commands)).

## Why can't the pets on my server attack anything?

Your pets just don't have a damage skill ([Damage](https://wiki.mypet-plugin.de/skills/damage) or [Ranged](https://wiki.mypet-plugin.de/skills/ranged)). Select a skilltree with a damage skill or add a damage skill to your existing skilltrees.

## Why can't I tame the Enderdragon/Wither?

[ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) is required for the Enderdragon to be tame-able.

The [leash requirements](https://wiki.mypet-plugin.de/systems/leashflag) for the enderdragon/wither are set to `impossible` by default. Change it to one of the other requirements (or replace them with an empty list `[]`) in the [pet-config.yml](https://wiki.mypet-plugin.de/setup/configurations/pet-config.yml).

## Why doesn't the Enderdragon/Bat/Phantom etc; fly?

There is no Flying AI in Minecraft.\
Pets utilize the Tamed Wolf AI once they are tamed as a MyPet.

## Can I make my Pet Sit/Stay?

Yes, you can make your pet stay by Shift + Right Click\
All pets can be told to Stay, not just the standard tame-able mobs such as Cats and Wolves.

## Why can't I use the `/petstore` command?

&#x20;You need the following [permissions ](https://wiki.mypet-plugin.de/setup/permissions)to use this command:&#x20;

* `MyPet.command.store`&#x20;
* `MyPet.petstorage.limit.<limit>`
  * (refer to the [permissions ](https://wiki.mypet-plugin.de/setup/permissions)page for more info about how to use this permission)
