Simple pet creation

Settings of pets are in the file pets.yml

pets:
  # Pet id
  wolf:
    # Display name of pet
    name: "&7&lWolf-cub"
    # Name of item of summoning
    item-name: "&7&lWolf-cub's Summoning Stone"
    # Lore of tem of summoning
    lore: "&e&oThe dog - man's best friend, well wolf - even more so!"
    # Texture of item of summoning
    item: MONSTER_EGG:56
    # Collar color, can be: WHITE, ORANGE, MAGENTA, LIGHT_BLUE,
    # YELLOW, LIME, PINK, GRAY, SILVER, CYAN, PURPLE, BLUE, 
    # BROWN, GREEN, RED and BLACK
    collar: WHITE
    # Pet is adult
    adult: false
    # Pet health
    health: 20
    # Pet damage
    damage: 3
    # Pet speed (1 - normal)
    speed: 1
    # Pet can attack mobs
    attack-mobs: true
    # Pet can attack players
    attack-players: false
    # Pet can revives
    revival: true
    # Revive cooldown (not needed if revives: false)
    cooldown: 60

Comments

Posts Quoted:
Reply
Clear All Quotes