-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 14w11b
-
None
-
Mac OSX
-
Unconfirmed
I am creating a map, and when a player dies there Kill score on the scoreboard will go up by one, then I have a command block to track that player, with the command of:
/tp @a -748 64 -626 [score_Kills=1,score_Kills_min=1]
which should teleport any players with 1 kill, but instead, it says I must specify a player, but I can easily do the command myself by typing
/tp @a -748 64 -626, but the scoreboard tracker half just messes it up, there is a command I was working off of, and it works just fine:
/say Players With Kills Between 5 and 10 are: @a[score_Kills=1,score_Kills_min=1]