Çözüldü Quest plugini

  • Konuyu Başlatan Konuyu Başlatan fearkan
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.352
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

fearkan

Odunlara Vur Vur Vur!
Katılım
28 Aralık 2020
Mesajlar
30
Elmaslar
3
Puan
860
Yaş
21
Konum
İstanbul
Minecraft
fearkan

Discord:

Demirkan#0113

1624057782237.png

beyler /q yazdığımda böyle çıkıyor eklemem gereken plugin varmı bide gui aktif edemedim
 
yine aynı hatayı veriyo görev vermiyor
Çünkü config eklemenize gerekiyor örnek config:
Kod:
quests:
#############################################################################################
#############################################################################################
  bugday:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 59
    display:
      name: "&bBuğday &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 59
    display:
      name: "&bBuğday &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "bugday"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 59
    display:
      name: "&bBuğday &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "bugday2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 59
    display:
      name: "&bBuğday &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "bugday3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 59
    display:
      name: "&bBuğday &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "bugday4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 59
    display:
      name: "&bBuğday &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "bugday5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 59
    display:
      name: "&bBuğday &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "bugday6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 59
    display:
      name: "&bBuğday &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "bugday7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 59
    display:
      name: "&bBuğday &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "bugday8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 103
    display:
      name: "&a&lKarpuz &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 103
    display:
      name: "&a&lKarpuz &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Karpuz Topla!!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Karpuz1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 103
    display:
      name: "&a&lKarpuz &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Karpuz2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 103
    display:
      name: "&a&lKarpuz &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Karpuz3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 103
    display:
      name: "&a&lKarpuz &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Karpuz4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 103
    display:
      name: "&a&lKarpuz &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Karpuz5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 103
    display:
      name: "&a&lKarpuz &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Karpuz6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 103
    display:
      name: "&a&lKarpuz &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Karpuz7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 103
    display:
      name: "&a&lKarpuz &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Karpuz8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 86
    display:
      name: "&6&lBalkabağı &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 86
    display:
      name: "&6&lBalkabağı &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Pumpkin1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 86
    display:
      name: "&6&lBalkabağı &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Pumpkin2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 86
    display:
      name: "&6&lBalkabağı &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Pumpkin3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 86
    display:
      name: "&6&lBalkabağı &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Pumpkin4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 86
    display:
      name: "&6&lBalkabağı &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Pumpkin5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 86
    display:
      name: "&6&lBalkabağı &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Pumpkin6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 86
    display:
      name: "&6&lBalkabağı &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Pumpkin7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 86
    display:
      name: "&6&lBalkabağı &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Pumpkin8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
######################
  Potato1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 142
    display:
      name: "&bPatates &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 142
    display:
      name: "&bPatates &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Potato1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 142
    display:
      name: "&bPatates &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Potato2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 142
    display:
      name: "&bPatates &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Potato3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 142
    display:
      name: "&bPatates &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Potato4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 142
    display:
      name: "&bPatates &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Potato5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 142
    display:
      name: "&bPatates &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Potato6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 142
    display:
      name: "&bPatates &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Potato7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 142
    display:
      name: "&bPatates &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Potato8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
##############################
  Carrot1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 141
    display:
      name: "&6&lHavuç &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 141
    display:
      name: "&6&lHavuç &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Carrot1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 141
    display:
      name: "&6&lHavuç &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Carrot2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 141
    display:
      name: "&6&lHavuç &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Havuç Topla!!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Carrot3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 141
    display:
      name: "&6&lHavuç &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Carrot4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 141
    display:
      name: "&6&lHavuç &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Carrot5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 141
    display:
      name: "&6&lHavuç &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Carrot6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 141
    display:
      name: "&6&lHavuç &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Carrot7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 141
    display:
      name: "&6&lHavuç &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Carrot8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
