MyPet - Wiki
WebsiteDownloadSpigotDiscord
3.0
3.0
  • MyPet - Wiki
  • MyPet 3.0
  • Setup
    • Update to 3.0
    • Permissions
    • Commands
    • Configurations
      • config.yml
      • pet-config.yml
      • pet-shops.yml
      • hooks-config.yml
      • exp-config.yml
      • worldgroups.yml
      • Custom-Item-Data in Config
  • Systems
    • Translation
    • Leash Flags / Requirements
    • Skilltrees
      • Skilltree Requirements
      • SkilltreeCreator - Tool
    • Experience
      • Experience-Script
    • Pet 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
  • Default Settings
    • Pet-Config
  • Misc
    • MyPet-Premium
    • Is MyPet EULA compliant?
    • FAQ
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Systems
  2. Skilltrees

Skilltree Requirements

Skilltree requirements are used to limit skilltrees to pets that meet certain conditions.

Currently these requirements are available:

  • NoSkilltree

    • limits this skilltree to pets that have no skilltree yet

  • Skilltree

    • limits this skilltree to pets that have a certain skilltree

    • requires the skilltree name as a parameter

    • Example:

      • Skilltree:Ride

  • Permission

    • limits this skilltree to pets where the owner needs the MyPet.skilltree.<skilltreename> permission

    • the permission needed can be changed by using a parameter.

      • Example:

        • Permission:newNode will become MyPet.skilltree.newNode

  • PetLevel

    • limits this skilltree to pets that have a certain level

    • can be limited to

      • a specific level

      • min level

      • max level

    • Examples:

      • PetLevel:min=2

      • PetLevel:min=2:max=4

      • PetLevel:max=2

      • PetLevel:3

PreviousSkilltreesNextSkilltreeCreator - Tool

Last updated 6 years ago

Was this helpful?