# Hook Types

### Pet vs. Player - Protection

Checks whether the MyPet-owner can attack a target player following the rules of the hooked plugin like **parties**. If the owner of a pet can attack a player, the MyPet can attack this player too.

### Pet vs. Creature - Protection

Checks whether the MyPet-owner can attack a target mobn following the rules of the hooked plugin like **claims**. If the owner of a pet can attack a mob, the MyPet can attack this mob too.

### Arena

Most plugins that have some kind of arena are not balanced to have pets at the side of their owners. With this hook you can disable pets in arena like games like survival-games and other minigames.


---

# 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/hooks/hook-types.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.