#############################################################################################
#############################################################################################
  MiningStone1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 1
    display:
      name: "&f&lTaş&7 (1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 1
    display:
      name: "&f&lTaş &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningStone1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 1
    display:
      name: "&f&lTaş &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningStone2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 1
    display:
      name: "&f&lTaş &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Taş Kırr"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningStone3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 900
        block: 1
    display:
      name: "&f&lTaş &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7900 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/900 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningStone4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1000
        block: 1
    display:
      name: "&f&lTaş &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71000 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1000 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningStone5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1200
        block: 1
    display:
      name: "&f&lTaş &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71200 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1200 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningStone6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1300
        block: 1
    display:
      name: "&f&lTaş &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71300 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1300 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningStone7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1400
        block: 1
    display:
      name: "&f&lTaş&7 (9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71400 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1400 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningStone8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
################################################################
##############################1##################################
################################################################
################################################################
################################################################
  MiningCoal1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningCoal1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningCoal2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningCoal3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningCoal4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningCoal5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningCoal6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningCoal7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningCoal8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
################################################################
  MiningIron1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningIron1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningIron2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningIron3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningIron4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningIron5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningIron6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningIron7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningIron8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
#############################################################################################
#############################################################################################
  Combat:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: SPIDER
    display:
      name: "&d&lSpider"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 örümcek öldür"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 spiders."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a100 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "STRING" 
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880 
  Combat1:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: COW
    display:
      name: "&c&lCow "
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 cow entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 cow."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "COOKED_BEEF"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880 
  Combat2:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: ZOMBIE
    display:
      name: "&2&lZombie "
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 zombie entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 zombies."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "ROTTEN_FLESH"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat3:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: SKELETON
    display:
      name: "&f&lSkeleton "
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 skeleton entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 skeleton."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "BONE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat4:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: CREEPER
    display:
      name: "&A&LCreeper"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 creeper entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 creeper."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "TNT"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat5:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: BLAZE
    display:
      name: "&bBlaze"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 blaze entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 blaze."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "BLAZE_ROD"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat6:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: IRON_GOLEM
    display:
      name: "&7&lIron golem"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 blaze entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 irongolem."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "IRON_INGOT"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningGold1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningGold2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningGold3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningGold4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningGold5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningGold6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningGold7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7900 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningGold8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningDiamond1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningDiamond3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Elmas Cevheri Kırs"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningEmerald1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningEmerald3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
#############################################################################################
#############################################################################################
  PlayTime1:
    tasks:
      playtime:
        type: "playtime"
        minutes: 30
    display:
      name: "&3&lOynama Görevi &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &730 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/30 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 500"
    options:
      category: "playtime"
      requires:
       - ""
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime2:
    tasks:
      playtime:
        type: "playtime"
        minutes: 60
    display:
      name: "&3&lOynama Görevi &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &760 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/60 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "playtime"
      requires:
       - "PlayTime1"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime3:
    tasks:
      playtime:
        type: "playtime"
        minutes: 120
    display:
      name: "&3&lOynama Görevi &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7120 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/120 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f2500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 2500"
    options:
      category: "playtime"
      requires:
       - "PlayTime2"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime4:
    tasks:
      playtime:
        type: "playtime"
        minutes: 240
    display:
      name: "&3&lOynama Görevi &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7240 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/240 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "playtime"
      requires:
       - "PlayTime3"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime5:
    tasks:
      playtime:
        type: "playtime"
        minutes: 480
    display:
      name: "&3&lOynama Görevi &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7480 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/480 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "playtime"
      requires:
       - "PlayTime4"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime6:
    tasks:
      playtime:
        type: "playtime"
        minutes: 720
    display:
      name: "&3&lOynama Görevi &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7720 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/720 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "playtime"
      requires:
       - "PlayTime5"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime7:
    tasks:
      playtime:
        type: "playtime"
        minutes: 900
    display:
      name: "&3&lOynama Görevi &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7900 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/900 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f7000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 7000"
    options:
      category: "playtime"
      requires:
       - "PlayTime6"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime8:
    tasks:
      playtime:
        type: "playtime"
        minutes: 1000
    display:
      name: "&3&lOynama Görevi &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &71000 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/1000 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f8500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 8500"
    options:
      category: "playtime"
      requires:
       - "PlayTime7"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime9:
    tasks:
      playtime:
        type: "playtime"
        minutes: 125000
    display:
      name: "&3&lOynama Görevi &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7125000 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/125000 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f10000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 10000"
    options:
      category: "playtime"
      requires:
       - "PlayTime8"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
