Give du stuff quand quelqu'un fait un kill 1.14.4

1- tu crées un scoreboard qui test quand une personne fait un kill : /scoreboard objectives add NomDuScoreBoard minecraft.custom:minecraft.player_kills

2-Tu crées un ou plusieurs repeating command block (en fonction du nombre d'item que tu veux give) avec dedans : /execute as @a[scores={NomDuScoreBoard=1..}] at @s run give @s Items .

3- En sortie d'un des command block bleu, tu place un comparator, qui pointe vers un autre command block avec dedans : /execute as @a[scores={NomDuScoreBoard=1..}] at @s scoreboard players reset @s NomDuScoreBoard

Il y a surement d'autre moyens, mais celui la est simple et fonctionne
 
  • J'aime
Reactions: MrAlinoë