Note: This version will have to update your database. Make a backup of your players.db or dragons player table if you think it's necessary.
 
 
 - Added a new kit: Disruptor
  
 
   - Receives a deployable mine
  
   - The config for this kit is at settings.yml, you can found it at 
 Kits.Disruptor  
   - The item has to be the same item as in settings.
  
  
  
 - Added ability uses tracking to the database.
  
 
   - You can use the PAPI placeholder %dragons_ability_uses% or %ability_uses% for other stuff e.g stats message
  
   - You can toggle a option at Options.Count-All-Skills-As-Ability-Uses.
    
 
     - If false, only axe jumps will count as skill usage
  
     - If true, all skills (axes, mines, pearls, etc) will count as skill usage
  
    
  
  
  
 - Added /dragons forceAutoJoin <player> (mode) command for console
  
 - Fixed a few incorrect API messages
  
 - Fixed a few incorrect default values
  
 - Fixed some minor dragon targeting issues.
  
 You can add the new kit to your kits.yml by copying the following:
 
 
 
  Code (Text):
 
 
 
    Disruptor:
  
     needs-permission: false
  
     type: DRAGONS
  
     display-name: '&bDisruptor'
  
     permission: ''
  
     dragons-slot: 8
  
     dragon-escape-slot: 8
  
     price: 4700
  
     cooldown: 6300
  
     maxUses: 2
  
     display-item: 'STONE_PRESSURE_PLATE : 1 : name&c&lDeployable Mine'
  
     items:
  
       - 'STONE_PRESSURE_PLATE : 1 : name&c&lMine'
  
     lore:
  
       - '&7Deploy mines to destroy blocks!'
  
     potion-effects: []    
 
 
 Note: As the other kits, this is a special one, so do not change its name, you can change the display-name if you desire.
 
 Also, there were more planned to this update but it will come on the next, few things need to be stable on the future version first.