can ayarlama

HEXAGON73

Kızıltaş Madencisi
En iyi cevaplar
0
Bu skriptteki doğan kurdun canını nasıl ayarlayabiliim?
Kod:
command /kurt:
    permission: ku.rt
    trigger:
        spawn a wolf
        set name of spawned wolf to "&c&lKurt"
        apply slowness 999999 to spawned wolf for 999999 days
 

Zyrolash

Ağaç Yumruklayıcı
En iyi cevaplar
0
PHP:
command /kurt:
    permission: ku.rt
    trigger:
        spawn a wolf
        set name of spawned wolf to "&c&lKurt"
        apply slowness 999999 to spawned wolf for 999999 days
        set the spawned wolf's maximum health to 30
        heal the spawned wolf by 30 hearts
 
Üst