Bulundu Süreli vip skriptime edit istiyorum

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

Sreanium

Bir Kömür Göründü Kaptanım!
Katılım
19 Nisan 2022
Mesajlar
171
Elmaslar
17
Puan
780
Yaş
19
Minecraft
MertFring

Discord:

pablo escobar#0991

Arkadaşlar bende şöyle bir skript var:
command /vipver <player>:
permission: vip.ver
permission message: &7Bu komutu kullanmak için yetkiniz bulunmamaktadır!
trigger:
execute console command "cursedvip give %arg-1% vip 30"
execute console command "eco give %arg-1% 14000"
execute console command "silkspawners give %arg-1% zombie 1"

command /vip+ver <player>:
permission: vip.ver
permission message: &7Bu komutu kullanmak için yetkiniz bulunmamaktadır!
trigger:
execute console command "cursedvip give %arg-1% vip+ 30"
execute console command "eco give %arg-1% 35000"
execute console command "silkspawners give %arg-1% zombie 3"

command /mvipver <player>:
permission: vip.ver
permission message: &7Bu komutu kullanmak için yetkiniz bulunmamaktadır!
trigger:
execute console command "cursedvip give %arg-1% mvip 30"
execute console command "eco give %arg-1% 50000"
execute console command "silkspawners give %arg-1% zombie 5"

command /mvip+ver <player>:
permission: vip.ver
permission message: &7Bu komutu kullanmak için yetkiniz bulunmamaktadır!
trigger:
execute console command "cursedvip give %arg-1% mvip+ 30"
execute console command "eco give %arg-1% 75000"
execute console command "silkspawners give %arg-1% zombie 7"
Bu skriptte her vip için ayrı komut var ve 30 günlük.
Şöyle bir şey istiyorum /vipver (kullanıcı) (viptürü) (süre) olcak.
Vip kaç gün olursa olsun o vipin ödülünü verecek.
Vip ödülleri aynı olacak.
Vip süresi gün olarak olacak. Ne kadar hızlı yaparsanız o kadar işime yarar.
@yunanmadenci
 
İstediğini Yaptım Bir Hata Olursa Söylersin Çözerim :)
Buyur İyi Kullanımlar!

Kod:
command /vipver [<player>] [<text>] [<integer>]:
    permission: vip.ver
    permission message: &cİznin Yok!
    trigger:
        if arg 1 is set:
            if arg 3 is set:
                if arg 2 is "vip":
                    execute console command "cursedvip give %arg-1% %arg-2% %arg-3%"
                    execute console command "eco give %arg-1% 14000"
                    execute console command "silkspawners give %arg-1% zombie 1"
                    broadcast "&2&lVİP &7>> &c%arg-1% &eİsimli Oyuncu &c%arg-3% &eGünlük &c%arg-2% &eSatın Aldı!"
                    broadcast "&2&lVİP &7>>                       &3&lHayırlı Olsun&f&l!                        "
                else if:
                    if arg 2 is "vip+":
                        execute console command "cursedvip give %arg-1% %arg-2% %arg-3%"
                        execute console command "eco give %arg-1% 35000"
                        execute console command "silkspawners give %arg-1% zombie 3"
                        broadcast "&2&lVİP &7>> &c%arg-1% &eİsimli Oyuncu &c%arg-3% &eGünlük &c%arg-2% &eSatın Aldı!"
                        broadcast "&2&lVİP &7>>                       &3&lHayırlı Olsun&f&l!                        "
                else if:
                    if arg 2 is "mvip":
                        execute console command "cursedvip give %arg-1% %arg-2% %arg-3%"
                        execute console command "eco give %arg-1% 50000"
                        execute console command "silkspawners give %arg-1% zombie 5"
                        broadcast "&2&lVİP &7>> &c%arg-1% &eİsimli Oyuncu &c%arg-3% &eGünlük &c%arg-2% &eSatın Aldı!"
                        broadcast "&2&lVİP &7>>                       &3&lHayırlı Olsun&f&l!                        "
                else if:
                    if arg 2 is "mvip+":
                        execute console command "cursedvip give %arg-1% %arg-2% %arg-3%"
                        execute console command "eco give %arg-1% 75000"
                        execute console command "silkspawners give %arg-1% zombie 7"
                        broadcast "&2&lVİP &7>> &c%arg-1% &eİsimli Oyuncu &c%arg-3% &eGünlük &c%arg-2% &eSatın Aldı!"
                        broadcast "&2&lVİP &7>>                       &3&lHayırlı Olsun&f&l!                        "
            else:
                send "&2&lVİP &7>> &c Hata &eÖrnek Kullanım &2/vipver (kullanıcı) (viptürü) (gün)" to player
        else:
            send "&2&lVİP &7>> &c Hata &eÖrnek Kullanım &2/vipver (kullanıcı) (viptürü) (gün)" to player
 
Kod:
command vipver [<offlineplayer>] [<text>] [<integer>]:
    permission: yetkili
    trigger:
        send "&e&lKULLANIM &e/vipver oyuncu viptürü süre" if arg 1 isn't set
        arg 1 is set
        arg 1 isn't online:
            send "&c&lHATA &e%arg 1% oyunda değil."
            stop
        arg 2 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% viptürü süre%nl%&eTürler: &fvip, vip+, mvip, mvip+"
            stop
        arg 3 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% %arg 2% süre"
            stop
        console command "cursedvip give %arg 1% %arg 2% %arg 3%"
        add 5000 to arg 1's balance
        console command "silkspawners give %arg 1% zombie 5"
        send "&eHesabına %arg 3% günlük %arg 2 in uppercase% tanımlandı." to arg 1
        send "&eBaşarıyla %arg 1% oyuncusuna %arg 3% günlük %arg 2 in uppercase% verildi." to player
 
Kod:
command vipver [<offlineplayer>] [<text>] [<integer>]:
    permission: yetkili
    trigger:
        send "&e&lKULLANIM &e/vipver oyuncu viptürü süre" if arg 1 isn't set
        arg 1 is set
        arg 1 isn't online:
            send "&c&lHATA &e%arg 1% oyunda değil."
            stop
        arg 2 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% viptürü süre%nl%&eTürler: &fvip, vip+, mvip, mvip+"
            stop
        arg 3 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% %arg 2% süre"
            stop
        console command "cursedvip give %arg 1% %arg 2% %arg 3%"
        add 5000 to arg 1's balance
        console command "silkspawners give %arg 1% zombie 5"
        send "&eHesabına %arg 3% günlük %arg 2 in uppercase% tanımlandı." to arg 1
        send "&eBaşarıyla %arg 1% oyuncusuna %arg 3% günlük %arg 2 in uppercase% verildi." to player
yine döktürüyor kral :D
 
Kod:
command vipver [<offlineplayer>] [<text>] [<integer>]:
    permission: yetkili
    trigger:
        send "&e&lKULLANIM &e/vipver oyuncu viptürü süre" if arg 1 isn't set
        arg 1 is set
        arg 1 isn't online:
            send "&c&lHATA &e%arg 1% oyunda değil."
            stop
        arg 2 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% viptürü süre%nl%&eTürler: &fvip, vip+, mvip, mvip+"
            stop
        arg 3 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% %arg 2% süre"
            stop
        console command "cursedvip give %arg 1% %arg 2% %arg 3%"
        add 5000 to arg 1's balance
        console command "silkspawners give %arg 1% zombie 5"
        send "&eHesabına %arg 3% günlük %arg 2 in uppercase% tanımlandı." to arg 1
        send "&eBaşarıyla %arg 1% oyuncusuna %arg 3% günlük %arg 2 in uppercase% verildi." to player
Yarın deneyeceğim teşekkürler üstad
 
Kod:
command vipver [<offlineplayer>] [<text>] [<integer>]:
    permission: yetkili
    trigger:
        send "&e&lKULLANIM &e/vipver oyuncu viptürü süre" if arg 1 isn't set
        arg 1 is set
        arg 1 isn't online:
            send "&c&lHATA &e%arg 1% oyunda değil."
            stop
        arg 2 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% viptürü süre%nl%&eTürler: &fvip, vip+, mvip, mvip+"
            stop
        arg 3 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% %arg 2% süre"
            stop
        console command "cursedvip give %arg 1% %arg 2% %arg 3%"
        add 5000 to arg 1's balance
        console command "silkspawners give %arg 1% zombie 5"
        send "&eHesabına %arg 3% günlük %arg 2 in uppercase% tanımlandı." to arg 1
        send "&eBaşarıyla %arg 1% oyuncusuna %arg 3% günlük %arg 2 in uppercase% verildi." to player
Her vip icin ayrı ödül vardı keske öyle yapsaydın
 
Nasıl bir şey istiyorsun?
 
Her vip icin ayrı ödül vardı keske öyle yapsaydın
Buyrun.
Kod:
function vip(.:player,q:text):
    add 14000 to {_.}'s balance if {_q} = "vip"
    add 35000 to {_.}'s balance if {_q} = "vip+"
    add 50000 to {_.}'s balance if {_q} = "mvip"
    add 75000 to {_.}'s balance if {_q} = "mvip+"
    console command "silkspawners give %{_.}% zombie 1" if {_q} = "vip"
    console command "silkspawners give %{_.}% zombie 3" if {_q} = "vip+"
    console command "silkspawners give %{_.}% zombie 5" if {_q} = "mvip"
    console command "silkspawners give %{_.}% zombie 7" if {_q} = "mvip+"

command vipver [<offlineplayer>] [<text>] [<integer>]:
    permission: yetkili
    trigger:
        send "&e&lKULLANIM &e/vipver oyuncu viptürü süre" if arg 1 isn't set
        arg 1 is set
        arg 1 isn't online:
            send "&c&lHATA &e%arg 1% oyunda değil."
            stop
        arg 2 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% viptürü süre%nl%&eTürler: &fvip, vip+, mvip, mvip+"
            stop
        arg 3 isn't set:
            send "&e&lKULLANIM &e/vipver %arg 1% %arg 2% süre"
            stop
        console command "cursedvip give %arg 1% %arg 2% %arg 3%"
        vip(arg 1,arg 2)
        send "&eHesabına %arg 3% günlük %arg 2 in uppercase% tanımlandı." to arg 1
        send "&eBaşarıyla %arg 1% oyuncusuna %arg 3% günlük %arg 2 in uppercase% verildi." to player
 
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