Minecraft /clear help

minecraft-java-edition

I would like to clear ANY item with a lore of "This is an item of death.." I can achieve this with a diamond chest plate by doing clear @a minecraft:diamond_chestplate -1 -1 {display:{Lore:[This is an item of death..]}}

But I want to be able to do this with one command block and no scoreboards. In other words I need to know how to specify any item.

Best Answer

This is technically impossible to be done with a single command block. If you want to enter metadata (like {display:{Lore:[This is an item of death..]}}) you have to enter the item type in the other argument in order to work, that means you have to specify the item type.