item name/Can Destroy not workingHow to give an item with two data tagsHow can I give a red wool that has a lore, name, and can only be placed on stone?Minecraft CanBreak on specifically colored bannersMinecraft 1.13 display:Name:“” NBT tagClear named (and lored) item from players inventory 1.13How do I make a villager sell something that can break a specific block in 1.13?How to summon a custom item?(P.C)(V1.13)How do I make my shears be able to break iron bars in adventure mode?Can't set the display nameHow do I create tools that only break certain blocks, and also have a colored name?

Avoid bfseries from bolding pm in siunitx

Forgot chonantanu after already making havdalah over wine

Did Chinese school textbook maps (c. 1951) "depict China as stretching even into the central Asian republics"?

Three column layout

Bash echo $-1 prints hb1. Why?

Cross over of arrows in a complex diagram

Analog is Obtuse!

Wilcoxon signed rank test – critical value for n>50

How can I convince my reader that I will not use a certain trope?

Going to get married soon, should I do it on Dec 31 or Jan 1?

How was film developed in the late 1920s?

Short story with brother-sister conjoined twins as protagonists?

What shortcut does ⌦ symbol in Camunda macOS app indicate and how to invoke it?

How to write or read powers (math) by words?

Why won't the ground take my seed?

Should I include salary information on my CV?

Do equal angles necessarily mean a polygon is regular?

Why isn’t the tax system continuous rather than bracketed?

What does 2>&1 | tee mean?

Intuitively, why does putting capacitors in series decrease the equivalent capacitance?

Should I hide continue button until tasks are completed?

How well known and how commonly used was Huffman coding in 1979?

AT system without -5v

Is this the golf ball that Alan Shepard hit on the Moon?



item name/Can Destroy not working


How to give an item with two data tagsHow can I give a red wool that has a lore, name, and can only be placed on stone?Minecraft CanBreak on specifically colored bannersMinecraft 1.13 display:Name:“” NBT tagClear named (and lored) item from players inventory 1.13How do I make a villager sell something that can break a specific block in 1.13?How to summon a custom item?(P.C)(V1.13)How do I make my shears be able to break iron bars in adventure mode?Can't set the display nameHow do I create tools that only break certain blocks, and also have a colored name?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I tried to make shears called Iron Cutters and make it destroy iron_bars but it only gives the name. It doesn't make me destroy iron_bars in adventure mode.



/give @p shearsdisplay:Name:""Iron Cutters":"Iron"",Candestroy:["minecraft:iron_bars"]


I am on Java edition 1.13, can someone help me?










share|improve this question
























  • Are you sure Candestroy is correct? I can't check what the tag name should be, but you do need to make sure it's exactly the same (including case) as what the game expects.

    – MBraedley
    Mar 21 at 20:23






  • 4





    Candestroy is incorrect. Capitalize the "destroy" as to spell "CanDestroy".

    – SpiceWeasel
    Mar 21 at 20:29











  • @SpiceWeasel Can you add that as an answer, please? I tested it and the command works with this command /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"], as you suggested

    – Mr. Bear
    yesterday

















0















I tried to make shears called Iron Cutters and make it destroy iron_bars but it only gives the name. It doesn't make me destroy iron_bars in adventure mode.



/give @p shearsdisplay:Name:""Iron Cutters":"Iron"",Candestroy:["minecraft:iron_bars"]


I am on Java edition 1.13, can someone help me?










share|improve this question
























  • Are you sure Candestroy is correct? I can't check what the tag name should be, but you do need to make sure it's exactly the same (including case) as what the game expects.

    – MBraedley
    Mar 21 at 20:23






  • 4





    Candestroy is incorrect. Capitalize the "destroy" as to spell "CanDestroy".

    – SpiceWeasel
    Mar 21 at 20:29











  • @SpiceWeasel Can you add that as an answer, please? I tested it and the command works with this command /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"], as you suggested

    – Mr. Bear
    yesterday













0












0








0








I tried to make shears called Iron Cutters and make it destroy iron_bars but it only gives the name. It doesn't make me destroy iron_bars in adventure mode.



