> For the complete documentation index, see [llms.txt](https://wiki.mypet-plugin.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mypet-plugin.de/legacy/misc/faq.md).

# FAQ

## Is MyPet EULA compliant?

Read [this](/legacy/misc/eula.md).

## Is there a max levelcap?

Yes, there are 3 ways to activate a level cap: 1. via [config](/legacy/setup/configurations/configfile.md) 2. via [skilltrees](/legacy/systems/skilltrees.md) 3. create your own [expjs](/legacy/systems/experience/expjs.md) and add a levelcap in there

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

Just rightclick your pet with the item you want them to wear while sneaking. To remove the equipment just rightclick your pet with shears while sneaking. ![$](/files/-LXxbF5xExmAcZLOuRpO) **Weapons/Armor are only visually and have no effect on the pet** ![$](/files/-LXxbF5xExmAcZLOuRpO)

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

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

## How can I get a pet?

[Tutorials](/legacy/tutorials.md) -> [How to get a pet](/legacy/tutorials/how_to_get_a_mypet.md)?

## 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](/legacy/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](/legacy/hooks/npc.md) or [command](/legacy/setup/commands.md)).

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

Your pets just don't have a damage skill ([Damage](/legacy/skills/damage.md) or [Ranged](/legacy/skills/ranged.md)). Select a skilltree with a damage skill or add a damage skill to your existing skilltrees.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.mypet-plugin.de/legacy/misc/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
