Skript Paylaşımı Görev Skripti Gui

Skripti Nasıl Buldun

  • Forumda Buldum

  • Başarılı


Sonuçlar yalnızca oylamadan sonra görülebilir.
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ShortPallMall

Demir Cevheri Gibiyim
Katılım
26 Mayıs 2014
Mesajlar
224
Elmaslar
69
Puan
8.960
Minecraft
ShortPallMall

Discord:

ShortPallMall#6092

Skriptimiz basittir, oyunculara maden görevleri yaptırıp para kazanmalarını sağlıyabilirsiniz. v0000.2 modelidir.
2018-12-12_03.54.03.png

2018-12-12_03.54.13.png
2018-12-12_03.54.26.png
2018-12-12_03.54.43.png
2018-12-12_03.54.57.png
2018-12-12_03.55.10.png

Kod:
command /görev:
    trigger:
        wait 3 tick
        open virtual chest with size 5 named "&b&k||&5 Görev Menüsü &b&k||" to player
        make gui slot 20 of player with book named "&aGörevler" with lore "&2Almak İstediğiniz Görevler." to close then run player command "/görevseç"
        make gui slot 24 of player with Book named "&aGörevler" with lore "&2Almış Olduğunuz Aktif Görevler." to close then run player command "/seçilmişgörevler"
        make gui slot 31 of player with Bookshelf named "&aİstatislik" with lore "&2Tamamlanmış Görevler." and "&6Maden:&2%{Gorev::maden::%player%}% " to nothing
        if {Gorev::maden::%player%} is not set:
            set {Gorev::maden::%player%} to 1
command /görevseç:
    trigger:
        wait 0.2 second
        open virtual chest with size 1 named "&b&k||&5 Görev Menüsü &b&k||" to player
        make gui slot 1 of player with diamond pickaxe named  "&aMaden Görevleri" with lore "&2Maden Soğuk Olmalı Sıkı Giyin!." to close then run player command "/görevseçmaden"
        make gui slot 3 of player with diamond sword named  "&aKATİL!!" with lore "&4ÇOK YAKINDA" to nothing
        make gui slot 8 of player with torch named "&aGeri" with lore "" to close then run player command "/görev"
command /görevseçmaden:
    trigger:
        set {_maden} to {Gorev::maden::%player%}
        add 1 to {_maden}
        set {_param} to {_maden} * 0.1
        set {_paraelmas::%player%} to {_param} * 8000
        set {_elmasekle} to {_paraelmas::%player%} + 8000
        set {_parazümrüt::%player%} to {_param} * 4000
        set {_zumrutekle} to {_parazümrüt::%player%} + 4000
        set {_paraaltın::%player%} to {_param} * 3000
        set {_altınekle} to {_paraaltın::%player%} + 3000
        set {_parademir::%player%} to {_param} * 1800
        set {_demirekle} to {_parademir::%player%} + 1800
        wait 0.2 second
        open virtual chest with size 2 named "&b&k||&5 Görev Menüsü &b&k||" to player
        make gui slot 0 of player with diamond named  "&aElmas Görevi" with lore "&220 Adet Elmas Kaz. " and "&bÖdül: %{_elmasekle}% Oyun Parası" to run player command "/görevseçelmas"
        make gui slot 2 of player with emerald named  "&aZümrüt Görevi" with lore "&220 Adet Zümrüt Kaz. " and "&bÖdül: %{_zumrutekle}% Oyun Parası" to run player command "/görevseçZümrüt"
        make gui slot 4 of player with gold ingot named  "&aAltın Görevi" with lore "&220 Adet Altın Kaz. " and "&bÖdül: %{_altınekle}% Oyun Parası" to run player command "/görevseçaltın"
        make gui slot 6 of player with iron ingot named  "&aDemir Görevi" with lore "&220 Adet Demir Kaz. " and "&bÖdül: %{_demirekle}% Oyun Parası" to run player command "/görevseçdemir"
        make gui slot 13 of player with tnt named  "&aAktif Görevi İptal Et" with lore "&cİptal Etmek İçin Tıkla" to run player command "/göreviptal"
        make gui slot 8 of player with torch named "&aGeri" with lore "" to run player command "/görevseç"
command /göreviptal:
    trigger:
        delete {Gorev::madenn::%player%}
        delete {Gorev::elmas::%player%}
        delete {Gorev::zümrüt::%player%}
        delete {Gorev::altın::%player%}
        delete {Gorev::demir::%player%}
        send "&cAktif Görev İptal Edilmiştir"
command /seçilmişgörevler:
    trigger:
        wait 0.2 second
        open virtual chest with size 1 named "&b&k||&5 Görev Menüsü &b&k||" to player
        if {Gorev::elmas::%player%} is set:
            make gui slot 0 of player with diamond named  "&a20 Adet Elmas Kaz" with lore "&2Görev Devam Ediyor. " and "&2Kalan: &6%{Gorev::elmas::%player%}%&f/&420" to run player command ""
        if {Gorev::zümrüt::%player%} is set:
            make gui slot 1 of player with emerald named  "&a20 Adet Zümrüt Kaz" with lore "&2Görev Devam Ediyor. " and "&2Kalan: &6%{Gorev::zümrüt::%player%}%&f/&420" to run player command ""
        if {Gorev::altın::%player%} is set:
            make gui slot 2 of player with gold ingot named  "&a20 Adet Altın Kaz" with lore "&2Görev Devam Ediyor. " and "&2Kalan: &6%{Gorev::altın::%player%}%&f/&420" to run player command ""
        if {Gorev::demir::%player%} is set:
            make gui slot 3 of player with iron ingot named  "&a20 Adet Demir Kaz" with lore "&2Görev Devam Ediyor. " and "&2Kalan: &6%{Gorev::demir::%player%}%&f/&420" to run player command ""
        make gui slot 8 of player with torch named "&aGeri" with lore "" to close then run player command "/görev"
command /görevseçelmas:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::elmas::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Elmas Kazma Görevi Aktif"
command /görevseçzümrüt:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::zümrüt::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Zümrüt Kazma Görevi Aktif"
command /görevseçaltın:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::altın::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Altın Kazma Görevi Aktif"
command /görevseçdemir:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::demir::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Demir Kazma Görevi Aktif"
on break:
    if event-block is diamond ore:
        if {Gorev::elmas::%player%} is set:
            cancel event
            set block to air
            drop 1 diamond
            if tool of player is any pickaxe of silk touch:
                send "&cKazmanda İpeksi Dokunuş Var Görevi Bu Şekilde Tamamlıyamazsın"
            else:
                add 1 to {Gorev::elmas::%player%}
                wait 1 tick
                set action bar of player to "&4%{Gorev::elmas::%player%}%&7/&220"
                if {Gorev::elmas::%player%} is greater than or equal to 20:
                    send "&aGörev Tamamlandı."
                    add 1 to {Gorev::maden::%player%}
                    set {_param} to {Gorev::maden::%player%} * 0.1
                    set {_para} to {_param} * 8000
                    set {para::%player%} to {_para} + 8000
                    execute console command "eco give %player% %{para::%player%}%"
                    delete {Gorev::elmas::%player%}
                    delete {Gorev::madenn::%player%}
                
on break:
    if event-block is emerald ore:
        if {Gorev::zümrüt::%player%} is set:
            cancel event
            set block to air
            drop 1 emerald
            if tool of player is any pickaxe of silk touch:
                send "&cKazmanda İpeksi Dokunuş Var Görevi Bu Şekilde Tamamlıyamazsın"
            else:
                add 1 to {Gorev::zümrüt::%player%}
                wait 1 tick
                set action bar of player to "&4%{Gorev::zümrüt::%player%}%&7/&220"
                if {Gorev::zümrüt::%player%} is greater than or equal to 20:
                    send "&aGörev Tamamlandı."
                    add 1 to {Gorev::maden::%player%}
                    set {_param} to {Gorev::maden::%player%} * 0.1
                    set {_para} to {_param} * 4000
                    set {para::%player%} to {_para} + 4000
                    execute console command "eco give %player% %{para::%player%}%"
                    delete {Gorev::zümrüt::%player%}
                    delete {Gorev::madenn::%player%}
                
