Update the commands for Minecraft Bedrock Edition. Add more NBT format supports for Bedrock commands, just like the commands in Java Edition. Here are some examples:
/give @s diamond_sword 1 0 {Enchantment:[{id:"sharpness",lvl:67}]}
/summon fireball ~ ~ ~ ~ ~ {Motion:[1.3,2.3,3.1]}
/give @s apple 1 0 {display:{Name:"I'm not an apple",Lore:["Maybe it is"]}}
Reason: This change allows players to create more diverse and interesting maps and gameplay. It can also make command writing simpler and less complicated.
How to achieve: Add JSON support at the end of command syntax in the chat bar. Make all command-related places(including the chat bar, command blocks and behavior packs) be able to correctly recognize all JSON formats that are available in Java Edition.
Please sign in to leave a comment.
0 Comments