The "name" isn't working for items:
/kill @e[type=Item,name=Test]
Linked issues
is duplicated by 1
Comments 4
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}}}}
FOUND A SOLUTION: Click
Works as intendedWith this command, you're testing for an entity namedTest.-However, the entity isn't called test — just the item that's stored inside of it.-