#############################################################################################
#############################################################################################
categories:
  farming:
    display:
      name: "&eTarım"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "296"
  mining:
    display:
      name: "&eMadencilik"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "278"
  combat:
    display:
      name: "&eSavaş"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "261"
  playtime:
    display:
      name: "&eOynama Zamanı"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "345"
###########################################################################################
gui:
  back-button:
    name: "&eGeri Dön"
    lore:
    - "&7Kategöri Menüsüne Dönmek Için Tıkla."
    type: "ARROW"
  page-prev:
    name: "&eÖnceki Sayfa"
    lore:
    - "&a{prevpage} &eSayfasına Git."
    type: "FEATHER"
  page-next:
    name: "&eSonraki Sayfa"
    lore:
    - "&a{nextpage} &eSayfasına Git."
    type: "FEATHER"
  page-desc:
    name: "&7Page &c{page}"
    lore:
    - "&eŞu anda &a{page} &eSayfasını Görüntülüyorsunuz."
    type: "PAPER"
  quest-locked-display:
    name: "&bGörev Kilitli"
    lore:
    - "&eÖbür Görevleri Tamamlamadınız"
    - "&7Önce Öbür Görevleri Tamamlayın!"
    - ""
    - "&7Gereken: &e{requirements}"
    - "&7Öbür Görevi Yaptıktan Sonra Açılacak."
    type: "160:14"
  quest-cooldown-display:
    name: "&c&lCooldown"
    lore:
    - "&7Bu Görevi &e{time}"
    - "&7Içinde Bitirmeniz Gerekiyor"
    type: "160:1"
  quest-completed-display:
    name: "&e&nGörev Tamamlandı"
    lore:
    - "&7Bu Görevi Tamamlamışsınız!"
    type: "160:5"

options:
  # Hide locked quests, quests on cooldown and completed (but not repeatable) quests
  gui-hide-locked: false
  # If categories are disabled, quests will be put into one big gui.
  categories-enabled: true
  # If true, the gui size will automatically change based on the amount of quests inside it.
  trim-gui-size: true
  # Enable/disable titles
  titles-enabled: true
  # Players cannot start any more quests than this at a single time
  quest-started-limit: 5
  # Titles for the GUIs
  guinames:
    quests-category: "&eGörev Kategörileri"
    quests-menu: "&eGörevler"
    daily-quests: "&eGünlük Görevler"

# This switches up the entire quest system.
# By enabling daily-quests, players will no longer be presented with the standard Quest GUI.
# Instead, they will be presented with 5 random quests.
# The 'requirements' section in each quest does not apply here.
# The 'cooldown' section in each quest does not apply here - if it's done, it's done (and will be repeatable next time they get the quest).
# The 'repeatable' section in each quest does not apply here. It will NOT be repeatable until the next day.
# Enabling this MAY cause previous quest Progress to be modified, wiped or changed irreversibly! If you're testing this on a live server, it is wise to backup
# the Quests/playerdata/ folder! You've been warned!
#
# Quests BETA: this feature is a work in Progress, it does not work yet!
daily-quests:
  enabled: false

# Configure titles
titles:
  quest-start:
    title: "&b&nGörev Başladı"
    subtitle: "&7{quest}"
  quest-complete:
    title: "&b&nGörev Tamamlandı"
    subtitle: "&7{quest}"

