İstek minecraft yılbaşı hediyesi skripti

BayImmortal

Sudan Çıkmış
En iyi cevaplar
0
-/yılbaşıhediyesi yazılınca bi menü açılsın ve bi tane yılbaşı hediyesi kutusu olsun oyuncular ona basınca bir kit alsınlar ve para
 

kadir2015

Kızıltaş Madencisi
En iyi cevaplar
7
JavaScript:
command /yilbasihediyesi:
    trigger:
        if {sett::%player%} is not set:
            send "&e-----------------" to player
            send "&aHediye Durumu&e=&c Alınmamış" to player
            send "&a Almak için /Al Yazın bu komutu kullanmak için 30 saniyeniz var" to player
            send "&e-----------------" to player
            set {set::%player%} to true
            wait 30 second
            if {sett::%player%} is not set:
                delete {set::%player%}
                send "&e size tanınan süre bitti" to player

        else:
            send "&e------------------" to player
            send "&a Hediye Durumu&e= &cAlinmis" to player
            send "&e------------------" to player

on command "/Al":
    if {set::%player%} is set:
        set {sett::%player%} to true
        execute console command "kit kitismi %player%"
        execute console command "eco give %player% paramiktari"
kardeş al şunu kullan bak on command "evet" kısmının altında paramiktarı var orayı sil vermek istedigin para mikatırını yaz vede onun üstünde kitismi var onu sil vermek istedigin kiti yaz bi sorun olursa bana burdan foto at düzeltim
 
Son düzenleme:

BayImmortal

Sudan Çıkmış
En iyi cevaplar
0
JavaScript:
command /yilbasihediyesi:
    trigger:
        if {sett::%player%} is not set:
            send "&e-----------------" to player
            send "&aHediye Durumu&e=&c Alınmamış" to player
            send "&a Almak için /Al Yazın bu komutu kullanmak için 30 saniyeniz var" to player
            send "&e-----------------" to player
            set {set::%player%} to true
            wait 30 second
            if {sett::%player%} is not set:
                delete {set::%player%}
                send "&e size tanınan süre bitti" to player

        else:
            send "&e------------------" to player
            send "&a Hediye Durumu&e= &cAlinmis" to player
            send "&e------------------" to player

on command "/Al":
    if {set::%player%} is set:
        set {sett::%player%} to true
        execute console command "kit kitismi %player%"
        execute console command "eco give %player% paramiktari"
kardeş al şunu kullan bak on command "evet" kısmının altında paramiktarı var orayı sil vermek istedigin para mikatırını yaz vede onun üstünde kitismi var onu sil vermek istedigin kiti yaz bi sorun olursa bana burdan foto at düzeltim
[/ çok teşekürler öncelikle şöyle bi sorun var bu hediyeyi 1 sefer değil hep alabiliyoruz onu 1 seferliğe yapabilirmisin ?
 

TrakyaLee

Reborn Project; kaliteli hizmet , uygun fiyat.
En iyi cevaplar
2
Kod:
command /yilbasihediyesi:
     permission: vip.hediye
     permission message: &cBu hediyeyi alabilmek için VIP almalısın!
     trigger:
        if {sett::%player%} is set:
            send "&e-----------------" to player
            send "&aHediye Durumu&e=&c Alınmamış" to player
            send "&a Almak için /Al Yazın bu komutu kullanmak için 30 saniyeniz var" to player
            send "&e-----------------" to player
            set {set::%player%} to true
            wait 30 second
            if {sett::%player%} is not set:
                delete {set::%player%}
                send "&e size tanınan süre bitti" to player
                stop

        else:
            send "&e------------------" to player
            send "&a Hediye Durumu&e= &cAlinmis" to player
            send "&e------------------" to player

on command "/Al":
    if {set::%player%} is set:
        set {sett::%player%} to true
        execute console command "kit kitismi %player%"
        execute console command "eco give %player% paramiktari"
işine yaradıysa alırım bi elmas
 
Üst