[İSTEK] Skript Bükücüler İçeri

  • Konuyu Başlatan Konuyu Başlatan dogan213
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 754

dogan213

Birisi mi Spawnlandı?
Katılım
18 Şubat 2016
Mesajlar
1
Elmaslar
0
Puan
0
Yaş
26
Herkese merhaba arkadaşlar benim bir istek skriptim olucaktı hemen konumuza geçelim
Şimdi oyuncular zararlı mob öldürdüğünde iskelet , zombi vs. envanterlerine 1 adet nether yıldızı gelsin her bir mob öldürüşte 1 nether yıldızı ve nether yıldızının adı ise Coin olmasını istiyorum şimdiden herkese teşşekürler
 
PHP:
on death of a skeleton:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a zombie:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a creeper:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a spider:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a slime:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a ghast:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a zombie pigman:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a enderman:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a cave spider:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a silverfish:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a blaze:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a magma cube:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a witch:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
 
PHP:
on death of a skeleton:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a zombie:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a creeper:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a spider:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a slime:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a ghast:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a zombie pigman:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a enderman:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a cave spider:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a silverfish:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a blaze:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a magma cube:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
on death of a witch:
    if attacker is a player:
        give 1 nether star named "Coin" to attacker
Teşekkürler
 

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