the most requested additional command for Minecraft bedrock /give @p diamond_sword 1 0 {display_name:"Op sword"}
/give @p iron_pickaxe 1 0 {enchants=["unbreaking",level=3]}
a JSON component enables the players to give or replace items with custom names in the display_name component without the need for any structure block or clone commands
a JSON component that enables the players to give enchanted items is the {enchants=["enchant-name",level=<amount>]} component without the need for any structure block or clone commands can also increase enchantments levels from 1 to any desired numbers.
like this command below
/give @p diamond_sword 1 0 {display_name:"Mine"},{enchants=["Unbreaking",level=10"]}
Please sign in to leave a comment.
5 Comments