# Configure messages
messages:
  quest-start: "&bAstrayosMC &8» &a{quest} &eAdlı Görev Başlatıldı!"
  quest-complete: "&bAstrayosMC &8» &a{quest} &eAdlı Görevi Bitirdiniz!"
  quest-start-limit: "&bAstrayosMC &8» &eOyuncular &a{limit} &eLimitiyle Sınırlıdır."
  quest-start-disabled: "&bAstrayosMC &8» &eBu Görevi Tekrarlayamazsınız."
  quest-start-locked: "&bAstrayosMC &8» &eBu Görevin Kilidini Henüz Açmadınız."
  quest-start-cooldown: "&bAstrayosMC &8» &eBu Göreve Yakın Zamanda Başladın. &a{time} &eSonra Yeniden Başlatılacaktır."
  quest-updater: "&bAstrayosMC &8» &fA new version &c{newver} &fwas found on Spigot (your version: &c{oldver}&f). Please update me! <3 - Link: {link}"
  command-quest-start-doesntexist: "&bAstrayosMC &8» &eBelirtilen '&a{quest}&e' Mevcut Değil."
  command-category-open-disabled: "&bAstrayosMC &8» &eKategöriler Devre Dışı."
  command-category-open-doesntexist: "&bAstrayosMC &8» &eBelirtilen '&a{category}&e' Kategorisi Mevcut Değil."
  command-quest-admin-playernotfound: "&bAstrayosMC &8» '&a{player}&e' Adlı Oyuncu Bulunamadı."
  command-quest-openquests-admin-success: "&bAstrayosMC &8» &a{player}&e Adlı Oyuncu Için GUI Açıldı."
  command-quest-opencategory-admin-success: "&bAstrayosMC &8» &a{player} &eAdlı Oyuncuya &a{category} &eKategorisi Açıldı."
  command-quest-start-admin-success: "&bAstrayosMC &8» &a{player} &eOyuncusuna '&a{quest}&e Adlı Görevi Verdin!"
  command-quest-complete-admin-success: "&bAstrayosMC &8» &a{player} &eOyuncusu '&a{quest}&e Adlı Görevi Tamamladı!"
  command-quest-reset-admin-success: "&bAstrayosMC &8» &a{player} &eOyuncusu '&a{quest}&e Adlı Görevini Yeniledin!"
  command-quest-fullreset-admin-success: "&bAstrayosMC &8» &a{player}&e Adlı Oyuncunun Bütün Görevlerini Yeniledin."
  command-quest-start-admin-fail: "&bAstrayosMC &8» &a{player} &eOyuncusuna '&a{quest}&e Adlı Görevi Veremedin. Daha Önceki Görevi Yapmamış Olabilir!"
  command-quest-complete-admin-fail: "&bAstrayosMC &8» &a{player} &eOyuncusunun '&a{quest}&e Adlı Görevini Tamamlattıramadın Çünkü O Göreve Başlamamış!"
  command-taskview-admin-fail: "&bAstrayosMC &8» '&a{task}&e' Görev Türü Mevcut Değil."
  beta-reminder: ""
 
Çünkü config eklemenize gerekiyor örnek config:
Kod:
quests:
#############################################################################################
#############################################################################################
  bugday:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 59
    display:
      name: "&bBuğday &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 59
    display:
      name: "&bBuğday &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "bugday"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 59
    display:
      name: "&bBuğday &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "bugday2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 59
    display:
      name: "&bBuğday &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "bugday3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 59
    display:
      name: "&bBuğday &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "bugday4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 59
    display:
      name: "&bBuğday &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "bugday5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 59
    display:
      name: "&bBuğday &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "bugday6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 59
    display:
      name: "&bBuğday &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "bugday7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  bugday9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 59
    display:
      name: "&bBuğday &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Buğday Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Buğday Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WHEAT"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "bugday8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 103
    display:
      name: "&a&lKarpuz &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 103
    display:
      name: "&a&lKarpuz &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Karpuz Topla!!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Karpuz1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 103
    display:
      name: "&a&lKarpuz &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Karpuz2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 103
    display:
      name: "&a&lKarpuz &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Karpuz3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 103
    display:
      name: "&a&lKarpuz &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Karpuz4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 103
    display:
      name: "&a&lKarpuz &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Karpuz5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 103
    display:
      name: "&a&lKarpuz &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Karpuz6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 103
    display:
      name: "&a&lKarpuz &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Karpuz7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Karpuz9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 103
    display:
      name: "&a&lKarpuz &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Karpuz Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Karpuz Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "MELON_BLOCK"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Karpuz8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 86
    display:
      name: "&6&lBalkabağı &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 86
    display:
      name: "&6&lBalkabağı &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Pumpkin1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 86
    display:
      name: "&6&lBalkabağı &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Pumpkin2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 86
    display:
      name: "&6&lBalkabağı &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Pumpkin3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 86
    display:
      name: "&6&lBalkabağı &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Pumpkin4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 86
    display:
      name: "&6&lBalkabağı &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Pumpkin5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 86
    display:
      name: "&6&lBalkabağı &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Pumpkin6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 86
    display:
      name: "&6&lBalkabağı &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Pumpkin7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Pumpkin9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 86
    display:
      name: "&6&lBalkabağı &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Balkabağı Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Balkabağı Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "PUMPKIN"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Pumpkin8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
