Bulundu IŞINLANMA SKRİPTİ VEYA PLUGİNİ

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

_xAliHD_

Koydum Çalışma Masasını
Katılım
20 Mayıs 2018
Mesajlar
71
Elmaslar
6
Puan
0
Yaş
26
Minecraft
_xAliHD_
ARKADAŞLAR SİZLERDEN İSTEĞİM BİRİSİ -/TPA (OYUNCU ADI) YAZDIGINDA TPA GÖNDERİLEN KİŞİ -/tpaccept yerine Sohbetten tıklayarak ışınlanma isteğini kabul etmesini istiyorum yani bir yanda Reddet Olacak Bir yanda Kabul et oyuncu Mause İmleciyle Kabul et'e tıklayınca oyuncu ışınlanacak Reddet derse oyuncu Işınlanmayacak

Örnek (SERVER ADI)

(oyuncu) size ışınlanma isteği yolladı

KABUL ET REDDET
 
Kod:
command /tpa [<player>]:
    trigger:
        if argument is set:
            send "&7Işınlanma isteği gönderdin." to player
            send "&7%player% want teleport to you" to argument
            set {teleport.%argument%} to player
            send json of "&2&lKABUL ET" tooltip "&7Tıkla ve ışınlanma isteğini kabul et." run "/tpaccept" then "&0||||" then "&c&lREDDET" tooltip "&7Tıkla ve ışınlanma isteğini reddet." run "/tpadeny" to argument
            wait 120 seconds
            delete {teleport.%argument%}
        if argument is not set:
            send "&cLütfen oyuncu ismini gir." to player

command /tpyes:
    aliases: tpaccept
    trigger:
        if {teleport.%player%} is set:
            teleport {teleport.%player%} to player
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player

command /tpano:
    aliases: tpadeny
    trigger:
        if {teleport.%player%} is set:
            send "&cIşınlanma isteğin reddedildi." to {teleport.%player%}
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player
 
@SoulX Usta Maouse İmleciyle Kabul et'E tıklayınca ışınlanam isteğini kabul ediyor dimi
 
Sen bi'dene, ben test etmedim.
 
@SoulX tpa ıstegı gönderdiğim kişide _xAliHDx_ (Benim Oyun içi adım) want teleport to you yazıyormuş
 
Böyle skriltler çok fazla vat zaten. Google de aratmayı denersen. Bulabilirsin. ;)
 
Kod:
command /tpa [<player>]:
    trigger:
        if argument is set:
            send "&7Işınlanma isteği gönderdin." to player
            send "&7%player% want teleport to you" to argument
            set {teleport.%argument%} to player
            send json of "&2&lKABUL ET" tooltip "&7Tıkla ve ışınlanma isteğini kabul et." run "/tpaccept" then "&0||||" then "&c&lREDDET" tooltip "&7Tıkla ve ışınlanma isteğini reddet." run "/tpadeny" to argument
            wait 120 seconds
            delete {teleport.%argument%}
        if argument is not set:
            send "&cLütfen oyuncu ismini gir." to player

command /tpyes:
    aliases: tpaccept
    trigger:
        if {teleport.%player%} is set:
            teleport {teleport.%player%} to player
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player

command /tpano:
    aliases: tpadeny
    trigger:
        if {teleport.%player%} is set:
            send "&cIşınlanma isteğin reddedildi." to {teleport.%player%}
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player

hocam denedim ama kabul edince size gelen bir istek yok diyo onu nasıl yapcaz


gif.gif
 
@SoulX Usta Maouse İmleciyle Kabul et'E tıklayınca ışınlanam isteğini kabul ediyor dimi
send "&7%player% want teleport to you" to argument

bu kısmı

send "&7%player% Size Işınlanma isteği gönderdi" to argument
bu şekilde degiştirirseniz oaly tamamlanır
 
Kod:
command /tpa [<player>]:
    trigger:
        if argument is set:
            send "&7Işınlanma isteği gönderdin." to player
            send "&7%player% sana ışınlanma isteği gönderdi." to argument
            set {teleport.%argument%} to player
            send json of "&2&lKABUL ET" tooltip "&7Tıkla ve ışınlanma isteğini kabul et." run "/tpaccept" then "&0||||" then "&c&lREDDET" tooltip "&7Tıkla ve ışınlanma isteğini reddet." run "/tpadeny" to argument
            wait 120 seconds
            delete {teleport.%argument%}
        if argument is not set:
            send "&cLütfen oyuncu ismini gir." to player

command /tpyes:
    aliases: tpaccept
    trigger:
        if {teleport.%player%} is set:
            teleport {teleport.%player%} to player
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player

command /tpano:
    aliases: tpadeny
    trigger:
        if {teleport.%player%} is set:
            send "&cIşınlanma isteğin reddedildi." to {teleport.%player%}
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player
 
Kod:
command /tpa [<player>]:
    trigger:
        if argument is set:
            send "&7Işınlanma isteği gönderdin." to player
            send "&7%player% sana ışınlanma isteği gönderdi." to argument
            set {teleport.%argument%} to player
            send json of "&2&lKABUL ET" tooltip "&7Tıkla ve ışınlanma isteğini kabul et." run "/tpaccept" then "&0||||" then "&c&lREDDET" tooltip "&7Tıkla ve ışınlanma isteğini reddet." run "/tpadeny" to argument
            wait 120 seconds
            delete {teleport.%argument%}
        if argument is not set:
            send "&cLütfen oyuncu ismini gir." to player

command /tpyes:
    aliases: tpaccept
    trigger:
        if {teleport.%player%} is set:
            teleport {teleport.%player%} to player
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player

command /tpano:
    aliases: tpadeny
    trigger:
        if {teleport.%player%} is set:
            send "&cIşınlanma isteğin reddedildi." to {teleport.%player%}
            wait 10 ticks
            delete {teleport.%player%}
        if {teleport.%player%} is not set:
            send "&7Herhangi bir ışınlanma isteğin yok." to player
yukarı kısımda belirmiştim yinede değerli forum uyemızı kolaylaştırıcaktır iyi forumlar
 
@SoulX @berkan can
onlar tpa atınca Sadece (oyuncu) ışınlanma isteği yolladı diyor kabul et veya reddet çıkmıyor chatte
 
@SoulX herhangi bir hata vermiyor
 
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