Config.yml

#Author: Aeffy
#Version: 1.0

Menu:
  Title: '&0fyStatistics'

Statistics:
  Permission_Message: '&3&l[fyStatistics] &bYou are not allowed to execute this command.'
  Mobs:
    Title: '&3&lMOBS &f- &b@Player'
    Lore:
      #The symbol is automatical for no errors
      #No kills
      Message_1: ' &bYou still didnt kill any mob'
      #Singular
      Message_2: ' &bYou killed &f@Quantity&b mob.'
      #Plural
      Message_3: ' &bYou killed &f@Quantity&b mobs.'
  Kills:
    Title: '&3&lKILLS &f- &b@Player'
    Lore:
      #The symbol is automatical for no errors
      #No kills
      Message_1: ' &bYou still didnt kill any player'
      #Singular
      Message_2: ' &bYou killed &f@Quantity&b player.'
      #Plural
      Message_3: ' &bYou killed &f@Quantity&b players.'
  Deaths:
    Title: '&3&lDEATHS &f- &b@Player'
    Lore:
      #The symbol is automatical for no errors
      #No kills
      Message_1: ' &bYou still didnt die :)'
      #Singular
      Message_2: ' &bYou died once.'
      #Plural
      Message_3: ' &bYou died &f@Quantity&b times.'
  KDR:
    Title: '&3&lKDR &f- &b@Player'
    Lore:
      #The symbol is automatical for no errors
      Message: ' &bYour KDR is: &f@KDR'
  Mining:
    Title: '&3&lBLOCKS &f- &b@Player'
    Lore:
      #The symbol is automatical for no errors
      Message_1: ' &bNo blocks :('
      Message_2: ' &bMined blocks: &f@Quantity'