######################
  Potato1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 142
    display:
      name: "&bPatates &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 142
    display:
      name: "&bPatates &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Potato1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 142
    display:
      name: "&bPatates &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Potato2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 142
    display:
      name: "&bPatates &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Potato3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 142
    display:
      name: "&bPatates &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Patates Topla"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Potato4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 142
    display:
      name: "&bPatates &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Potato5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 142
    display:
      name: "&bPatates &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Potato6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 142
    display:
      name: "&bPatates &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Potato7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Potato9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 142
    display:
      name: "&bPatates &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Patates Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Patates Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "POTATO_ITEM"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Potato8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
##############################
  Carrot1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 25
        block: 141
    display:
      name: "&6&lHavuç &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/25 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 250"
    options:
      category: "farming"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 141
    display:
      name: "&6&lHavuç &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 500"
    options:
      category: "farming"
      requires:
       - "Carrot1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 75
        block: 141
    display:
      name: "&6&lHavuç &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&775 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/75 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "farming"
      requires:
       - "Carrot2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 141
    display:
      name: "&6&lHavuç &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Havuç Topla!!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "farming"
      requires:
       - "Carrot3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 150
        block: 141
    display:
      name: "&6&lHavuç &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7150 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/150 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "farming"
      requires:
       - "Carrot4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 141
    display:
      name: "&6&lHavuç &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&725 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "farming"
      requires:
       - "Carrot5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 141
    display:
      name: "&6&lHavuç &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "farming"
      requires:
       - "Carrot6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 141
    display:
      name: "&6&lHavuç &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "farming"
      requires:
       - "Carrot7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Carrot9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 141
    display:
      name: "&6&lHavuç &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Havuç Topla!"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Havuç Topla."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "CARROT_ITEM"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "farming"
      requires:
       - "Carrot8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
#############################################################################################
#############################################################################################
  MiningStone1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 1
    display:
      name: "&f&lTaş&7 (1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 1
    display:
      name: "&f&lTaş &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningStone1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 1
    display:
      name: "&f&lTaş &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningStone2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 1
    display:
      name: "&f&lTaş &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Taş Kırr"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningStone3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 900
        block: 1
    display:
      name: "&f&lTaş &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7900 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/900 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningStone4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1000
        block: 1
    display:
      name: "&f&lTaş &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71000 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1000 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningStone5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1200
        block: 1
    display:
      name: "&f&lTaş &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71200 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1200 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningStone6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1300
        block: 1
    display:
      name: "&f&lTaş &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71300 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1300 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningStone7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningStone9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 1400
        block: 1
    display:
      name: "&f&lTaş&7 (9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&71400 Tane Taş Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/1400 Taş Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "STONE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningStone8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
################################################################
##############################1##################################
################################################################
################################################################
################################################################
  MiningCoal1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningCoal1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningCoal2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningCoal3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningCoal4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningCoal5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningCoal6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningCoal7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningCoal9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 16
    display:
      name: "&7&lKömür Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Kömür Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Kömür Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "COAL_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningCoal8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
################################################################
  MiningIron1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningIron1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningIron2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningIron3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningIron4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningIron5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningIron6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningIron7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningIron9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 15
    display:
      name: "&6&lDemir Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Tane Demir Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Demir Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "IRON_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningIron8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
