# FAQ

## Is MyPet EULA compliant?

{% content-ref url="/pages/-LXhSk19-ku\_9uDx8Zob" %}
[Is MyPet EULA compliant?](/misc/eula.md)
{% endcontent-ref %}

## Is there a max levelcap?

Yes, there are 3 ways to activate a level cap: 1. via [config](/setup/configurations/config.yml.md) 2. via [skilltrees](/systems/skilltrees.md) 3. create your own [expjs](/systems/experience/expjs.md) 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. ![$](/files/-LXxbF5xExmAcZLOuRpO) **Weapons/Armor are only visually and have no effect on the pet** ![$](/files/-LXxbF5xExmAcZLOuRpO)

{% 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](/skills/ride.md) skill
2. The [fly](/skills/ride.md#flying) flag must be enabled by the skilltree
3. Mount your pet
4. Press `space`

## How can I get a pet?

{% content-ref url="/pages/-LXhSk-SbxTY0zB64PBI" %}
[How to get a pet](/tutorials/how_to_get_a_mypet.md)
{% 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](/systems/hungersystem.md) 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](/hooks/npc.md) or [command](/setup/commands.md)).

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

Your pets just don't have a damage skill ([Damage](/skills/damage.md) or [Ranged](/skills/ranged.md)). 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](/systems/leashflag.md) 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](/setup/configurations/pet-config.yml.md).

## 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 ](/setup/permissions.md)to use this command:&#x20;

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


---

# 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://wiki.mypet-plugin.de/misc/faq.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.
