# MyPet-Premium

[MyPet-Premium](https://www.spigotmc.org/resources/mypet-premium.17566/) is the paid version of [MyPet](https://www.spigotmc.org/resources/mypet.12725/) that the author of MyPet offers on [Spigot](https://www.spigotmc.org/). It has additional features and new features will most likely end up in the premium version. All premium fetatures should be marked with a 💲 in this wiki to make it clear that the free version does not have them.

## Premium Features

These are the current features that the premium version has over the free one:

* MySQL support ([How to switch from file to MySQL](/legacy/tutorials/how_to_upgrade_from_file_to_mysql.md))
* MongoDB support ([How to switch from file to MongoDB](/legacy/tutorials/how_to_upgrade_from_file_to_mongodb.md))
* [fly mode](/legacy/skills/ride.md#fly-zones) for the [Ride](/legacy/skills/ride.md) skill that allows players to fly with their pets
* [Shield](/legacy/skills/shield.md) skill
* The CaptureHelper
* Pet shops
* `/pettrade` [command](/legacy/setup/commands.md)

## Particle effects

If you purchased the premium version of the plugin you can [select](https://mypet-plugin.de/premium/particles) up to 2 Minecraft usernames (UUIDs) who will then get particle effects on their pets! &#x20;

![Premium Particles](/files/-LXxdmFxbWo4LGA3DtU5)

## Planned Premium Features

You can find planned premium features here: <https://github.com/xXKeyleXx/MyPet/issues?q=is%3Aissue+is%3Aopen+label%3APremium+-label%3ABug+-label%3A"Bug+(Unconfirmed)">


---

# 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/premium.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.
