Çözüldü Merhaba anlayan bir arkadaş skripte bir bakabilir mi ?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

İmpossibleCraft

Koydum Çalışma Masasını
Katılım
15 Eylül 2015
Mesajlar
68
Elmaslar
8
Puan
8.810
Konum
Sakarya
8 9 10 11 kısmındaki menüyü silip, deluxemenüye bağlarsan senin için daha güzel ve kullanışlı olur.​
Anlamıyorum skriptden açarmısın biraz konuyu bunun düzelme imkanı var mı ayrıca
 
Selamlar dostum, sunucuna uyumlu TuSKe eklentisini yükleyip kodu aşağıdaki gibi dener misin?

Kod:
options:
    prefix: &8[&a&l!&8]

command /claimmarket:
    usage: &7/claimmarket
    trigger:
        create a gui with virtual chest with 1 rows named "&8Claim Market":
            make gui 0 with golden_shovel named "&fMiktar: &e75 Claim" with lore "&fFiyat: &e20K":
                close player's inventory view
                execute player command "/claimsatinal claim1"
            make gui 3 with golden_shovel named "&fMiktar: &e150 Claim" with lore "&fFiyat: &e40K":
                close player's inventory view
                execute player command "/claimsatinal claim2"
            make gui 5 with golden_shovel named "&fMiktar: &e300 Claim" with lore "&fFiyat: &e80K":
                close player's inventory view
                execute player command "/claimsatinal claim3"
            make gui 8 with golden_shovel named "&fMiktar: &e425 Claim" with lore "&fFiyat: &e110K":
                close player's inventory view
                execute player command "/claimsatinal claim4"
        open last gui to player
    
command /claimsatinal [<text>]:
    trigger:
        if arg-1 is not set:
            send "" to player
            send "" to player
            send "{@prefix} &eClaim Market /claimmarket komutunu kullanmalisin." to player
            send "" to player
            send "" to player
        if arg-1 is not "claim1" or "claim2" or "claim3" or "claim4":
            send "" to player
            send "" to player
            send "{@prefix} &eClaim Market /claimmarket komutunu kullanmalisin." to player
            send "" to player
        if arg-1 is "claim1":
            if player's balance is bigger than or equal to 20000:
                execute console command "eco take %player% 20000"
                execute console command "/AdjustBonusClaimBlocks %player% 75"
                send "" to player
                send "" to player
                send "{@prefix} &620.000 &fkarsiliginda &e75 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli para &f= &e20.000&8]" to player
        if arg-1 is "claim2":
            if player's balance is bigger than or equal to 40000:
                execute console command "eco take %player% 40000"
                execute console command "/AdjustBonusClaimBlocks %player% 150"
                send "" to player
                send "" to player
                send "{@prefix} &640.000 &fkarsiliginda &e150 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli para &f= &e40.000&8]" to player   
        if arg-1 is "claim3":
            if player's balance is bigger than or equal to 80000:
                execute console command "eco take %player% 80000"
                execute console command "/AdjustBonusClaimBlocks %player% 300"
                send "" to player
                send "" to player
                send "{@prefix} &680.000 &fkarsiliginda &e300 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli Para &8= &e80.000&8]" to player
        if arg-1 is "claim4":
            if player's balance is bigger than or equal to 110000:
                execute console command "eco take %player% 110000"
                execute console command "/AdjustBonusClaimBlocks %player% 425"
                send "" to player
                send "" to player
                send "{@prefix} &6110.000 &fkarsiliginda &e425 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli Para &8= &e110.000&8]" to player
 
Selamlar dostum, sunucuna uyumlu TuSKe eklentisini yükleyip kodu aşağıdaki gibi dener misin?

Kod:
options:
    prefix: &8[&a&l!&8]

command /claimmarket:
    usage: &7/claimmarket
    trigger:
        create a gui with virtual chest with 1 rows named "&8Claim Market":
            make gui 0 with golden_shovel named "&fMiktar: &e75 Claim" with lore "&fFiyat: &e20K":
                close player's inventory view
                execute player command "/claimsatinal claim1"
            make gui 3 with golden_shovel named "&fMiktar: &e150 Claim" with lore "&fFiyat: &e40K":
                close player's inventory view
                execute player command "/claimsatinal claim2"
            make gui 5 with golden_shovel named "&fMiktar: &e300 Claim" with lore "&fFiyat: &e80K":
                close player's inventory view
                execute player command "/claimsatinal claim3"
            make gui 8 with golden_shovel named "&fMiktar: &e425 Claim" with lore "&fFiyat: &e110K":
                close player's inventory view
                execute player command "/claimsatinal claim4"
        open last gui to player
  
command /claimsatinal [<text>]:
    trigger:
        if arg-1 is not set:
            send "" to player
            send "" to player
            send "{@prefix} &eClaim Market /claimmarket komutunu kullanmalisin." to player
            send "" to player
            send "" to player
        if arg-1 is not "claim1" or "claim2" or "claim3" or "claim4":
            send "" to player
            send "" to player
            send "{@prefix} &eClaim Market /claimmarket komutunu kullanmalisin." to player
            send "" to player
        if arg-1 is "claim1":
            if player's balance is bigger than or equal to 20000:
                execute console command "eco take %player% 20000"
                execute console command "/AdjustBonusClaimBlocks %player% 75"
                send "" to player
                send "" to player
                send "{@prefix} &620.000 &fkarsiliginda &e75 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli para &f= &e20.000&8]" to player
        if arg-1 is "claim2":
            if player's balance is bigger than or equal to 40000:
                execute console command "eco take %player% 40000"
                execute console command "/AdjustBonusClaimBlocks %player% 150"
                send "" to player
                send "" to player
                send "{@prefix} &640.000 &fkarsiliginda &e150 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli para &f= &e40.000&8]" to player 
        if arg-1 is "claim3":
            if player's balance is bigger than or equal to 80000:
                execute console command "eco take %player% 80000"
                execute console command "/AdjustBonusClaimBlocks %player% 300"
                send "" to player
                send "" to player
                send "{@prefix} &680.000 &fkarsiliginda &e300 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli Para &8= &e80.000&8]" to player
        if arg-1 is "claim4":
            if player's balance is bigger than or equal to 110000:
                execute console command "eco take %player% 110000"
                execute console command "/AdjustBonusClaimBlocks %player% 425"
                send "" to player
                send "" to player
                send "{@prefix} &6110.000 &fkarsiliginda &e425 claim blogu &faldin!" to player
                send "" to player
                send "" to player
            else:
                send "{@prefix} &fYeterli paran yok! &8[&6Gerekli Para &8= &e110.000&8]" to player
Tuske yüklü böyle bir hata verdi şimdi de /claimmarkete gui gelmiyor önceki kod da geliyordu fakat altın kürekler yoktu.
Adsız.png
 
Kod:
command /Kredi [<text>] [<player>] [<number>]:
    permission: kredi.oyuncu
    permission message: &4Bu Komudu Kullanabilmek İçin Gerekli Yetkiniz Bulunmamaktadir !
    trigger:
        if arg-1 is not set:
            send "&e&l*&c&l----------&7&l----------&e&l*"
            send "&6&l> &a/Kredi Market &2Marketi Açar"
            send "&6&l> &a/Kredim &2Kredinizi Görürsünüz"
            send "&6&l> &a/Kredi Yolla [Nick] [Miktar]"
            send "&e&l*&c&l----------&7&l----------&e&l*"
        if arg-1 is "yolla":
            if arg-2 is set:
                if arg-3 is set:
                    if {kredi.%player%} is greater than or equal to arg 3:
                        add arg 3 to {kredi.%arg 2%}
                        send "&cSana &a%arg 2% &cKredi Yolladılar." to arg-2
                        send "&cBaşarıyla &a%arg 2% &cKredi Yolladın." to player
                    else:
                        send "&cYeterli Kredin Yok."
        if arg-1 is "market":
            open chest with 3 rows named "&6&lKredi Market" to player
            wait 0.3 seconds
            format slot 10 of player with paper named "&2300K&7$ &cBedel&7: &620 Kredi" to close then run [execute player command "/1mparaal"]
            format slot 12 of player with paper named "&2500K&7$ &cBedel&7: &630 Kredi" to close then run [execute player command "/2mparaal"]
            format slot 14 of player with paper named "&2800K&7$ &cBedel&7: &640 Kredi" to close then run [execute player command "/3mparaal"]
            format slot 16 of player with paper named "&21M&7$ &cBedel&7: &650 Kredi" to close then run [execute player command "/4mparaal"]
# Çevirmeler
command /1mparaal:
    trigger:
        if {kredi.%player%} is greater than 4:
            remove 20 from {kredi.%player%}
            execute console command "/eco give %player% 300000"
            send "&cBaşarıyla 300k $ Para Aldın."
        else:
            send "&cYeterli Miktarda Kredin Yok !"
command /2mparaal:
    trigger:
        if {kredi.%player%} is greater than 9:
            remove 30 from {kredi.%player%}
            execute console command "/eco give %player% 500000"
            send "&cBaşarıyla 500k $ Aldın."
        else:
            send "&cYeterli Miktarda Kredin Yok !"
command /3mparaal:
    trigger:
        if {kredi.%player%} is greater than 14:
            remove 40 from {kredi.%player%}
            execute console command "/eco give %player% 800000"
            send "&cBaşarıyla 800k $ Para Aldın."
        else:
            send "&cYeterli Miktarda Kredin Yok !"
command /4mparaal:
    trigger:
        if {kredi.%player%} is greater than 19:
            remove 50 from {kredi.%player%}
            execute console command "/eco give %player% 1000000"
            send "&cBaşarıyla 1M $ Aldın."
        else:
            send "&cYeterli Miktarda Kredin Yok !"
# Calışıyor lar
# /Kredisi
command /kredisi [<player>]:
    permission: kredi.oyuncu.kredisi
    trigger:
        if arg-1 is not set:
            send "&cSenin Kredin &e&e%{kredi.%player%}%"
        if arg-1 is set:
            send "&b%argument 1% &cAdli Kisinin Kredisi &e%{kredi.%arg 1%}%"
# /Kredim
command /kredim [<player>]:
    permission: kredi.oyuncu.kredim
    trigger:
        if arg-1 is not set:
            send "&cSenin Kredin &e&e%{kredi.%player%}%"
# /adminkredi
command /adminkredi [<text>] [<player>] [<number>]:
    permission: admin.kredi
    permission message: &4Bu Komudu Kullanabilmek İçin Gerekli Yetkin Yok !
    trigger:
        if arg-1 is not set:
            if arg-2 is not set:
                if arg-3 is not set:
                    send "&e&l*&c&l----------&7&l----------&e&l*"
                    send "&6&l> &a/AdminKredi Ekle &3[Nick] [Miktar] &c&l- &4Admin Komutudur &5!"
                    send "&6&l> &a/AdminKredi Sil &3[Nick] [Miktar] &c&l- &4Admin Komutudur &5!"
                    send "&6&l> &a/AdminKredi &cReload &c&l- &4Admin Komutudur &5!"
                    send "&e&l*&c&l----------&7&l----------&e&l*"
        if arg-1 is "ekle":
            if arg-2 is set:
                if arg-3 is set:
                    add arg-3 to {kredi.%arg 2%}
                    send "&cBaşarı İle &a%argument 2%&c Kredi Yatırdın !" to player
                    send "&cSana &b%player% &cAdlı Oyuncu &a%arg 3% &cKredi Ekledi !" to arg-2
        if arg-1 is "sil":
            if arg-2 is set:
                if arg-3 is set:
                    remove arg-3 from {kredi.%arg 2%}
                    send "&cBaşarı İle &a%argument 2%&c Kredi Sildin !" to player
                    send "&cSenden &b%player% &cAdlı Oyuncu &a%arg 3% &cKredi Sildi !" to arg-2
        if arg-1 is "reload":
            execute player command "/skript reload %script%"
            send "&aBaşarıyla Guncellendi &c!"

@Harun553 Şu tarz bir kredi market skripti kullanıyorum /claim market yazıncada bu tarz gelmesini istiyorum
 
Selamlar oldukça geç olacak ama henüz kapatılmamış bende bakmak istedim (:

Kod:
command /claimmarket:
    usage: &7/claimmarket
    trigger:
        open chest with 1 rows named "&8Claim Market" to player   
        format slot 0 of player with golden shovel named "&fMiktar: &e75 Claim" with lore "&fFiyat: &e20K" to close then run [execute player command "/claimsatinal claim1"]
        format slot 3 of player with golden shovel named "&fMiktar: &e150 Claim" with lore "&fFiyat: &e40K" to close then run [execute player command "/claimsatinal claim2"]
        format slot 5 of player with golden shovel named "&fMiktar: &e300 Claim" with lore "&fFiyat: &e80K" to close then run [execute player command "/claimsatinal claim3"]
        format slot 8 of player with golden shovel named "&fMiktar: &e425 Claim" with lore "&fFiyat: &e110K" to close then run [execute player command "/claimsatinal claim4"]

kodunuzda sıkıntı yoktu sadece eşya ismi yazarken golden_shovel yazmıştınız golden shovel olarak değiştirince herhangi bir hata durumu oluşmuyor.
 
8 9 10 11 kısmındaki menüyü silip, deluxemenüye bağlarsan senin için daha güzel ve kullanışlı olur.​
Kod:
        make gui slot 0 of player with golden shovel named "&fMiktar: &e75 Claim" with lore "&fFiyat: &e20K" to close then run player command "/claimsatinal claim1"
        make gui slot 3 of player with golden shovel named "&fMiktar: &e150 Claim" with lore "&fFiyat: &e40K" to close then run player command "/claimsatinal claim2"
        make gui slot 5 of player with golden shovel named "&fMiktar: &e300 Claim" with lore "&fFiyat: &e80K" to close then run player command "/claimsatinal claim3"
        make gui slot 8 of player with golden shovel named "&fMiktar: &e425 Claim" with lore "&fFiyat: &e110K" to close then run player command "/claimsatinal claim4"

gui yapmak için tuske addon'una ihtiyacın var ayrıca format slot 0 gibi ibareler yerine şunu kullanın:
Makefile:
make gui slot 0 of player with golden shovel named "yumurta" with lore "yumurta işte" to close then run player command "/say test"
gibi şeyler kullanmalısın.
 
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