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.
The ride speed (and the ability to fly 💲) can be set via the skilltree 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 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

Last updated
Was this helpful?