Sol Reklam

Bulundu Uzay

  • Konuyu başlatan Konuyu başlatan iTaKka
  • Başlangıç Tarihi Başlangıç Tarihi
  • Görüntüleme 957
Durum
Mesaj gönderimine kapalı.

iTaKka

Creeper Evimi Patlattı
Katılım
19 Ekim 2016
Mesajlar
415
Elmaslar
143
Puanlar
6.840
Minecraft
iTaKka

Discord:

๖̶̶̶ζ͜͡iTaKka๖̶̶̶ζ#4205

Herkeze merhaba,
Bugün sizden bir skript isteyeceğim;


/uzaybelirle yazınca uzay noktası belirlenecek
/uzaygit yazınca oyuncudan 100k para alıcak ve belirlenen konuma ışınlanıcak
Uzay konumuna ışınlanınca kafasına 1 cam blok ve üstüne otomatik beyaz deri kıyafetler giydirilicek 100 saniye sonra oyuncuyu spawna ışınlayıp "Oksijenin bittiği için spawn'a ışınlandırıldın" yazıcak ve cam ve kıyafetler silinicek.

Zor gibi görünebilir
Ama MC-TR için çocuk oyuncağı

Yapanlara sonsuz teşekkürler..

 
Şimdi Sen Bence Bir Ustaya Başvur. Benim Bildiğim Usta @smt287'dir. Görür İse İsteğini Yapacaktır Diye Tahmin Ediyorum.
 
Kod:
options:
    prefix: &b&lUZAY &6&l>&r
   
command /uzaybelirle:
    permission: uzay.admin
    permission message: {@prefix} &cBunu yapmak için yetkin yok!
    trigger:
        set {uzay} to location of player
        send " {@prefix} &aNokta belirlendi!"
       
command /uzaygit:
    trigger:
        if player's balance is greater than or equal to 100000:
            if {uzayda.%player%} is not set:
                set {uzayda.%player%} to true
                teleport player to {uzay}
                execute console command "eco take %player% 100000"
                set helmet slot of player to a glass
                set chestplate slot of player to a leather chestplate
                set legging slot of player to a leather leggings
                set boot slot of player to a leather boots
                wait 0.5 second
                dye player's chestplate white
                dye player's leggings white
                dye player's boots white
                wait 100 second
                send " {@prefix} &cOksijenin bittiği içine başlangıça gönderiliyorsun!"
                set helmet slot of player to a air
                set chestplate slot of player to a air
                set legging slot of player to a air
                set boot slot of player to a air
                delete {uzayda.%player%}
                execute console command "spawn %player%"
            else:
                send " {@prefix} &cZaten uzaydasın!"
        else:
            send " {@prefix} &cBu seyahat için gereken ücreti karşılayamıyorsun!"
           
on join:
    if {uzayda.%player%} is set:
        delete {uzayda.%player%}
        execute console command "spawn %player%"
        set helmet slot of player to a air
        set chestplate slot of player to a air
        set legging slot of player to a air
        set boot slot of player to a air
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

Buyrun.
Test ettim çalışıyor ancak bi kaç yerde sıkıntı olabilir.
Ayrıca sorununuz tamamen çözüldüğüne belirtmeyi unutmayın.
 
Kod:
options:
    prefix: &b&lUZAY &6&l>&r
  
command /uzaybelirle:
    permission: uzay.admin
    permission message: {@prefix} &cBunu yapmak için yetkin yok!
    trigger:
        set {uzay} to location of player
        send " {@prefix} &aNokta belirlendi!"
      
command /uzaygit:
    trigger:
        if player's balance is greater than or equal to 100000:
            if {uzayda.%player%} is not set:
                set {uzayda.%player%} to true
                teleport player to {uzay}
                execute console command "eco take %player% 100000"
                set helmet slot of player to a glass
                set chestplate slot of player to a leather chestplate
                set legging slot of player to a leather leggings
                set boot slot of player to a leather boots
                wait 0.5 second
                dye player's chestplate white
                dye player's leggings white
                dye player's boots white
                wait 100 second
                send " {@prefix} &cOksijenin bittiği içine başlangıça gönderiliyorsun!"
                set helmet slot of player to a air
                set chestplate slot of player to a air
                set legging slot of player to a air
                set boot slot of player to a air
                delete {uzayda.%player%}
                execute console command "spawn %player%"
            else:
                send " {@prefix} &cZaten uzaydasın!"
        else:
            send " {@prefix} &cBu seyahat için gereken ücreti karşılayamıyorsun!"
          
on join:
    if {uzayda.%player%} is set:
        delete {uzayda.%player%}
        execute console command "spawn %player%"
        set helmet slot of player to a air
        set chestplate slot of player to a air
        set legging slot of player to a air
        set boot slot of player to a air
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

Buyrun.
Test ettim çalışıyor ancak bi kaç yerde sıkıntı olabilir.
Ayrıca sorununuz tamamen çözüldüğüne belirtmeyi unutmayın.
Harika! Sorun çözüldü teşekkür ederim.
 
Durum
Mesaj gönderimine kapalı.
Yukarı