Minecraft 1.13 display:{Name:“”} NBT tagHow to test for an hold item name in Minecraft?How can I filter...

What would be the rarity of this magic item(s)?

Can you tell from a blurry photo if focus was too close or too far?

Making him into a bully (how to show mild violence)

How old is the day of 24 equal hours?

How to deal with an incendiary email that was recalled

A curious equality of integrals involving the prime counting function?

Why did Democrats in the Senate oppose the Born-Alive Abortion Survivors Protection Act (2019 S.130)?

What is the purpose of easy combat scenarios that don't need resource expenditure?

Is there a feather fall weight limit?

Am I a Rude Number?

How much mayhem could I cause as a sentient fish?

Why did Luke use his left hand to shoot?

How would an AI self awareness kill switch work?

How do I append a character to the end of every line in an Excel cell?

Words and Words with "ver-" Prefix

Difference between i++ and (i)++ in C

Why don't hotels mount air conditioning units outside the rooms?

What's a good word to describe a public place that looks like it wouldn't be rough?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

What is the most fuel efficient way out of the Solar System?

Why do neural networks need so many training examples to perform?

How do you funnel food off a cutting board?

Absorbing damage with Planeswalker

False written accusations not made public - is there law to cover this?



Minecraft 1.13 display:{Name:“”} NBT tag


How to test for an hold item name in Minecraft?How can I filter items with a certain enchantement?What is wrong with this command block code?Can I tp someone holding a specific item in minecraft windows 10 edition?Minecraft 1.13 Java EditionClear named (and lored) item from players inventory 1.13How do I test for a named item in a players inventory? (Minecraft 1.13)Minecraft 1.13: conditionally apply effect when player holds specific itemHow to summon a custom item?(P.C)(V1.13)How to test if a player is running in 1.13













3















This is my first question and forgive me if I am doing anything wrong.



I am in 1.13 Pre-Release 7 trying to make a one command creation and I need an item with a specific name. The command I use is /give @p diamond_sword{display:{Name:"Sword of Power"}} and it gives my a diamond sword, but it doesn't have the name.



This is me trying the command This is me running the command.



This is the command not working This is the command not working.



Please help me.










share|improve this question

























  • 1.13 has made many things JSON. I'm currently not on my computer, can you try this? /give @p diamond_sword{display:{Name:""text":"Sword of Power""}} or maybe this: /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}

    – Fabian Röling
    Jul 13 '18 at 7:19











  • THANK YOU @FabianRöling! Than means I can change the color of the text! THANK YOU AGAIN!

    – Unknown
    Jul 13 '18 at 19:14


















3















This is my first question and forgive me if I am doing anything wrong.



I am in 1.13 Pre-Release 7 trying to make a one command creation and I need an item with a specific name. The command I use is /give @p diamond_sword{display:{Name:"Sword of Power"}} and it gives my a diamond sword, but it doesn't have the name.



This is me trying the command This is me running the command.



This is the command not working This is the command not working.



Please help me.










share|improve this question

























  • 1.13 has made many things JSON. I'm currently not on my computer, can you try this? /give @p diamond_sword{display:{Name:""text":"Sword of Power""}} or maybe this: /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}

    – Fabian Röling
    Jul 13 '18 at 7:19











  • THANK YOU @FabianRöling! Than means I can change the color of the text! THANK YOU AGAIN!

    – Unknown
    Jul 13 '18 at 19:14
















3












3








3


0






This is my first question and forgive me if I am doing anything wrong.



I am in 1.13 Pre-Release 7 trying to make a one command creation and I need an item with a specific name. The command I use is /give @p diamond_sword{display:{Name:"Sword of Power"}} and it gives my a diamond sword, but it doesn't have the name.



This is me trying the command This is me running the command.



This is the command not working This is the command not working.



Please help me.










share|improve this question
















This is my first question and forgive me if I am doing anything wrong.



I am in 1.13 Pre-Release 7 trying to make a one command creation and I need an item with a specific name. The command I use is /give @p diamond_sword{display:{Name:"Sword of Power"}} and it gives my a diamond sword, but it doesn't have the name.



This is me trying the command This is me running the command.



This is the command not working This is the command not working.



Please help me.







minecraft minecraft-commands






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 20 '18 at 15:40









cherryblossom

820425




820425










asked Jul 13 '18 at 0:16









UnknownUnknown

20116




20116













  • 1.13 has made many things JSON. I'm currently not on my computer, can you try this? /give @p diamond_sword{display:{Name:""text":"Sword of Power""}} or maybe this: /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}

    – Fabian Röling
    Jul 13 '18 at 7:19











  • THANK YOU @FabianRöling! Than means I can change the color of the text! THANK YOU AGAIN!

    – Unknown
    Jul 13 '18 at 19:14





















  • 1.13 has made many things JSON. I'm currently not on my computer, can you try this? /give @p diamond_sword{display:{Name:""text":"Sword of Power""}} or maybe this: /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}

    – Fabian Röling
    Jul 13 '18 at 7:19











  • THANK YOU @FabianRöling! Than means I can change the color of the text! THANK YOU AGAIN!

    – Unknown
    Jul 13 '18 at 19:14



















1.13 has made many things JSON. I'm currently not on my computer, can you try this? /give @p diamond_sword{display:{Name:""text":"Sword of Power""}} or maybe this: /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}

– Fabian Röling
Jul 13 '18 at 7:19





1.13 has made many things JSON. I'm currently not on my computer, can you try this? /give @p diamond_sword{display:{Name:""text":"Sword of Power""}} or maybe this: /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}

– Fabian Röling
Jul 13 '18 at 7:19













THANK YOU @FabianRöling! Than means I can change the color of the text! THANK YOU AGAIN!

– Unknown
Jul 13 '18 at 19:14







THANK YOU @FabianRöling! Than means I can change the color of the text! THANK YOU AGAIN!

– Unknown
Jul 13 '18 at 19:14












2 Answers
2






active

oldest

votes


















4














In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:



/give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}


This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.






share|improve this answer


























  • Can you link to the documentation for this please?

    – cmcculloh
    Sep 6 '18 at 17:15











  • The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

    – Fabian Röling
    Sep 7 '18 at 8:08











  • Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

    – Fabian Röling
    Sep 20 '18 at 7:59



















-1














I'm trying to teleport a turtle called Ruperta but it doesn't work, I'm trying with this command: /tp @e[display:{Name:"{"text":"Ruperta"}"}] -41 72 178






share|improve this answer








New contributor




Javier Trancoso Lara 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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f334946%2fminecraft-1-13-displayname-nbt-tag%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:



    /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}


    This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.






    share|improve this answer


























    • Can you link to the documentation for this please?

      – cmcculloh
      Sep 6 '18 at 17:15











    • The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

      – Fabian Röling
      Sep 7 '18 at 8:08











    • Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

      – Fabian Röling
      Sep 20 '18 at 7:59
















    4














    In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:



    /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}


    This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.






    share|improve this answer


























    • Can you link to the documentation for this please?

      – cmcculloh
      Sep 6 '18 at 17:15











    • The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

      – Fabian Röling
      Sep 7 '18 at 8:08











    • Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

      – Fabian Röling
      Sep 20 '18 at 7:59














    4












    4








    4







    In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:



    /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}


    This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.






    share|improve this answer















    In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:



    /give @p diamond_sword{display:{Name:"{"text":"Sword of Power"}"}}


    This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jul 18 '18 at 23:16









    tryashtar

    1784




    1784










    answered Jul 13 '18 at 20:33









    Fabian RölingFabian Röling

    5,89831239




    5,89831239













    • Can you link to the documentation for this please?

      – cmcculloh
      Sep 6 '18 at 17:15











    • The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

      – Fabian Röling
      Sep 7 '18 at 8:08











    • Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

      – Fabian Röling
      Sep 20 '18 at 7:59



















    • Can you link to the documentation for this please?

      – cmcculloh
      Sep 6 '18 at 17:15











    • The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

      – Fabian Röling
      Sep 7 '18 at 8:08











    • Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

      – Fabian Röling
      Sep 20 '18 at 7:59

















    Can you link to the documentation for this please?

    – cmcculloh
    Sep 6 '18 at 17:15





    Can you link to the documentation for this please?

    – cmcculloh
    Sep 6 '18 at 17:15













    The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

    – Fabian Röling
    Sep 7 '18 at 8:08





    The Minecraft wiki (and my memory) is my main source for everything: Here are the pages for the /give command and for JSON formatting.

    – Fabian Röling
    Sep 7 '18 at 8:08













    Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

    – Fabian Röling
    Sep 20 '18 at 7:59





    Archive links for my last comment: minecraft.gamepedia.com/index.php?title=Commands/… and minecraft.gamepedia.com/…

    – Fabian Röling
    Sep 20 '18 at 7:59













    -1














    I'm trying to teleport a turtle called Ruperta but it doesn't work, I'm trying with this command: /tp @e[display:{Name:"{"text":"Ruperta"}"}] -41 72 178






    share|improve this answer








    New contributor




    Javier Trancoso Lara 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 trying to teleport a turtle called Ruperta but it doesn't work, I'm trying with this command: /tp @e[display:{Name:"{"text":"Ruperta"}"}] -41 72 178






      share|improve this answer








      New contributor




      Javier Trancoso Lara 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'm trying to teleport a turtle called Ruperta but it doesn't work, I'm trying with this command: /tp @e[display:{Name:"{"text":"Ruperta"}"}] -41 72 178






        share|improve this answer








        New contributor




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










        I'm trying to teleport a turtle called Ruperta but it doesn't work, I'm trying with this command: /tp @e[display:{Name:"{"text":"Ruperta"}"}] -41 72 178







        share|improve this answer








        New contributor




        Javier Trancoso Lara 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 answer



        share|improve this answer






        New contributor




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









        answered 11 mins ago









        Javier Trancoso LaraJavier Trancoso Lara

        1




        1




        New contributor




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





        New contributor





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






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






























            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%2f334946%2fminecraft-1-13-displayname-nbt-tag%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

            Benedict Cumberbatch Contingut Inicis Debut professional Premis Filmografia bàsica Premis i...

            Monticle de plataforma Contingut Est de Nord Amèrica Interpretacions Altres cultures Vegeu...

            Escacs Janus Enllaços externs Menú de navegacióEscacs JanusJanusschachBrainKing.comChessV