Çözüldü essentials pl

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

xefnu

Örümcek Hoşt!
Katılım
25 Mayıs 2025
Mesajlar
372
Elmaslar
12
Puan
745
Yaş
25
Konum
ankara
merhaba. essentials iile ilgili sorum var.
warp için cooldown nasıl yapabilirim ve ekranda nasıl ışınlanıyor diyip 5 den geriye nasıl sayabilirim.
 
merhaba. essentials iile ilgili sorum var.
warp için cooldown nasıl yapabilirim ve ekranda nasıl ışınlanıyor diyip 5 den geriye nasıl sayabilirim.
Kod:
options:
    delay: 5

on command "/warp":
    cancel event
    if arg-1 is not set:
        send "&cKullanım: /warp <warp_adı>"
        stop
   
    set {_loc} to player's location
    send "&eIşınlanıyorsun..."
   
    loop {@delay} times:
        set {_time} to {@delay} - loop-number + 1
        send title "&aIşınlanıyorsun..." with subtitle "&7%{_time}%" to player for 1 second
        wait 1 second
       
        if distance between player's location and {_loc} > 0.5:
            send title "&c✗" with subtitle "&7Hareket ettin!" to player
            send "&cIşınlanma iptal edildi!"
            stop
   
    set {_startLoc} to player's location
    make console execute "essentials:warp %arg-1% %player%"
    wait 3 ticks
   
    if distance between player's location and {_startLoc} < 1:
        send "&c[Essentials] '%arg-1%' adında bir warp bulunamadı!"
    else:
        send title "&aBaşarılı!" to player
        play sound "entity.enderman.teleport" to player
 
Kod:
options:
    delay: 5

on command "/warp":
    cancel event
    if arg-1 is not set:
        send "&cKullanım: /warp <warp_adı>"
        stop
  
    set {_loc} to player's location
    send "&eIşınlanıyorsun..."
  
    loop {@delay} times:
        set {_time} to {@delay} - loop-number + 1
        send title "&aIşınlanıyorsun..." with subtitle "&7%{_time}%" to player for 1 second
        wait 1 second
      
        if distance between player's location and {_loc} > 0.5:
            send title "&c✗" with subtitle "&7Hareket ettin!" to player
            send "&cIşınlanma iptal edildi!"
            stop
  
    set {_startLoc} to player's location
    make console execute "essentials:warp %arg-1% %player%"
    wait 3 ticks
  
    if distance between player's location and {_startLoc} < 1:
        send "&c[Essentials] '%arg-1%' adında bir warp bulunamadı!"
    else:
        send title "&aBaşarılı!" to player
        play sound "entity.enderman.teleport" to player
bunu ne yapmam gerekiyor çünkü ne yapmam gerektiği hakkında herhangi bir fkrim yok
 
Kod:
options:
    delay: 5

on command "/warp":
    cancel event
    if arg-1 is not set:
        send "&cKullanım: /warp <warp_adı>"
        stop
  
    set {_loc} to player's location
    send "&eIşınlanıyorsun..."
  
    loop {@delay} times:
        set {_time} to {@delay} - loop-number + 1
        send title "&aIşınlanıyorsun..." with subtitle "&7%{_time}%" to player for 1 second
        wait 1 second
      
        if distance between player's location and {_loc} > 0.5:
            send title "&c✗" with subtitle "&7Hareket ettin!" to player
            send "&cIşınlanma iptal edildi!"
            stop
  
    set {_startLoc} to player's location
    make console execute "essentials:warp %arg-1% %player%"
    wait 3 ticks
  
    if distance between player's location and {_startLoc} < 1:
        send "&c[Essentials] '%arg-1%' adında bir warp bulunamadı!"
    else:
        send title "&aBaşarılı!" to player
        play sound "entity.enderman.teleport" to player
hallettim çok teşekkür ederim.
 
bunu ne yapmam gerekiyor çünkü ne yapmam gerektiği hakkında herhangi bir fkrim yok
Merhaba, öncelikle
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
bu eklentiyi plugins klasörüne atıp sunucunuzu başlatın, ardından
1756055865251.webp
bu klasöre girip
1756055916989.webp
altını çizdiğim kısma girip .sk uzantılı bir metin belgesi oluşturun. (örnek warp.sk) Oluşturduğunuz dosyaya girip ilettiğim kodu dosyaya yapıştırın oyun içinden /sk reload warp.sk komudunu girmeniz yeterli olucaktır.
1756056029465.webp
 
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