Did you know that the tag of hasitem inside Minecraft: Bedrock Edition does not have {name="asdf"}? In other words, the name of the item cannot be detected. If this is added, Minecraft: Bedrock Edition users will be able to use it to create many minigames. If this tag is also present on multiplayer servers where you are playing with friends, it will improve the quality of your game. For example, let's say you want to write a command "If you have a 'Netherite chestplate' named 'asdf'", [hasitem={item=netherite_chestplate,location=slot.armor.chest}] would not be enough. To fix this, if you add a tag like [hasitem={item=netherite_chestplate,name=asdf,location=slot.armor.chest}], it will work as long as you put it in the chestplate slot, regardless of the name of the 'Netherite Chestplate', contrary to the original intention, and it can be exploited. So add 'name=' to your Minecraft: Bedrock Edition hasitem and item tags.
Please sign in to leave a comment.
0 Comments