#############################################################################################
#############################################################################################
  Combat:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: SPIDER
    display:
      name: "&d&lSpider"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 örümcek öldür"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 spiders."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a100 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "STRING"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat1:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: COW
    display:
      name: "&c&lCow "
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 cow entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 cow."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "COOKED_BEEF"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat2:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: ZOMBIE
    display:
      name: "&2&lZombie "
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 zombie entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 zombies."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "ROTTEN_FLESH"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat3:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: SKELETON
    display:
      name: "&f&lSkeleton "
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 skeleton entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 skeleton."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "BONE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat4:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: CREEPER
    display:
      name: "&A&LCreeper"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 creeper entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 creeper."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "TNT"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat5:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: BLAZE
    display:
      name: "&bBlaze"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 blaze entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 blaze."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "BLAZE_ROD"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  Combat6:
    tasks:
      killing:
        type: "mobkillingcertain"
        amount: 100
        mob: IRON_GOLEM
    display:
      name: "&7&lIron golem"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7öldür 100 blaze entities"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{killing:progress}/100 irongolem."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - "&e&nGöreve Başladın!"
      type: "IRON_INGOT"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "combat"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningGold1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningGold2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningGold3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningGold4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningGold5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningGold6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningGold7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningGold9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 14
    display:
      name: "&r&lAltın Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7900 Tane Altın Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Altın Cevheri Kır."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "GOLD_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningGold8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningDiamond1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningDiamond3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Elmas Cevheri Kırs"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningDiamond9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 56
    display:
      name: "&b&lElmas Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Tane Elmas Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Diamond ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "DIAMOND_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningDiamond8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald1:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 50
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&750 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/50 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a250 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 250"
    options:
      category: "mining"
      requires:
       - ""
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald2:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 100
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7100 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/100 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 500"
    options:
      category: "mining"
      requires:
       - "MiningEmerald1"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald3:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 200
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7200 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/200 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald2"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald4:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 300
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7300 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/300 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a1500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 1500"
    options:
      category: "mining"
      requires:
       - "MiningEmerald3"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald5:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 400
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7400 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/400 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a2000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 2000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald4"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald6:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 500
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7500 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/500 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald5"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald7:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 600
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7600 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/600 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a4000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 4000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald6"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald8:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 700
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7700 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/700 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald7"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
  MiningEmerald9:
    tasks:
      mining:
        type: "blockbreakcertain"
        amount: 800
        block: 129
    display:
      name: "&a&lZümrüt Cevheri &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&7800 Tane Zümrüt Cevheri Kır"
      - ""
      - "&8▪ &7Detaylar:"
      - "  &8▪ &7Ilerleme:&r &a{mining:progress}/800 Emerald ores."
      - ""
      - "&8▪ &7Ödül:"
      - "  &8▪ &7Ödül:&r &a6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "EMERALD_ORE"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "mining"
      requires:
       - "MiningEmerald8"
      repeatable: true
      cooldown:
        enabled: true
        time: 2880
#############################################################################################
#############################################################################################
  PlayTime1:
    tasks:
      playtime:
        type: "playtime"
        minutes: 30
    display:
      name: "&3&lOynama Görevi &7(1)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &730 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/30 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 500"
    options:
      category: "playtime"
      requires:
       - ""
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime2:
    tasks:
      playtime:
        type: "playtime"
        minutes: 60
    display:
      name: "&3&lOynama Görevi &7(2)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &760 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/60 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f1000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 1000"
    options:
      category: "playtime"
      requires:
       - "PlayTime1"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime3:
    tasks:
      playtime:
        type: "playtime"
        minutes: 120
    display:
      name: "&3&lOynama Görevi &7(3)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7120 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/120 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f2500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 2500"
    options:
      category: "playtime"
      requires:
       - "PlayTime2"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime4:
    tasks:
      playtime:
        type: "playtime"
        minutes: 240
    display:
      name: "&3&lOynama Görevi &7(4)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7240 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/240 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f3000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 3000"
    options:
      category: "playtime"
      requires:
       - "PlayTime3"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime5:
    tasks:
      playtime:
        type: "playtime"
        minutes: 480
    display:
      name: "&3&lOynama Görevi &7(5)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7480 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/480 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f5000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 5000"
    options:
      category: "playtime"
      requires:
       - "PlayTime4"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime6:
    tasks:
      playtime:
        type: "playtime"
        minutes: 720
    display:
      name: "&3&lOynama Görevi &7(6)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7720 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/720 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f6000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 6000"
    options:
      category: "playtime"
      requires:
       - "PlayTime5"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime7:
    tasks:
      playtime:
        type: "playtime"
        minutes: 900
    display:
      name: "&3&lOynama Görevi &7(7)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7900 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/900 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f7000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 7000"
    options:
      category: "playtime"
      requires:
       - "PlayTime6"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime8:
    tasks:
      playtime:
        type: "playtime"
        minutes: 1000
    display:
      name: "&3&lOynama Görevi &7(8)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &71000 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/1000 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f8500 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 8500"
    options:
      category: "playtime"
      requires:
       - "PlayTime7"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
  PlayTime9:
    tasks:
      playtime:
        type: "playtime"
        minutes: 125000
    display:
      name: "&3&lOynama Görevi &7(9)"
      lore-normal:
      - "&7Bu Görev Için Yapmanız Gerekenler:"
      - "&3* &7125000 Dakika Oyna."
      - ""
      - "&8▪ &7Detaylar:"
      - "&3* &7Ilerleme:&r &f{playtime:progress}/125000 Dakika Oyna."
      - ""
      - "&8▪ &7Ödül:"
      - " &8▪ &7Ödül:&r &f10000 TL"
      lore-started:
      - ""
      - "&e&nGöreve Başladın!"
      type: "WATCH"
    rewards:
     - "eco give {player} 10000"
    options:
      category: "playtime"
      requires:
       - "PlayTime8"
      repeatable: false
      cooldown:
        enabled: true
        time: 1296000
#############################################################################################
#############################################################################################
categories:
  farming:
    display:
      name: "&eTarım"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "296"
  mining:
    display:
      name: "&eMadencilik"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "278"
  combat:
    display:
      name: "&eSavaş"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "261"
  playtime:
    display:
      name: "&eOynama Zamanı"
      lore:
        - "&7Görevlere erişmek için tıkla"
      type: "345"
###########################################################################################
gui:
  back-button:
    name: "&eGeri Dön"
    lore:
    - "&7Kategöri Menüsüne Dönmek Için Tıkla."
    type: "ARROW"
  page-prev:
    name: "&eÖnceki Sayfa"
    lore:
    - "&a{prevpage} &eSayfasına Git."
    type: "FEATHER"
  page-next:
    name: "&eSonraki Sayfa"
    lore:
    - "&a{nextpage} &eSayfasına Git."
    type: "FEATHER"
  page-desc:
    name: "&7Page &c{page}"
    lore:
    - "&eŞu anda &a{page} &eSayfasını Görüntülüyorsunuz."
    type: "PAPER"
  quest-locked-display:
    name: "&bGörev Kilitli"
    lore:
    - "&eÖbür Görevleri Tamamlamadınız"
    - "&7Önce Öbür Görevleri Tamamlayın!"
    - ""
    - "&7Gereken: &e{requirements}"
    - "&7Öbür Görevi Yaptıktan Sonra Açılacak."
    type: "160:14"
  quest-cooldown-display:
    name: "&c&lCooldown"
    lore:
    - "&7Bu Görevi &e{time}"
    - "&7Içinde Bitirmeniz Gerekiyor"
    type: "160:1"
  quest-completed-display:
    name: "&e&nGörev Tamamlandı"
    lore:
    - "&7Bu Görevi Tamamlamışsınız!"
    type: "160:5"

options:
  # Hide locked quests, quests on cooldown and completed (but not repeatable) quests
  gui-hide-locked: false
  # If categories are disabled, quests will be put into one big gui.
  categories-enabled: true
  # If true, the gui size will automatically change based on the amount of quests inside it.
  trim-gui-size: true
  # Enable/disable titles
  titles-enabled: true
  # Players cannot start any more quests than this at a single time
  quest-started-limit: 5
  # Titles for the GUIs
  guinames:
    quests-category: "&eGörev Kategörileri"
    quests-menu: "&eGörevler"
    daily-quests: "&eGünlük Görevler"

