Burada Nerede Hata Var Arkadaşlar

ygtaltns

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
3
Puanları
40
131699



Kod:
on rightclick holding a nether star:
    if tool's name is "&a&lOP&6&l-&b&lFactions" lore "&cIşınlanmak için &esağ tıkla &c!":
        send player title "{@p} &a&lOP&6&l-&b&lFaction &eIşınlanıyorsun"
        wait 1 seconds
        send player title "{@p} &c&l3"
        wait 1 seconds
        send player title "{@p} &c&l2"
        wait 1 seconds
        send player title "{@p} &c&l1"
        wait 1 seconds
        bungeecord connect player to "factions"
 


Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
Kod:
on rightclick:
    if player's tool is nether star named "&a&lOP&6&l-&b&lFactions" with lore "&cIşınlanmak için &esağ tıkla &c!":
        send player title "{@p} &a&lOP&6&l-&b&lFaction &eIşınlanıyorsun"
        wait 1 seconds
        send player title "{@p} &c&l3"
        wait 1 seconds
        send player title "{@p} &c&l2"
        wait 1 seconds
        send player title "{@p} &c&l1"
        wait 1 seconds
        bungeecord connect player to "factions"
 

Üst