# Setup

## Installation

After you downloaded a version of *MyPet*, put it into you **plugins** folder and start the server. On first startup *MyPet* will create the default config files and a default skilltree-file for all mobs that contains some sample skilltrees.

## Configuration

This pages show you how to configure *MyPet*:

* Setup [Permissions](/legacy/setup/permissions.md)
* Configuration of the *WorldGroups* for the [multiworld](/legacy/systems/multiworld.md) support
* Configuration of the plugin in [config.yml](/legacy/setup/configurations/configfile.md)
* Pet configuration in [pet-config.yml](/legacy/setup/configurations/petconfig.md)
* Configuration of the [Skilltrees](/legacy/systems/skilltrees.md)
* Optional: Create a [translation](https://translation.mypet-plugin.de/)


---

# 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/legacy/setup.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.
