# 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](https://wiki.mypet-plugin.de/legacy/systems/skilltrees).

The ride speed (and the ability to fly 💲) can be set via the [skilltree](https://wiki.mypet-plugin.de/legacy/systems/skilltrees) 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;

![](https://3355633895-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXhRZyUgDZpPIQrYK1o%2F-LXxVYSycZFQoBs4DWCN%2F-LXxWEem_pP_elRMPHEA%2Fride.gif?alt=media\&token=acdaa844-8fcb-4ad6-b62c-5853d91e84eb)