on break:
    if event-block is gold ore:
        if {Gorev::altın::%player%} is set:
            cancel event
            set block to air
            drop 1 gold ingot
            if tool of player is any pickaxe of silk touch:
                send "&cKazmanda İpeksi Dokunuş Var Görevi Bu Şekilde Tamamlıyamazsın"
            else:
                add 1 to {Gorev::altın::%player%}
                wait 1 tick
                set action bar of player to "&4%{Gorev::altın::%player%}%&7/&220"
                if {Gorev::altın::%player%} is greater than or equal to 20:
                    send "&aGörev Tamamlandı."
                    add 1 to {Gorev::maden::%player%}
                    set {_param} to {Gorev::maden::%player%} * 0.1
                    set {_para} to {_param} * 3000
                    set {para::%player%} to {_para} + 3000
                    delete {Gorev::altın::%player%}
                    delete {Gorev::madenn::%player%}
                
on break:
    if event-block is iron ore:
        if {Gorev::demir::%player%} is set:
            cancel event
            set block to air
            drop 1 iron ingot
            add 1 to {Gorev::demir::%player%}
            wait 1 tick
            set action bar of player to "&4%{Gorev::demir::%player%}%&7/&220"
            if {Gorev::demir::%player%} is greater than or equal to 20:
                send "&aGörev Tamamlandı."
                add 1 to {Gorev::maden::%player%}
                set {_param} to {Gorev::maden::%player%} * 0.1
                set {_para} to {_param} * 1800
                set {para::%player%} to {_para} + 1800
                execute console command "eco give %player% %{para::%player%}%"
                delete {Gorev::demir::%player%}
                delete {Gorev::madenn::%player%}
Güncelleme ile birlikte Tuske'ye geçilmiştir, Her görev yaptığınızda bi önceki verdiği ödülden bi miktar daha fazla para vericektir.
Bi Sonraki güncelleme ile birlikte en çok görev yapan listesi eklenicektir.
 
Son düzenleme:
Emek var fakat daha iyileri forumda mevcut. Eline sağlık.
 
Skriptimiz basittir, oyunculara maden görevleri yaptırıp para kazanmalarını sağlıyabilirsiniz. v0000.1 modelidir.
Ekli dosyayı görüntüle 52271
Ekli dosyayı görüntüle 52266Ekli dosyayı görüntüle 52267Ekli dosyayı görüntüle 52268Ekli dosyayı görüntüle 52269Ekli dosyayı görüntüle 52270
Kod:
command /görev:
    trigger:
        wait 3 tick
        open chest with 5 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        format slot 20 of player with Book named  "&aGörevler" with lore "&2Almak İstediğiniz Görevler." to close then run [execute player command "/görevseç"]
        format slot 24 of player with Book named  "&aGörevler" with lore "&2Almış Olduğunuz Aktif Görevler." to close then run [execute player command "/seçilmişgörevler"]
        format slot 31 of player with Book and quill named  "&aİstatislik" with lore "&2Tamamlanmış Görevler.||&6Maden:&2%{Gorev::maden::%player%}% " to run ""
        if {Gorev::maden::%player%} is not set:
            set {Gorev::maden::%player%} to 0
command /görevseç:
    trigger:
        wait 0.2 second
        open chest with 1 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        format slot 1 of player with diamond pickaxe named  "&aMaden Görevleri" with lore "&2Maden Soğuk Olmalı Sıkı Giyin!." to close then run [execute player command "/görevseçmaden"]
        format slot 3 of player with diamond sword named  "&aKATİL!!" with lore "&4ÇOK YAKINDA" to run ""
        format slot 8 of player with torch named "&aGeri" with lore "" to close then run [execute player command "/görev"]
command /görevseçmaden:
    trigger:
        wait 0.2 second
        open chest with 2 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        format slot 0 of player with diamond named  "&aElmas Görevi" with lore "&220 Adet Elmas Kaz. ||&bÖdül: 20k Oyun Parası" to run [execute player command "/görevseçelmas"]
        format slot 2 of player with emerald named  "&aZümrüt Görevi" with lore "&220 Adet Zümrüt Kaz. ||&bÖdül: 20k Oyun Parası" to run [execute player command "/görevseçZümrüt"]
        format slot 4 of player with gold ingot named  "&aAltın Görevi" with lore "&220 Adet Altın Kaz. ||&bÖdül: 15k Oyun Parası" to run [execute player command "/görevseçaltın"]
        format slot 6 of player with iron ingot named  "&aDemir Görevi" with lore "&220 Adet Demir Kaz. ||&bÖdül: 10k Oyun Parası" to run [execute player command "/görevseçdemir"]
        format slot 13 of player with tnt named  "&aAktif Görevi İptal Et" with lore "&cİptal Etmek İçin Tıkla" to run [execute player command "/göreviptal"]
        format slot 8 of player with torch named "&aGeri" with lore "" to close then run [execute player command "/görevseç"]
command /göreviptal:
    trigger:
        delete {Gorev::madenn::%player%}
        delete {Gorev::elmas::%player%}
        delete {Gorev::zümrüt::%player%}
        delete {Gorev::altın::%player%}
        delete {Gorev::demir::%player%}
        send "&cAktif Görev İptal Edilmiştir"
command /seçilmişgörevler:
    trigger:
        wait 0.2 second
        open chest with 1 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        if {Gorev::elmas::%player%} is set:
            format slot 0 of player with diamond named  "&a20 Adet Elmas Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::elmas::%player%}%&f/&420" to run ""
        if {Gorev::zümrüt::%player%} is set:
            format slot 1 of player with emerald named  "&a20 Adet Zümrüt Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::zümrüt::%player%}%&f/&420" to run ""
        if {Gorev::altın::%player%} is set:
            format slot 2 of player with gold ingot named  "&a20 Adet Altın Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::altın::%player%}%&f/&420" to run ""
        if {Gorev::demir::%player%} is set:
            format slot 3 of player with iron ingot named  "&a20 Adet Demir Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::demir::%player%}%&f/&420" to run ""
        format slot 8 of player with torch named "&aGeri" with lore "" to close then run [execute player command "/görev"]
command /görevseçelmas:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::elmas::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Elmas Kazma Görevi Aktif"
command /görevseçzümrüt:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::zümrüt::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Zümrüt Kazma Görevi Aktif"
command /görevseçaltın:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::altın::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Altın Kazma Görevi Aktif"
command /görevseçdemir:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::demir::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Demir Kazma Görevi Aktif"
on break of diamond ore:
    if {Gorev::elmas::%player%} is set:
        add 1 to {Gorev::elmas::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::elmas::%player%}%&7/&220"
        if {Gorev::elmas::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 20000"
            delete {Gorev::elmas::%player%}
            delete {Gorev::madenn::%player%}
            add 1 to {Gorev::maden::%player%}
on break of emerald ore:
    if {Gorev::zümrüt::%player%} is set:
        add 1 to {Gorev::zümrüt::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::zümrüt::%player%}%&7/&220"
        if {Gorev::zümrüt::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 20000"
            delete {Gorev::zümrüt::%player%}
            delete {Gorev::madenn::%player%}
            add 1 to {Gorev::maden::%player%}
on break of gold ore:
    if {Gorev::altın::%player%} is set:
        add 1 to {Gorev::altın::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::altın::%player%}%&7/&220"
        if {Gorev::altın::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 15000"
            delete {Gorev::altın::%player%}
            delete {Gorev::madenn::%player%}
            add 1 to {Gorev::maden::%player%}
on break of iron ore:
    if {Gorev::demir::%player%} is set:
        add 1 to {Gorev::demir::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::demir::%player%}%&7/&220"
        if {Gorev::demir::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 10000"
            delete {Gorev::demir::%player%}
            delete {Gorev::maden::%player%}
            add 1 to {Gorev::maden::%player%}
Daha da geliştirirsen daha iyi olabilir. Mesela Title desteği ekleyebilirsin.
 
Güzel fakat Tuske guisi kullanmanı tavsiye ederim.Forum'da daha öncedende yapılmıştı.Kendini geliştirmen dileğiyle!
 
Tuske kullanırsan wait 0.2 second gerek kalmaz. argument kullanarak tüm komutları tek komuta sığdır daha düzenli olması için.
 
lapiste eklermisin
 
Güzel ve başarılı bir skript umarım devam edersiniz paylaşımlara.
 
Skriptimiz basittir, oyunculara maden görevleri yaptırıp para kazanmalarını sağlıyabilirsiniz. v0000.1 modelidir.
Ekli dosyayı görüntüle 52271
Ekli dosyayı görüntüle 52266Ekli dosyayı görüntüle 52267Ekli dosyayı görüntüle 52268Ekli dosyayı görüntüle 52269Ekli dosyayı görüntüle 52270
Kod:
command /görev:
    trigger:
        wait 3 tick
        open chest with 5 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        format slot 20 of player with Book named  "&aGörevler" with lore "&2Almak İstediğiniz Görevler." to close then run [execute player command "/görevseç"]
        format slot 24 of player with Book named  "&aGörevler" with lore "&2Almış Olduğunuz Aktif Görevler." to close then run [execute player command "/seçilmişgörevler"]
        format slot 31 of player with Book and quill named  "&aİstatislik" with lore "&2Tamamlanmış Görevler.||&6Maden:&2%{Gorev::maden::%player%}% " to run ""
        if {Gorev::maden::%player%} is not set:
            set {Gorev::maden::%player%} to 0
command /görevseç:
    trigger:
        wait 0.2 second
        open chest with 1 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        format slot 1 of player with diamond pickaxe named  "&aMaden Görevleri" with lore "&2Maden Soğuk Olmalı Sıkı Giyin!." to close then run [execute player command "/görevseçmaden"]
        format slot 3 of player with diamond sword named  "&aKATİL!!" with lore "&4ÇOK YAKINDA" to run ""
        format slot 8 of player with torch named "&aGeri" with lore "" to close then run [execute player command "/görev"]
command /görevseçmaden:
    trigger:
        wait 0.2 second
        open chest with 2 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        format slot 0 of player with diamond named  "&aElmas Görevi" with lore "&220 Adet Elmas Kaz. ||&bÖdül: 20k Oyun Parası" to run [execute player command "/görevseçelmas"]
        format slot 2 of player with emerald named  "&aZümrüt Görevi" with lore "&220 Adet Zümrüt Kaz. ||&bÖdül: 20k Oyun Parası" to run [execute player command "/görevseçZümrüt"]
        format slot 4 of player with gold ingot named  "&aAltın Görevi" with lore "&220 Adet Altın Kaz. ||&bÖdül: 15k Oyun Parası" to run [execute player command "/görevseçaltın"]
        format slot 6 of player with iron ingot named  "&aDemir Görevi" with lore "&220 Adet Demir Kaz. ||&bÖdül: 10k Oyun Parası" to run [execute player command "/görevseçdemir"]
        format slot 13 of player with tnt named  "&aAktif Görevi İptal Et" with lore "&cİptal Etmek İçin Tıkla" to run [execute player command "/göreviptal"]
        format slot 8 of player with torch named "&aGeri" with lore "" to close then run [execute player command "/görevseç"]
command /göreviptal:
    trigger:
        delete {Gorev::madenn::%player%}
        delete {Gorev::elmas::%player%}
        delete {Gorev::zümrüt::%player%}
        delete {Gorev::altın::%player%}
        delete {Gorev::demir::%player%}
        send "&cAktif Görev İptal Edilmiştir"
command /seçilmişgörevler:
    trigger:
        wait 0.2 second
        open chest with 1 rows named "&b&k||&5 Görev Menüsü &b&k||" to player
        if {Gorev::elmas::%player%} is set:
            format slot 0 of player with diamond named  "&a20 Adet Elmas Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::elmas::%player%}%&f/&420" to run ""
        if {Gorev::zümrüt::%player%} is set:
            format slot 1 of player with emerald named  "&a20 Adet Zümrüt Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::zümrüt::%player%}%&f/&420" to run ""
        if {Gorev::altın::%player%} is set:
            format slot 2 of player with gold ingot named  "&a20 Adet Altın Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::altın::%player%}%&f/&420" to run ""
        if {Gorev::demir::%player%} is set:
            format slot 3 of player with iron ingot named  "&a20 Adet Demir Kaz" with lore "&2Görev Devam Ediyor. ||&2Kalan: &6%{Gorev::demir::%player%}%&f/&420" to run ""
        format slot 8 of player with torch named "&aGeri" with lore "" to close then run [execute player command "/görev"]
command /görevseçelmas:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::elmas::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Elmas Kazma Görevi Aktif"
command /görevseçzümrüt:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::zümrüt::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Zümrüt Kazma Görevi Aktif"
command /görevseçaltın:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::altın::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Altın Kazma Görevi Aktif"
command /görevseçdemir:
    trigger:
        if {Gorev::madenn::%player%} is set:
            send "&4Zaten Aktif Bir Görevin Var İlk Önce Onu Bitirmelisin"
        else:
            set {Gorev::demir::%player%} to 0
            set {Gorev::madenn::%player%} to 1
            send "&6Demir Kazma Görevi Aktif"
on break of diamond ore:
    if {Gorev::elmas::%player%} is set:
        add 1 to {Gorev::elmas::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::elmas::%player%}%&7/&220"
        if {Gorev::elmas::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 20000"
            delete {Gorev::elmas::%player%}
            delete {Gorev::madenn::%player%}
            add 1 to {Gorev::maden::%player%}
on break of emerald ore:
    if {Gorev::zümrüt::%player%} is set:
        add 1 to {Gorev::zümrüt::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::zümrüt::%player%}%&7/&220"
        if {Gorev::zümrüt::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 20000"
            delete {Gorev::zümrüt::%player%}
            delete {Gorev::madenn::%player%}
            add 1 to {Gorev::maden::%player%}
on break of gold ore:
    if {Gorev::altın::%player%} is set:
        add 1 to {Gorev::altın::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::altın::%player%}%&7/&220"
        if {Gorev::altın::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 15000"
            delete {Gorev::altın::%player%}
            delete {Gorev::madenn::%player%}
            add 1 to {Gorev::maden::%player%}
on break of iron ore:
    if {Gorev::demir::%player%} is set:
        add 1 to {Gorev::demir::%player%}
        wait 1 tick
        set action bar of player to "&4%{Gorev::demir::%player%}%&7/&220"
        if {Gorev::demir::%player%} is greater than or equal to 20:
            send "&aGörev Tamamlandı."
            execute console command "eco give %player% 10000"
            delete {Gorev::demir::%player%}
            delete {Gorev::maden::%player%}
            add 1 to {Gorev::maden::%player%}
bunun görevlere özel bi kere yapınca bidaha almamasını sağlayabilirmisiniz gorevi???
 
Güncelleme ile birlikte Tuske'ye geçilmiştir, Her görev yaptığınızda bi önceki verdiği ödülden bi miktar daha fazla para vericektir.
 
Lapis için yapabilirmiyiz ben şuan deniyorum lapis lazuli ore değil mi ?
 
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