Executig the command "/kill @e[type=Item] {Item:{id:any_item}" does not work.
Isn't that the same as
/kill @e[type=Item]
?
And your command
/kill @e[type=Item] {Item:{id:any_item}
is missing a closing curly bracket.
... and kill doesn't allow a tag ...
FOUND A SOLUTION: Click
Reporter: Dejori David
Assignee: (Unassigned)
Created: 2014-02-22T18:46:48Z
Updated: 2025-05-04T07:11:08Z
Resolved: 2014-07-26T08:58:40Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category:
Labels:
Affects Versions: Minecraft 14w08a
Fix Versions:
Retrieved 2025-06-10T16:25:44Z
Isn't that the same as
?
And your command
is missing a closing curly bracket.