Me and a friend are creating a server on minecraft via xbox one cross platform version 1.7.0.... I have LITERALLY looked everywhere for the right way to do this. I can type /give @p diamond_sword 1 0... And it will give me a sword. But when i try typing /give @p diamond_sword 1 0 {display:{name:"test sword"}}..... It ALWAYS just says line 1 column 2 missing }..... This has been bothering me so badly i have never had such a problem with any admin commands on any game before ever. Please help. Also keep in mind i am also doing this via command block.
Like DataTags but only supports CanPlaceOn and CanDestroy functions (for example, /give @p iron_shovel 1 0 {"minecraft:can_destroy":{"blocks":["grass"]}})
As you can see, it's limited it what you can do with the components: json (for the time being?)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Me and a friend are creating a server on minecraft via xbox one cross platform version 1.7.0.... I have LITERALLY looked everywhere for the right way to do this. I can type /give @p diamond_sword 1 0... And it will give me a sword. But when i try typing /give @p diamond_sword 1 0 {display:{name:"test sword"}}..... It ALWAYS just says line 1 column 2 missing }..... This has been bothering me so badly i have never had such a problem with any admin commands on any game before ever. Please help. Also keep in mind i am also doing this via command block.
From the WIKI:
As you can see, it's limited it what you can do with the components: json (for the time being?)