Missing brace error on give commandWhat's wrong with this command block code?Why am I getting an “Invalid json” error for my title command in 15w35e?Minecraft 1.8 Sign Command HelpMinecraft Sign Command give tool help [1.8]Minecraft problem with commandWhat's wrong with my /summon command? [1.12]Have problem with the “give” commandCan a player give an enchanted item on XBOX ONE?Execute command troublesMinecraft 1.14 /give command with multiple NBT tags

Do all network devices need to make routing decisions, regardless of communication across networks or within a network?

How easy is it to start Magic from scratch?

Where does the Z80 processor start executing from?

How did Arya survive the stabbing?

Would a high gravity rocky planet be guaranteed to have an atmosphere?

How does it work when somebody invests in my business?

Why are there no referendums in the US?

What is the opposite of 'gravitas'?

Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?

Opposite of a diet

What does "I’d sit this one out, Cap," imply or mean in the context?

Anatomically Correct Strange Women In Ponds Distributing Swords

Why escape if the_content isnt?

How do scammers retract money, while you can’t?

Is there a good way to store credentials outside of a password manager?

Applicability of Single Responsibility Principle

Escape a backup date in a file name

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

How do I go from 300 unfinished/half written blog posts, to published posts?

India just shot down a satellite from the ground. At what altitude range is the resulting debris field?

when is out of tune ok?

Sequence of Tenses: Translating the subjunctive

Why, precisely, is argon used in neutrino experiments?

Is HostGator storing my password in plaintext?



Missing brace error on give command


What's wrong with this command block code?Why am I getting an “Invalid json” error for my title command in 15w35e?Minecraft 1.8 Sign Command HelpMinecraft Sign Command give tool help [1.8]Minecraft problem with commandWhat's wrong with my /summon command? [1.12]Have problem with the “give” commandCan a player give an enchanted item on XBOX ONE?Execute command troublesMinecraft 1.14 /give command with multiple NBT tags













-2















I’m typing in the command:



/give @p lever 64 0 can_place_on : [“minecraft:iron_block”]


and it keeps on coming up with:




line 1 column 2 missing ‘}’ or object member name




I don’t see what I’m doing wrong










share|improve this question









New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    I'm not familiar with xbox commands, but I know that in 1.13 Java Edition the correct synax is /give @p leverCanPlaceOn:["iron_block"] 64. You could also try /give @p lever 64 0 CanPlaceOn:["iron_block"] If you're in 1.12 or under.

    – SpiceWeasel
    8 hours ago







  • 1





    @SpiceWeasel the data tag is in the correct spot. I think the issue is the spaces, which you aren't allowed to have within the data tag AFAIK.

    – MBraedley
    8 hours ago















-2















I’m typing in the command:



/give @p lever 64 0 can_place_on : [“minecraft:iron_block”]


and it keeps on coming up with:




line 1 column 2 missing ‘}’ or object member name




I don’t see what I’m doing wrong










share|improve this question









New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    I'm not familiar with xbox commands, but I know that in 1.13 Java Edition the correct synax is /give @p leverCanPlaceOn:["iron_block"] 64. You could also try /give @p lever 64 0 CanPlaceOn:["iron_block"] If you're in 1.12 or under.

    – SpiceWeasel
    8 hours ago







  • 1





    @SpiceWeasel the data tag is in the correct spot. I think the issue is the spaces, which you aren't allowed to have within the data tag AFAIK.

    – MBraedley
    8 hours ago













-2












-2








-2








I’m typing in the command:



/give @p lever 64 0 can_place_on : [“minecraft:iron_block”]


and it keeps on coming up with:




line 1 column 2 missing ‘}’ or object member name




I don’t see what I’m doing wrong










share|improve this question









New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I’m typing in the command:



/give @p lever 64 0 can_place_on : [“minecraft:iron_block”]


and it keeps on coming up with:




line 1 column 2 missing ‘}’ or object member name




I don’t see what I’m doing wrong







minecraft xbox-one






share|improve this question









New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 8 hours ago









MBraedley

13.2k1786136




13.2k1786136






New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 hours ago









ApeboybotApeboybot

1




1