/give @p shearsdisplay:Name:""Iron Cutters":"Iron"",Candestroy:["minecraft:iron_bars"]


I am on Java edition 1.13, can someone help me?










share|improve this question
















I tried to make shears called Iron Cutters and make it destroy iron_bars but it only gives the name. It doesn't make me destroy iron_bars in adventure mode.



/give @p shearsdisplay:Name:""Iron Cutters":"Iron"",Candestroy:["minecraft:iron_bars"]


I am on Java edition 1.13, can someone help me?







minecraft minecraft-commands






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 21 at 20:20









MBraedley

13.4k17 gold badges88 silver badges139 bronze badges




13.4k17 gold badges88 silver badges139 bronze badges










asked Mar 21 at 19:59









EvgenyEvgeny

6




6












  • Are you sure Candestroy is correct? I can't check what the tag name should be, but you do need to make sure it's exactly the same (including case) as what the game expects.

    – MBraedley
    Mar 21 at 20:23






  • 4





    Candestroy is incorrect. Capitalize the "destroy" as to spell "CanDestroy".

    – SpiceWeasel
    Mar 21 at 20:29











  • @SpiceWeasel Can you add that as an answer, please? I tested it and the command works with this command /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"], as you suggested

    – Mr. Bear
    yesterday

















  • Are you sure Candestroy is correct? I can't check what the tag name should be, but you do need to make sure it's exactly the same (including case) as what the game expects.

    – MBraedley
    Mar 21 at 20:23






  • 4





    Candestroy is incorrect. Capitalize the "destroy" as to spell "CanDestroy".

    – SpiceWeasel
    Mar 21 at 20:29











  • @SpiceWeasel Can you add that as an answer, please? I tested it and the command works with this command /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"], as you suggested

    – Mr. Bear
    yesterday
















Are you sure Candestroy is correct? I can't check what the tag name should be, but you do need to make sure it's exactly the same (including case) as what the game expects.

– MBraedley
Mar 21 at 20:23





Are you sure Candestroy is correct? I can't check what the tag name should be, but you do need to make sure it's exactly the same (including case) as what the game expects.

– MBraedley
Mar 21 at 20:23




4




4





Candestroy is incorrect. Capitalize the "destroy" as to spell "CanDestroy".

– SpiceWeasel
Mar 21 at 20:29





Candestroy is incorrect. Capitalize the "destroy" as to spell "CanDestroy".

– SpiceWeasel
Mar 21 at 20:29













@SpiceWeasel Can you add that as an answer, please? I tested it and the command works with this command /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"], as you suggested

– Mr. Bear
yesterday





@SpiceWeasel Can you add that as an answer, please? I tested it and the command works with this command /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"], as you suggested

– Mr. Bear
yesterday










1 Answer
1






active

oldest

votes


















0














"Candestroy" is incorrect. Capitalize the "destroy" as to spell "CanDestroy":



/give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"]





share|improve this answer

























    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f348033%2fitem-name-can-destroy-not-working%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









    0














    "Candestroy" is incorrect. Capitalize the "destroy" as to spell "CanDestroy":



    /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"]





    share|improve this answer



























      0














      "Candestroy" is incorrect. Capitalize the "destroy" as to spell "CanDestroy":



      /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"]





      share|improve this answer

























        0












        0








        0







        "Candestroy" is incorrect. Capitalize the "destroy" as to spell "CanDestroy":



        /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"]





        share|improve this answer













        "Candestroy" is incorrect. Capitalize the "destroy" as to spell "CanDestroy":



        /give @p shearsdisplay:Name:""Iron Cutters":"Iron"",CanDestroy:["minecraft:iron_bars"]






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 1 hour ago









        SpiceWeaselSpiceWeasel

        7811 gold badge5 silver badges16 bronze badges




        7811 gold badge5 silver badges16 bronze badges



























            draft saved

            draft discarded
















































            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%2f348033%2fitem-name-can-destroy-not-working%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

            Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

            The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

            19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу