linklux
Fırında Isıttığım İlk Taş
- Katılım
- 17 Kasım 2014
- Mesajlar
- 85
- Elmaslar
- 16
- Puan
- 13.310
- Yaş
- 29
- Minecraft
- Shinga
Discord:
! ??????#9102
Parasını istediğiniz gibi ayarlayabilirsiniz
Kod:
# Öldürme Ödülü Skript
#
#
#
#
#
#
#
#
# Skript Başlangıcı
on death:
attacker is a player
if victim is a zombie:
add 15 to the attacker's account
message "<dark gray>Zombi Öldürdüğün İçin <*>+15$ <dark gray>Kazandın" to the attacker
else:
if victim is a zombie pigman:
add 25 to the attacker's account
message "<dark gray>Zombi Domuz Adam Öldürdüğün İçin <*>+25$ <dark gray>Kazandın" to the attacker
else:
if victim is a skeleton:
add 20 to the attacker's account
message "<dark gray>İskelet Öldürdüğün İçin <*>+20$ <dark gray>Kazandın" to the attacker
else:
if victim is a wither skeleton:
add 30 to the attacker's account
message "<dark gray>Wither İskeleti Öldürdüğün İçin <*>+30$ <dark gray>Kazandın" to the attacker
else:
if victim is a cave spider:
add 15 to the attacker's account
message "<dark gray>Mağara Örümceği Öldürdüğün İçin <*>+15$ <dark gray>Kazandın" to the attacker
else:
if victim is a enderman:
add 30 to the attacker's account
message "<dark gray>Enderman Öldürdüğün İçin <*>+30$ <dark gray>Kazandın" to the attacker
else:
if victim is a spider:
add 15 to the attacker's account
message "<dark gray>Örümcek Öldürdüğün İçin <*>+15$ <dark gray>Kazandın" to the attacker
else:
if victim is a blaze:
add 25 to the attacker's account
message "<dark gray>Blaze Öldürdüğün İçin <*>+25$ <dark gray>Kazandın" to the attacker
else:
if victim is a creeper:
add 20 to the attacker's account
message "<dark gray>Creeper Öldürdüğün İçin <*>+20$ <dark gray>Kazandın" to the attacker
else:
if victim is a endermite:
add 5 to the attacker's account
message "<dark gray>Endermite Öldürdüğün İçin <*>+5$ <dark gray>Kazandın" to the attacker
else:
if victim is a ghast:
add 20 to the attacker's account
message "<dark gray>Ghast Öldürdüğün İçin <*>+20$ <dark gray>Kazandın" to the attacker
else:
if victim is a magma cube:
add 15 to the attacker's account
message "<dark gray>Magma Küp Öldürdüğün İçin <*>+15$ <dark gray>Kazandın" to the attacker
else:
if victim is a shulker:
add 35 to the attacker's account
message "<dark gray>Shulker Öldürdüğün İçin <*>+35$ <dark gray>Kazandın" to the attacker
else:
if victim is a silverfish:
add 5 to the attacker's account
message "<dark gray>Gümüşbalık Öldürdüğün İçin <*>+5$ <dark gray>Kazandın" to the attacker
else:
if victim is a witch:
add 25 to the attacker's account
message "<dark gray>Cadı Öldürdüğün İçin <*>+25$ <dark gray>Kazandın" to the attacker
else:
if victim is a ender dragon or wither:
add 2260 to the attacker's account
message "<dark yellow>%victim% Öldürdüğün İçin! <*>+15$ <dark yellow>Kazandın" to the attacker
#
#
#
# Skript Sonu.
Son düzenleme: