The Bug:
"minecraft.killed:minecraft.player" doesn't increase when killing players.
Steps to Reproduce:
Create a scoreboard objective for tracking when you kill a player and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add KillPlayer minecraft.killed:minecraft.player
/scoreboard objectives setdisplay sidebar KillPlayer
Kill a player.
Take note as to whether or not "minecraft.killed:minecraft.player" increases when killing players.
Observed Behavior:
"minecraft.killed:minecraft.player" doesn't increase when killing players.
Expected Behavior:
"minecraft.killed:minecraft.player" would increase when killing players.
Linked issues
is duplicated by 6
Attachments
Comments 9
Can confirm for minecraft.killed:minecraft.player
, but could not confirm for playerKillCount
or minecraft.custom:minecraft.player_kills
. Note that they will not increment if you kill yourself (see MC-9089)
Can confirm in 1.17.1. I'd like to request ownership of this ticket since the current reporter has been inactive since December 2019. I'm willing to keep this report updated and provide all of the necessary information.
It should be stated that this bug does not affect singleplayer worlds and LAN servers. (Or, at least, it did not happen when I was working on my datapack)
Were you in creative?