Chicken EGG!

cagriaykut

Kömür Madencisi
En iyi cevaplar
0
Bu belki olabilir
PHP:
on shoot:
    protectile is egg:
        if tool's name is "&e&lChicken":
            chance of %1:
                give 1 diamond ingot to player
            chance of %1:
                give 1 gold ingot to player
            chance of %1:
                give 1 iron ingot to player
            chance of %1:
                give 1 emerald to player
              
command /yumurta:
    trigger:
        give 16 egg named "&eChicken" to player

düzenlendi xD
 

AhmetDinc

Demir Madencisi
En iyi cevaplar
0
Bu belki olabilir
PHP:
on shoot:
    protectile is egg:
        if tool's name is "&e&lChicken":
            chance of %1:
                give 1 diamond ingot to player
            chance of %1:
                give 1 gold ingot to player
            chance of %1:
                give 1 iron ingot to player
            chance of %1:
                give 1 emerald to player
             
command /yumurta:
    trigger:
        give 16 egg named "&eChicken" to player

düzenlendi xD
olmaz &e&lChicken Yapmışsın Ama Yumurta &eChicken veriyor
 

AhmetDinc

Demir Madencisi
En iyi cevaplar
0
Simdi Napıcam Hangisini Kullanıcam Her Kırışta 1 Tane Gelsin.
tamam ayarlıyorum

Kod:
on shoot:
    protectile is egg:
        name of player's tool is "&eChicken"
        chance of 20%:
            drop 1 diamond at target block
        chance of 10%:
            drop 1 emerald at target block
        chance of 25%:
            drop 1 gold at target block
        chance of 25%:
            drop 1 iron at target block
        else:
            drop 1 iron at target block
command /yumurta:
    trigger:
        give 16 egg named "&eChicken"  to player
 

McWeb

Kızıltaş Madencisi
En iyi cevaplar
0
tamam ayarlıyorum

Kod:
on shoot:
    protectile is egg:
        name of player's tool is "&eChicken"
        chance of 20%:
            drop 1 diamond at target block
        chance of 10%:
            drop 1 emerald at target block
        chance of 25%:
            drop 1 gold at target block
        chance of 25%:
            drop 1 iron at target block
        else:
            drop 1 iron at target block
command /yumurta:
    trigger:
        give 16 egg named "&eChicken"  to player
Buda bende çalışmadı :/
 
Üst