Sol Reklam
Sağ Reklam

Çözüldü Quests Hatası

Durum
Mesaj gönderimine kapalı.

EmirhaM

? emirhanakpinar.com ?

Discord:

EmirhaaN#0226

Katılım
15 Kasım 2016
Mesajlar
113
Elmaslar
96
Puanlar
13.800
Minecraft
NSDNY
Merhaba Arkadaşlar LMBishop un yaptığı quests pluginini kullanıyorum görev eklerken şöyle bir sorun oluyor
1596034364161.png


Kod:
# The name of this file is the quest ID. It must be alphanumeric and unique.

# Everything inside of this section defines tasks the player must complete to progress.
tasks:
  # This is the task ID ("mining"). This can share the same name as the quest ID but MUST be unique with all other task IDs in the same quest.
  mininglapis:
    type: "blockbreakcertain"
    amount: 15
    block: 21:0
  # You can have multiple tasks for each quest (example further down).

# Everything inside of this section defines the display item.
display:
  # This is the name of the item. This allows color codes.
  name: "&3Lapis Kır"
  # This is the lore of the item if the player has not started the quest. This allows color codes and task/player placeholders.
  lore-normal:
    - ""
    - "&7Görev İçin Gerekenler:"
    - "&7 - Lapiste 3000 Blok Kır!"
    - ""
    - "&7Ödüller:"
    - "&7 - 5000TL Oyun Parası."
    - "&7 - 5 Tane Elmas."
  # This lore will be appended to the bottom of the above lore when the player starts their quest.
  # To get the players progress through a task, use {TASKID:progress}  and replace TASKID with the ID of the task.
  lore-started:
    - ""
    - "&7İlerleme Durumun:"
    - "&7 - {mininglapis:progress}/15."
  # This is the material of the item. It is recommended to stick to bukkit names.
  type: "LAPIS_ORE"

# List all commands to be executed by the server when the player completes the quest. Use {player} to get the players name.
rewards:
  - "give {player} diamond 5"
  - "eco give {player} 5000"

# Everything inside this section define quest-specific options
options:
  # This is the category for the quest, it will appear under the "examples" category. Categories can be disabled.
  category: "Günlük"
  # Set the quest IDs of required quests here, leave empty if none.
  requires:
    - ""
  # Set if the quest can be repeated after being completed for the first time.
  repeatable: false
  # Define the cooldown on quests. The above (repeatable) must be true for this to take effect.
  cooldown:
    # If true, players will have to wait between repeating quests.
    enabled: true
    # Time (in minutes)
    time: 1440
  # This is the relative position in the GUI
  sort-order: 1

Bu Eklediğim Görev Fakat Blok Kırınca İlerleme Katetmiyor Lapis Kırınca İlerlemesini İstiyorum Acaba Hatam Nedir?
 

KardasLand

Creeper Evimi Patlattı

Discord:

KardasLand#9552

Katılım
24 Şubat 2020
Mesajlar
392
Elmaslar
767
Puanlar
6.550
Yer
İstanbul
Minecraft
KardasLand
Gördüğüm kadarıyla blocks kısmı yanlış gözüküyor. Resmi dokümantasyon:
YAML:
mininggrass:
  type: "blockbreakcertain"
  amount: 10                            # amount of blocks to be brkoen
  block: 95                             # name of block (can be id or minecraft name)
  data: 14                              # (OPTIONAL) data code - this makes red stained glass
  reverse-if-placed: false              # (OPTIONAL) if true, blocks of same type placed will reverse progression (prevents silk-touch exploit)
  use-similar-blocks: false             # (OPTIONAL) if true, this will ignore orientation of doors, logs etc.
21:0 yerine yukarıdaki konfigürasyon gibi ayrı ayrı yapmayı deneyin. Lapis için data'ya gerek yok.
 

EmirhaM

? emirhanakpinar.com ?

Discord:

EmirhaaN#0226

Katılım
15 Kasım 2016
Mesajlar
113
Elmaslar
96
Puanlar
13.800
Minecraft
NSDNY
Gördüğüm kadarıyla blocks kısmı yanlış gözüküyor. Resmi dokümantasyon:
YAML:
mininggrass:
  type: "blockbreakcertain"
  amount: 10                            # amount of blocks to be brkoen
  block: 95                             # name of block (can be id or minecraft name)
  data: 14                              # (OPTIONAL) data code - this makes red stained glass
  reverse-if-placed: false              # (OPTIONAL) if true, blocks of same type placed will reverse progression (prevents silk-touch exploit)
  use-similar-blocks: false             # (OPTIONAL) if true, this will ignore orientation of doors, logs etc.
21:0 yerine yukarıdaki konfigürasyon gibi ayrı ayrı yapmayı deneyin. Lapis için data'ya gerek yok.
21 yaptım yine çalışmadı
Gönderi otomatik olarak birleştirildi:

21 yaptım yine çalışmadı
Kod:
 mininglapis:
  type: "blockbreakcertain"
  amount: 3000                            # amount of blocks to be brkoen
  block: 21                             # name of block (can be id or minecraft name)
  data: 0                              # (OPTIONAL) data code - this makes red stained glass
  reverse-if-placed: false              # (OPTIONAL) if true, blocks of same type placed will reverse progression (prevents silk-touch exploit)
  use-similar-blocks: false             # (OPTIONAL) if true, this will ignore orientation of doors, logs etc.
Gönderi otomatik olarak birleştirildi:

Kod:
 mininglapis:
  type: "blockbreakcertain"
  amount: 3000                            # amount of blocks to be brkoen
  block: LAPIS_ORE                             # name of block (can be id or minecraft name)

Bu Şekilde Düzeliyormuş Eklenti Sahibinin Discordunda Cevapladılar Konu Kilit
 
Son düzenleme:
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı