Changes
 
 
 - Added engine Polar Bear, Llama, Vex and Parrot
  
 - Added new minecraft-heads.com costumes
  
 - Console prints now a warning if you try to use engines like Polar Bear in Minecraft Versions where they haven't existed yet. 
  
 - Changed config.yml (Recreate it or copy the following lines into your config.yml)
  
Bugs/Issues
 
  
  - Fixed sound issue when using Shulker engine in minecraft 1.8
  
  - Fixed logger did not printing PetBlocks prefix
  
 
 
config.yml
 
 
 
  Code (Text):
 
 
 
  engines:
  
    26:
  
      gui:
  
         id: 397
  
         damage: 3
  
         skin: 'textures.minecraft.net/texture/442123ac15effa1ba46462472871b88f1b09c1db467621376e2f71656d3fbc'
  
         name: '&f&lPolar Bear'
  
         unbreakable: false
  
         lore:
  
           - '&7Permission: <permission>'
  
      behaviour:
  
         entity: 'RABBIT'
  
         riding: 'RUNNING'
  
      sound:
  
         ambient:
  
           name: 'ENTITY_POLAR_BEAR_AMBIENT'
  
           volume: 1.0
  
           pitch: 1.0
  
         walking:
  
           name: 'ENTITY_POLAR_BEAR_STEP'
  
           volume: 1.0
  
           pitch: 1.0
  
    27:
  
      gui:
  
         id: 397
  
         damage: 3
  
         skin: 'textures.minecraft.net/texture/818cd457fbaf327fa39f10b5b36166fd018264036865164c02d9e5ff53f45'
  
         name: '&6&lLlama'
  
         unbreakable: false
  
         lore:
  
           - '&7Permission: <permission>'
  
      behaviour:
  
         entity: 'RABBIT'
  
         riding: 'RUNNING'
  
      sound:
  
         ambient:
  
           name: 'ENTITY_LLAMA_AMBIENT'
  
           volume: 1.0
  
           pitch: 1.0
  
         walking:
  
           name: 'ENTITY_LLAMA_STEP'
  
           volume: 1.0
  
           pitch: 1.0
  
    28:
  
      gui:
  
         id: 397
  
         damage: 3
  
         skin: 'textures.minecraft.net/texture/c2ec5a516617ff1573cd2f9d5f3969f56d5575c4ff4efefabd2a18dc7ab98cd'
  
         name: '&8&lVex'
  
         unbreakable: false
  
         lore:
  
           - '&7Permission: <permission>'
  
      behaviour:
  
         entity: 'RABBIT'
  
         riding: 'FLYING'
  
      sound:
  
         ambient:
  
           name: 'ENTITY_VEX_AMBIENT'
  
           volume: 1.0
  
           pitch: 1.0
  
         walking:
  
           name: 'none'
  
           volume: 1.0
  
           pitch: 1.0
  
    29:
  
      gui:
  
         id: 397
  
         damage: 3
  
         skin: 'textures.minecraft.net/texture/707dab2cbebea539b64d5ad246f9ccc1fcda7aa94b88e59fc2829852f46071'
  
         name: '&c&lParrot'
  
         unbreakable: false
  
         lore:
  
           - '&7Permission: <permission>'
  
      behaviour:
  
         entity: 'RABBIT'
  
         riding: 'FLYING'
  
      sound:
  
         ambient:
  
           name: 'ENTITY_PARROT_AMBIENT'
  
           volume: 1.0
  
           pitch: 1.0
  
         walking:
  
           name: 'ENTITY_PARROT_FLY'
  
           volume: 1.0
  
           pitch: 1.0