MyPet - Wiki
WebsiteDownloadSpigotDiscord
Legacy
Legacy
  • MyPet - Wiki
  • MyPet-Premium
  • Setup
    • Permissions
    • Commands
    • Configurations
      • config.yml
      • pet-config.yml
      • pet-shops.yml
      • Custom-Item-Data in Config
  • Systems
    • Leash Flags / Requirements
    • Skilltrees
      • SkilltreeCreator - Tool
    • Experience
      • Experience-Script
    • MyPet Storage
    • Hunger-System
    • World Groups
    • Auto Updater
  • Skill Overview
    • Backpack
    • Beacon
    • Behavior
    • Control
    • Damage
    • Fire
    • Heal
    • Knockback
    • Life
    • Lightning
    • Pickup
    • Poison
    • Slow
    • Ranged
    • Ride
    • Shield
    • Sprint
    • Stomp
    • Thorns
    • Wither
  • Tutorials
    • How to get a pet
    • File to MySQL
    • File to MongoDB
  • Plugin-Hooks
    • Hook Types
    • Citizens NPC
    • WG Region Flags
    • PlaceholderAPI
    • BossShopPro
  • Misc
    • Is MyPet EULA compliant?
    • FAQ
    • Changelog
Powered by GitBook
On this page
  • Fly Zones
  • Example:
  • Demonstration

Was this helpful?

  1. Skill Overview

Ride

PreviousRangedNextShield

Last updated 6 years ago

Was this helpful?

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 .

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

skilltree
skilltree
WorldGuard