New contributor




Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Apeboybot is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    I'm not familiar with xbox commands, but I know that in 1.13 Java Edition the correct synax is /give @p leverCanPlaceOn:["iron_block"] 64. You could also try /give @p lever 64 0 CanPlaceOn:["iron_block"] If you're in 1.12 or under.

    – SpiceWeasel
    8 hours ago







  • 1





    @SpiceWeasel the data tag is in the correct spot. I think the issue is the spaces, which you aren't allowed to have within the data tag AFAIK.

    – MBraedley
    8 hours ago












  • 1





    I'm not familiar with xbox commands, but I know that in 1.13 Java Edition the correct synax is /give @p leverCanPlaceOn:["iron_block"] 64. You could also try /give @p lever 64 0 CanPlaceOn:["iron_block"] If you're in 1.12 or under.

    – SpiceWeasel
    8 hours ago







  • 1





    @SpiceWeasel the data tag is in the correct spot. I think the issue is the spaces, which you aren't allowed to have within the data tag AFAIK.

    – MBraedley
    8 hours ago







1




1





I'm not familiar with xbox commands, but I know that in 1.13 Java Edition the correct synax is /give @p leverCanPlaceOn:["iron_block"] 64. You could also try /give @p lever 64 0 CanPlaceOn:["iron_block"] If you're in 1.12 or under.

– SpiceWeasel
8 hours ago






I'm not familiar with xbox commands, but I know that in 1.13 Java Edition the correct synax is /give @p leverCanPlaceOn:["iron_block"] 64. You could also try /give @p lever 64 0 CanPlaceOn:["iron_block"] If you're in 1.12 or under.

– SpiceWeasel
8 hours ago





1




1





@SpiceWeasel the data tag is in the correct spot. I think the issue is the spaces, which you aren't allowed to have within the data tag AFAIK.

– MBraedley
8 hours ago





@SpiceWeasel the data tag is in the correct spot. I think the issue is the spaces, which you aren't allowed to have within the data tag AFAIK.

– MBraedley
8 hours ago










1 Answer
1






active

oldest

votes


















-1














I have been encountering a similar issue. I am using the Xbox version on my android phone. I have checked multiple sources trying to create an axe or pickaxe that will only break glass and i get the same error message.



Here is my line of code:



/give @p wooden_axe 1 0 display:Name:"Glassbreaker",Lore:["In case of emergency break glass..."],CanDestroy:["glass"],HideFlags:7



I got most of this from an item creater page and added the Can Destroy tag I found in another message.



when i try to add these as 1 full line or individually i get the response:



"line 1 column 2 missing ‘}’ or object member name"
OR
"Syntax error: Unexpected "reaker" at"... or some other word in the line it randomly doesn't like today.



As for the original question... Every source I have seen is telling me it is correct, but there is an error on the xbox version that will not accept the proper coding on a couple commands. The only other helpful thing I can give you is that some of these commands will only activate in adventure mode... Try /give @s command_block and enter it into the command block, putting a button on it, and switching to adventure mode. Hit the button and cross your fingers...





share








