Hi Mojang Team,
Thank you for all the amazing work you’ve done on Minecraft. I’ve been playing for years, and as someone who loves using command blocks, I appreciate how much creativity they allow.
I’d like to suggest adding support for "name=" in the "hasitem=" sub-command in Bedrock Edition. Right now, we can check if a player has an item like this:
execute if entity @a[hasitem={item=apple}] run say Mojang!
But it would be incredibly helpful to also check if that item has a specific custom name, like:
execute if entity @a[hasitem={item=apple,name="Minecraft"}] run say Mojang!
name=" isn’t used, it should just work as it does now and ignore the name. It may seem like a small feature, but it would be a big deal for command block creators. Please consider adding this in a future update!With appreciation,
A Minecraft Player, Lee Juwon (As of 2025, May, 12, 1:01 A.M.)
Please sign in to leave a comment.
0 Comments