I'm trying to kill sign item drops, but I don't want to kill all item drops. /kill @e[type=item] works to kill all items including signs, and /kill @e[type=item,name=sand] works to kill only sand drops, same with other blocks, but signs do not. I've tried sign, wood_sign, wooden_sign, wall_sign, standing_sign, & oak_sign but no luck. When you kill all items, it lists off oak sign as one of the killed items if it's a drop at the time.Β
Comments 3
Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.
Quick Links:
π Issue Guidelines β π¬ Mojang Support β π§ Suggestions β π Minecraft Wiki
Items with spaces in their name need to be placed in quotes.
Therefore, to kill all Oak Sign entities you will need something likeΒ /kill @e[type=item,name="oak sign"]