Changes:
 
 
 - Added new config option to modify the pathfinder of the petblocks by a climbing modifier. (Petblock climbing height)
  
 - Added pet-on-join configuration to set the default pet a player gets on first server join.
  
Recreate your config.yml or add the following lines to use it.
 
 
 
 
  Code (Text):
 
 
 
  # Pet climbing
  
 pet-climbing-modifier: 1.0
  
 
  
 # Pet Join-Configuration
  
 pet-on-join-enabled: false
  
 pet-on-join:
  
   petname: 'Default pet'
  
   type: DOG
  
   id: 2
  
   durability: 0
  
   enabled: true
  
   age: 1
  
   moving: WALKING
  
   particle:
  
     name: reddust
  
     x: 255.0
  
     y: 0.0
  
     z: 0.0
  
     speed: 0.01
  
     amount: 20
  
     block:
  
       id: -1
  
       damage: 0
  
 # Pet Join-Configuration