New contributor




Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "41"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Apeboybot is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f348269%2fmissing-brace-error-on-give-command%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    -1














    I have been encountering a similar issue. I am using the Xbox version on my android phone. I have checked multiple sources trying to create an axe or pickaxe that will only break glass and i get the same error message.



    Here is my line of code:



    /give @p wooden_axe 1 0 display:Name:"Glassbreaker",Lore:["In case of emergency break glass..."],CanDestroy:["glass"],HideFlags:7



    I got most of this from an item creater page and added the Can Destroy tag I found in another message.



    when i try to add these as 1 full line or individually i get the response:



    "line 1 column 2 missing ‘}’ or object member name"
    OR
    "Syntax error: Unexpected "reaker" at"... or some other word in the line it randomly doesn't like today.



    As for the original question... Every source I have seen is telling me it is correct, but there is an error on the xbox version that will not accept the proper coding on a couple commands. The only other helpful thing I can give you is that some of these commands will only activate in adventure mode... Try /give @s command_block and enter it into the command block, putting a button on it, and switching to adventure mode. Hit the button and cross your fingers...





    share








    New contributor




    Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      -1














      I have been encountering a similar issue. I am using the Xbox version on my android phone. I have checked multiple sources trying to create an axe or pickaxe that will only break glass and i get the same error message.



      Here is my line of code:



      /give @p wooden_axe 1 0 display:Name:"Glassbreaker",Lore:["In case of emergency break glass..."],CanDestroy:["glass"],HideFlags:7



      I got most of this from an item creater page and added the Can Destroy tag I found in another message.



      when i try to add these as 1 full line or individually i get the response:



      "line 1 column 2 missing ‘}’ or object member name"
      OR
      "Syntax error: Unexpected "reaker" at"... or some other word in the line it randomly doesn't like today.



      As for the original question... Every source I have seen is telling me it is correct, but there is an error on the xbox version that will not accept the proper coding on a couple commands. The only other helpful thing I can give you is that some of these commands will only activate in adventure mode... Try /give @s command_block and enter it into the command block, putting a button on it, and switching to adventure mode. Hit the button and cross your fingers...





      share








      New contributor




      Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        -1












        -1








        -1







        I have been encountering a similar issue. I am using the Xbox version on my android phone. I have checked multiple sources trying to create an axe or pickaxe that will only break glass and i get the same error message.



        Here is my line of code:



        /give @p wooden_axe 1 0 display:Name:"Glassbreaker",Lore:["In case of emergency break glass..."],CanDestroy:["glass"],HideFlags:7



        I got most of this from an item creater page and added the Can Destroy tag I found in another message.



        when i try to add these as 1 full line or individually i get the response:



        "line 1 column 2 missing ‘}’ or object member name"
        OR
        "Syntax error: Unexpected "reaker" at"... or some other word in the line it randomly doesn't like today.



        As for the original question... Every source I have seen is telling me it is correct, but there is an error on the xbox version that will not accept the proper coding on a couple commands. The only other helpful thing I can give you is that some of these commands will only activate in adventure mode... Try /give @s command_block and enter it into the command block, putting a button on it, and switching to adventure mode. Hit the button and cross your fingers...





        share








        New contributor




        Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        I have been encountering a similar issue. I am using the Xbox version on my android phone. I have checked multiple sources trying to create an axe or pickaxe that will only break glass and i get the same error message.



        Here is my line of code:



        /give @p wooden_axe 1 0 display:Name:"Glassbreaker",Lore:["In case of emergency break glass..."],CanDestroy:["glass"],HideFlags:7



        I got most of this from an item creater page and added the Can Destroy tag I found in another message.



        when i try to add these as 1 full line or individually i get the response:



        "line 1 column 2 missing ‘}’ or object member name"
        OR
        "Syntax error: Unexpected "reaker" at"... or some other word in the line it randomly doesn't like today.



        As for the original question... Every source I have seen is telling me it is correct, but there is an error on the xbox version that will not accept the proper coding on a couple commands. The only other helpful thing I can give you is that some of these commands will only activate in adventure mode... Try /give @s command_block and enter it into the command block, putting a button on it, and switching to adventure mode. Hit the button and cross your fingers...






        share








        New contributor




        Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 43 mins ago









        MarkMark

        1




        1




        New contributor




        Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.




















            Apeboybot is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Apeboybot is a new contributor. Be nice, and check out our Code of Conduct.












            Apeboybot is a new contributor. Be nice, and check out our Code of Conduct.











            Apeboybot is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to Arqade!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f348269%2fmissing-brace-error-on-give-command%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Isurus Índice Especies | Notas | Véxase tamén | Menú de navegación"A compendium of fossil marine animal genera (Chondrichthyes entry)"o orixinal"A review of the Tertiary fossil Cetacea (Mammalia) localities in wales port taf Museum Victoria"o orixinalThe Vertebrate Fauna of the Selma Formation of Alabama. Part VII. Part VIII. The Mosasaurs The Fishes50419737IDsh85068767Isurus2548834613242066569678159923NHMSYS00210535017845105743

            Wolfenstein 3D Contents Availability Essential improvements Game data Video settings Input settings Audio settings Network VR support Issues fixed Other information System requirements NotesReferences    3D Realms Wolfenstein 3D pageGOG.com Community DiscussionsGOG.com Support PageSteam Community DiscussionsWolfenstein WikiOfficial websiteAmazon.comBethesda.netGamersGateGOG.comGreen Man GamingHumble StoreSteamweb browser versionWolfenstein 3D: Super UpgradesherehereUltraWolfhereWolfMenuECWolf Wolf4SDL WolfGL WinWolf3d NewWolf BetterWolf Sprite Fix and Rotation Project    Wolfenstein 3D VRSplitWolfWolfenstein 3D VRWolfenstein 3D VRWolfenstein 3D VR4DOS command shellFreeDOS's MORE.COMMacBin themthis shim fileWine regeditRELEASE: QUAKE II + III, WOLFENSTEIN 3D, RETURN TO CASTLE WOLFENSTEIN - GOG.com NewsMac Family - Wolfenstein Wiki - WikiaNerdly Pleasures: How many FPS? - DOS Games and Framerates

            Король Коль Исторические данные | Стихотворение | Примечания | Навигацияверсии1 правкаверсии1 правкаA New interpretation of the 'Artognou' stone, TintagelTintagel IslandАрхивировано