Çözüldü Bir oyuncuyu öldürünce sohbette yazı

  • Konuyu Başlatan Konuyu Başlatan Yasuoxdx
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 865
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Yasuoxdx

Yay Yok, İskelet Yok
Katılım
23 Haziran 2017
Mesajlar
315
Elmaslar
43
Puan
13.870
Minecraft
Azelora

Discord:

kyjons


Merhaba,yardıma ihtiyacım var,bir oyuncuyu öldürünce sohbette yazı çıkmasını ve herkeste gözükmesini istiyorum.
 
Kod:
#Options bolumunden zombinin karsisina yazicaginiz sey bir oyuncu zombi tarafindan oldurulunce cikacak mesajdir %victim% mesajdaki oyuncu adi olucaktir.
options:
    zombi: &c%victim% &7Zombi ile kapışırken zehirlenerek öldü!
    creeper: &c%victim% &7Creeper tarafından patlatıldı!
    iskelet: &c%victim% &7adlı oyuncu , İskelet oku yedi!
    orumcek: &c%victim% &7Örümcek tarafından ağlara takılarak öldü!
    enderman: &c%victim% &7adlı oyuncunun kafasına Enderman ışınlandı ve öldü!
    blaze: &c%victim% &7kafasına Blaze'nin ateşini yedi!
    ghast: &c%victim% &7Ghast tarafından ateş ile öldürüldü!
    slime: &c%victim% &7adlı oyuncunun üzerine Slime zıpladı ve öldü!
    wither: &c%victim% &7adlı oyuncu Wither tarafından öldürüldü!
    silverfish: &c%victim% &7taş kazerken önüne Gümüş Balığı çıktı ve öldü!
    wolf: &c%victim% &7başkasının köpeğini kaçırırken öldürüldü!

#Asagida kodlar bulunmakta ellerseniz skript bozulur ellemeyiniz.   
on death:
    attacker is a Zombie
    victim is a player
    set death message to "{@zombi}"

on death:
    attacker is a Creeper
    victim is a player
    set death message to "{@creeper}"
    
on death:
    attacker is a Skeleton
    victim is a player
    set death message to "{@iskelet}"   
    
on death:
    attacker is a Spider
    victim is a player
    set death message to "{@orumcek}"

on death:
    attacker is a Enderman
    victim is a player
    set death message to "{@enderman}"

on death:
    attacker is a Blaze
    victim is a player
    set death message to "{@blaze}"

on death:
    attacker is a Ghast
    victim is a player
    set death message to "{@ghast}"

on death:
    attacker is a Slime
    victim is a player
    set death message to "{@slime}"

on death:
    attacker is a Wither
    victim is a player
    set death message to "{@wither}"

on death:
    attacker is a Silverfish
    victim is a player
    set death message to "{@silverfish}"

on death:
    attacker is a Wolf
    victim is a player
    set death message to "{@wolf}"
 
Kod:
#Options bolumunden zombinin karsisina yazicaginiz sey bir oyuncu zombi tarafindan oldurulunce cikacak mesajdir %victim% mesajdaki oyuncu adi olucaktir.
options:
    zombi: &c%victim% &7Zombi ile kapışırken zehirlenerek öldü!
    creeper: &c%victim% &7Creeper tarafından patlatıldı!
    iskelet: &c%victim% &7adlı oyuncu , İskelet oku yedi!
    orumcek: &c%victim% &7Örümcek tarafından ağlara takılarak öldü!
    enderman: &c%victim% &7adlı oyuncunun kafasına Enderman ışınlandı ve öldü!
    blaze: &c%victim% &7kafasına Blaze'nin ateşini yedi!
    ghast: &c%victim% &7Ghast tarafından ateş ile öldürüldü!
    slime: &c%victim% &7adlı oyuncunun üzerine Slime zıpladı ve öldü!
    wither: &c%victim% &7adlı oyuncu Wither tarafından öldürüldü!
    silverfish: &c%victim% &7taş kazerken önüne Gümüş Balığı çıktı ve öldü!
    wolf: &c%victim% &7başkasının köpeğini kaçırırken öldürüldü!

#Asagida kodlar bulunmakta ellerseniz skript bozulur ellemeyiniz.  
on death:
    attacker is a Zombie
    victim is a player
    set death message to "{@zombi}"

on death:
    attacker is a Creeper
    victim is a player
    set death message to "{@creeper}"
   
on death:
    attacker is a Skeleton
    victim is a player
    set death message to "{@iskelet}"  
   
on death:
    attacker is a Spider
    victim is a player
    set death message to "{@orumcek}"

on death:
    attacker is a Enderman
    victim is a player
    set death message to "{@enderman}"

on death:
    attacker is a Blaze
    victim is a player
    set death message to "{@blaze}"

on death:
    attacker is a Ghast
    victim is a player
    set death message to "{@ghast}"

on death:
    attacker is a Slime
    victim is a player
    set death message to "{@slime}"

on death:
    attacker is a Wither
    victim is a player
    set death message to "{@wither}"

on death:
    attacker is a Silverfish
    victim is a player
    set death message to "{@silverfish}"

on death:
    attacker is a Wolf
    victim is a player
    set death message to "{@wolf}"
Sanırsam yanlış anladın.Mesela pvp atıyorsun,Mythiq, nightcore tarafından öldürüldü gibi
 

Merhaba,yardıma ihtiyacım var,bir oyuncuyu öldürünce sohbette yazı çıkmasını ve herkeste gözükmesini istiyorum.

@Shura broadcast'i yazarken yanlış tuşa basmış. braodcast yerine broadcast yazarsan sorun çözülür.

Kod:
on death:
    attacker is a player
    victim is a player
    set death message to "%attacker% adlı oyuncu, %victim% adlı oyuncunun kafasını kesip eline verdi!"
 
Az gerginlik oldu ? ama isteğimi buldum konu kilit.
 
Konu çözüldüğüne göre konu kilitlenmiştir.
 
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