Changes:  
 
 
 -  Added config options to manage the new gui items mute and unmute. 
  
 -  Added command /petblocks togglesounds [player] 
  
 -  Added new database column + yaml field for sounds. 
  
 -  Added new language fields for sounds. 
  
 
 Bugs/Issues:  
 
 
 -  Zombie crawling entity could attack players. 
  
 
 Recreate your config.yml and lang.yml or add the following lines if you want to use it. 
 PetBlocks database saves automatically resets when you install this update.  
 
 
 config.yml (add new gui item)  
 
 
 
 
   Code (Text): 
 
 
 
     items: 
  
     sounds-enabled-pet: 
  
       enabled: true 
  
       id: 19 
  
       damage: 0 
  
       owner: 'none' 
  
       position: 39 
  
     sounds-disabled-pet: 
  
       enabled: true 
  
       id: 19 
  
       damage: 1 
  
       owner: 'none' 
  
       position: 39 
 
 
  
 
 lang.yml  
 
 
 
 
   Code (Text): 
 
 
 
   enable-sound: '&e&lUnmute Pet' 
  
 disable-sound: '&e&lMute Pet'