xEmir_WalkingPVP
Ağaç Yumruklayıcı
- En iyi cevaplar
- 0
Bu işlerde pek iyi değilim biraz deneme yapıyım dedim böyle bir stats skript i yazdım ingilizcedir kod çünkü serverım yabancı server o yüzden ingilizce tercih ettim siz değiştirebilirsiniz, eğer yaptığım bir şeyi yapmanın daha kolay bir yolu varsa söylerseniz sevinirim benim bilmediğim çok şey var 
Kod:
on death:
add 1 to {kills.%attacker%}
add 1 to {deaths.%victim%}
on join:
add 1 to {online.%player%}
command /stats:
trigger:
if {kills.%player%} is not set:
send "&8[&cServer&8] &6Your Kills&7: &c0"
else:
send "&8[&cServer&8] &6Your Kills&7: &c%{kills.%player%}%"
if {deaths.%player%} is not set:
send "&8[&cServer&8] &6Your Deaths&7: &c0"
send "&8[&cServer&8] &6You joined total of&7: &c%{online.%player%}%&6 times"
else:
send "&8[&cServer&8] &6Your Deaths&7: &c%{deaths.%player%}%"
send "&8[&cServer&8] &6You joined total of&7: &c%{online.%player%}%&6 times"