# This switches up the entire quest system.
# By enabling daily-quests, players will no longer be presented with the standard Quest GUI.
# Instead, they will be presented with 5 random quests.
# The 'requirements' section in each quest does not apply here.
# The 'cooldown' section in each quest does not apply here - if it's done, it's done (and will be repeatable next time they get the quest).
# The 'repeatable' section in each quest does not apply here. It will NOT be repeatable until the next day.
# Enabling this MAY cause previous quest Progress to be modified, wiped or changed irreversibly! If you're testing this on a live server, it is wise to backup
# the Quests/playerdata/ folder! You've been warned!
#
# Quests BETA: this feature is a work in Progress, it does not work yet!
daily-quests:
  enabled: false

# Configure titles
titles:
  quest-start:
    title: "&b&nGörev Başladı"
    subtitle: "&7{quest}"
  quest-complete:
    title: "&b&nGörev Tamamlandı"
    subtitle: "&7{quest}"

# Configure messages
messages:
  quest-start: "&bAstrayosMC &8» &a{quest} &eAdlı Görev Başlatıldı!"
  quest-complete: "&bAstrayosMC &8» &a{quest} &eAdlı Görevi Bitirdiniz!"
  quest-start-limit: "&bAstrayosMC &8» &eOyuncular &a{limit} &eLimitiyle Sınırlıdır."
  quest-start-disabled: "&bAstrayosMC &8» &eBu Görevi Tekrarlayamazsınız."
  quest-start-locked: "&bAstrayosMC &8» &eBu Görevin Kilidini Henüz Açmadınız."
  quest-start-cooldown: "&bAstrayosMC &8» &eBu Göreve Yakın Zamanda Başladın. &a{time} &eSonra Yeniden Başlatılacaktır."
  quest-updater: "&bAstrayosMC &8» &fA new version &c{newver} &fwas found on Spigot (your version: &c{oldver}&f). Please update me! <3 - Link: {link}"
  command-quest-start-doesntexist: "&bAstrayosMC &8» &eBelirtilen '&a{quest}&e' Mevcut Değil."
  command-category-open-disabled: "&bAstrayosMC &8» &eKategöriler Devre Dışı."
  command-category-open-doesntexist: "&bAstrayosMC &8» &eBelirtilen '&a{category}&e' Kategorisi Mevcut Değil."
  command-quest-admin-playernotfound: "&bAstrayosMC &8» '&a{player}&e' Adlı Oyuncu Bulunamadı."
  command-quest-openquests-admin-success: "&bAstrayosMC &8» &a{player}&e Adlı Oyuncu Için GUI Açıldı."
  command-quest-opencategory-admin-success: "&bAstrayosMC &8» &a{player} &eAdlı Oyuncuya &a{category} &eKategorisi Açıldı."
  command-quest-start-admin-success: "&bAstrayosMC &8» &a{player} &eOyuncusuna '&a{quest}&e Adlı Görevi Verdin!"
  command-quest-complete-admin-success: "&bAstrayosMC &8» &a{player} &eOyuncusu '&a{quest}&e Adlı Görevi Tamamladı!"
  command-quest-reset-admin-success: "&bAstrayosMC &8» &a{player} &eOyuncusu '&a{quest}&e Adlı Görevini Yeniledin!"
  command-quest-fullreset-admin-success: "&bAstrayosMC &8» &a{player}&e Adlı Oyuncunun Bütün Görevlerini Yeniledin."
  command-quest-start-admin-fail: "&bAstrayosMC &8» &a{player} &eOyuncusuna '&a{quest}&e Adlı Görevi Veremedin. Daha Önceki Görevi Yapmamış Olabilir!"
  command-quest-complete-admin-fail: "&bAstrayosMC &8» &a{player} &eOyuncusunun '&a{quest}&e Adlı Görevini Tamamlattıramadın Çünkü O Göreve Başlamamış!"
  command-taskview-admin-fail: "&bAstrayosMC &8» '&a{task}&e' Görev Türü Mevcut Değil."
  beta-reminder: ""
config yml yi silip içinemi atiyim
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst