command /sheepc:
trigger:
execute player command "/summon Sheep - - - {CustomName:""&6&c&lKOYUN"",NoAI:1}
on damage of sheep:
if attacker is player:
victim's name contains "&6&c":
kill the victim
chance of 50%:
drop 1 diamond named "&b&lELMAS" at location of victim
command /sheepc:
trigger:
spawn a sheep
set name of spawned sheep to "&c&lKOYUN"
add "{NoAI:1}" to nbt of spawned sheep
on damage of sheep:
if name of victim is "&c&lKOYUN":
kill victim
if chance of 50%:
drop a diamond named "&b&lELMAS"
yok olmadı yün ve et düşüyorSkStuff gerektirir
PHP:command /sheepc: trigger: spawn a sheep set name of spawned sheep to "&c&lKOYUN" add "{NoAI:1}" to nbt of spawned sheep on damage of sheep: if name of victim is "&c&lKOYUN": kill victim if chance of 50%: drop a diamond named "&b&lELMAS"
command /sheepc:
trigger:
spawn a sheep
set name of spawned sheep to "&c&lKOYUN"
add "{NoAI:1}" to nbt of spawned sheep
on damage of sheep:
if name of victim is "&c&lKOYUN":
kill victim
clear drops
if chance of 50%:
drop a diamond named "&b&lELMAS"
"clear drops" kısmında hata veriyorSadece elmas düşeceğiini belirtmemiştin
PHP:command /sheepc: trigger: spawn a sheep set name of spawned sheep to "&c&lKOYUN" add "{NoAI:1}" to nbt of spawned sheep on damage of sheep: if name of victim is "&c&lKOYUN": kill victim clear drops if chance of 50%: drop a diamond named "&b&lELMAS"
command /sheepc:
trigger:
spawn a sheep
set name of spawned sheep to "&c&lKOYUN"
add "{NoAI:1}" to nbt of spawned sheep
on damage of sheep:
if name of victim is "&c&lKOYUN":
kill victim
if chance of 50%:
drop a diamond named "&b&lELMAS" at victim
on death of sheep:
if name of victim is "&c&lKOYUN":
clear drops
oldu teşekkürlerBu şekilde sorunsuz çalışması gerekiyor:
PHP:command /sheepc: trigger: spawn a sheep set name of spawned sheep to "&c&lKOYUN" add "{NoAI:1}" to nbt of spawned sheep on damage of sheep: if name of victim is "&c&lKOYUN": kill victim if chance of 50%: drop a diamond named "&b&lELMAS" at victim on death of sheep: if name of victim is "&c&lKOYUN": clear drops