mojira.dev
MC-46308

name= @e type=Item

The "name" isn't working for items:
/kill @e[type=Item,name=Test]

Linked issues

Comments 4

Works as intended
With this command, you're testing for an entity named Test.
-However, the entity isn't called test — just the item that's stored inside of it.-

But isn't the name of an item the same as a name of an entity?

This works:

/testfor @e[type=Item] {Item:{tag:{display:{Name:Test}}}}

marcono1234

(Unassigned)

Confirmed

Minecraft 14w04b, Minecraft 14w08a

Retrieved