# Ride

With this skill you can ride your pet. To mount your pet rightclick your pet with the item specified in the config (MyPet.Skill.Ride.Item). Riding your pet is like riding a horse.

When you bought the 💲 premium version of MyPet you can also fly with your pet when it's enabled by your [skilltree](/legacy/systems/skilltrees.md).

The ride speed (and the ability to fly 💲) can be set via the [skilltree](/legacy/systems/skilltrees.md) skill settings.

Even very small speed values will increase the speed a lot, so be carefully.

## Fly Zones

💲 *Fly Zones* can be used to prevent/allow flying in certain [WorldGuard](http://dev.bukkit.org/bukkit-plugins/worldguard/) regions. Regions with higher priorities will overwrite regions with a lower priority.

### Example:

This setup prevents players to fly their pet in the world `Survival` but allows it when they are in the `spawn` region.

```
MyPet:
  Skill:
    Ride:
      FlyZones:
        Survival::spawn: true
        Survival::__global__: false
`</code>`
`<code yaml regions.yml>`
regions:
    spawn:
        priority: 200
    __global__:
        priority: 100
```

## Demonstration &#x20;

![](/files/-LXxWEem_pP_elRMPHEA)


---

# 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/skills/ride.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.
