Minecraft 1.13 display:Name:“” NBT tagMinecraft 1.14 /give command with multiple NBT tags1.14.2 Weapon and armor Generation(Java Minecraft 1.13) Can I remove the shadow on an item's name?How can I filter items with a certain enchantement?Minecraft - How do i find the item tag?What is wrong with this command block code?Why won't this execute if block command work in Minecraft?Minecraft 1.13 Java Edition: Teleport an item to a playerClear 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 do I create tools that only break certain blocks, and also have a colored name?
Is fission/fusion to iron the most efficient way to convert mass to energy?
How to import .txt file with missing data?
Am I being scammed by a sugar daddy?
Is the first of the 10 Commandments considered a mitzvah?
In American Politics, why is the Justice Department under the President?
David slept with Bathsheba because she was pure?? What does that mean?
How can I find out about the game world without meta-influencing it?
What is Gilligan's full name?
Dedicated bike GPS computer over smartphone
Realistic, logical way for men with medieval-era weaponry to compete with much larger and physically stronger foes
Which are the methodologies for interpreting Vedas?
Nth term of Van Eck Sequence
Why is it bad to use your whole foot in rock climbing
I sent an angry e-mail to my interviewers about a conflict at my home institution. Could this affect my application?
As easy as Three, Two, One... How fast can you go from Five to Four?
Placement of positioning lights on A320 winglets
What does BREAD stand for while drafting?
How do I properly use a function under a class?
What's the relation between у.е. to USD?
What is the theme of analysis?
Do they make "karaoke" versions of concertos for solo practice?
Can I get a photo of an Ancient Arrow?
LWC: detect last element in for:each iteration
Why didn't all the iron and heavier elements find their way to the center of the accretion disc in the early solar system?
Minecraft 1.13 display:Name:“” NBT tag
Minecraft 1.14 /give command with multiple NBT tags1.14.2 Weapon and armor Generation(Java Minecraft 1.13) Can I remove the shadow on an item's name?How can I filter items with a certain enchantement?Minecraft - How do i find the item tag?What is wrong with this command block code?Why won't this execute if block command work in Minecraft?Minecraft 1.13 Java Edition: Teleport an item to a playerClear 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 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;
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_sworddisplay:Name:"Sword of Power" and it gives my a diamond sword, but it doesn't have the name.
This is me running the command.
This is the command not working.
Please help me.
minecraft minecraft-commands
add a comment |
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_sworddisplay:Name:"Sword of Power" and it gives my a diamond sword, but it doesn't have the name.
This is me running the command.
This is the command not working.
Please help me.
minecraft minecraft-commands
1.13 has made many things JSON. I'm currently not on my computer, can you try this?/give @p diamond_sworddisplay:Name:""text":"Sword of Power""or maybe this:/give @p diamond_sworddisplay: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
add a comment |
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_sworddisplay:Name:"Sword of Power" and it gives my a diamond sword, but it doesn't have the name.
This is me running the command.
This is the command not working.
Please help me.
minecraft minecraft-commands
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_sworddisplay:Name:"Sword of Power" and it gives my a diamond sword, but it doesn't have the name.
This is me running the command.
This is the command not working.
Please help me.
minecraft minecraft-commands
minecraft minecraft-commands
edited Jul 20 '18 at 15:40
cherryblossom
864627
864627
asked Jul 13 '18 at 0:16
UnknownUnknown
30116
30116
1.13 has made many things JSON. I'm currently not on my computer, can you try this?/give @p diamond_sworddisplay:Name:""text":"Sword of Power""or maybe this:/give @p diamond_sworddisplay: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
add a comment |
1.13 has made many things JSON. I'm currently not on my computer, can you try this?/give @p diamond_sworddisplay:Name:""text":"Sword of Power""or maybe this:/give @p diamond_sworddisplay: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_sworddisplay:Name:""text":"Sword of Power"" or maybe this: /give @p diamond_sworddisplay: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_sworddisplay:Name:""text":"Sword of Power"" or maybe this: /give @p diamond_sworddisplay: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
add a comment |
3 Answers
3
active
oldest
votes
In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:
/give @p diamond_sworddisplay:Name:""text":"Sword of Power""
This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.
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/givecommand 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
add a comment |
It's /give @p diamond_sworddisplay:Name:""Sword of Power""
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
add a comment |
P.S you could just use https://mcstacker.net/1.14.php as an easier way of making stuff
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:
/give @p diamond_sworddisplay:Name:""text":"Sword of Power""
This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.
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/givecommand 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
add a comment |
In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:
/give @p diamond_sworddisplay:Name:""text":"Sword of Power""
This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.
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/givecommand 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
add a comment |
In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:
/give @p diamond_sworddisplay:Name:""text":"Sword of Power""
This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.
In 1.13 many things are JSON that were previously just simple strings. So the syntax is now:
/give @p diamond_sworddisplay:Name:""text":"Sword of Power""
This also means that you can colour the text, make it underlined, translatable, obfuscated, etc.
edited Jul 18 '18 at 23:16
tryashtar
30814
30814
answered Jul 13 '18 at 20:33
Fabian RölingFabian Röling
8,12631343
8,12631343
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/givecommand 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
add a comment |
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/givecommand 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
add a comment |
It's /give @p diamond_sworddisplay:Name:""Sword of Power""
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
add a comment |
It's /give @p diamond_sworddisplay:Name:""Sword of Power""
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
add a comment |
It's /give @p diamond_sworddisplay:Name:""Sword of Power""
It's /give @p diamond_sworddisplay:Name:""Sword of Power""
edited Mar 1 at 0:05
arghtype
5,48592649
5,48592649
answered Feb 28 at 23:46
7 Minireenas7 Minireenas
11
11
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
add a comment |
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
Thank you for your answer, it will make my commanding easier.
– Unknown
Mar 2 at 4:37
add a comment |
P.S you could just use https://mcstacker.net/1.14.php as an easier way of making stuff
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
add a comment |
P.S you could just use https://mcstacker.net/1.14.php as an easier way of making stuff
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
add a comment |
P.S you could just use https://mcstacker.net/1.14.php as an easier way of making stuff
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
P.S you could just use https://mcstacker.net/1.14.php as an easier way of making stuff
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 56 mins ago
ShilohtonyShilohtony
1
1
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shilohtony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
add a comment |
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
while the link may be helpful, it is generally best instead of just linking a tool, explain how it can be used to solve the asker's problem
– Dragonrage
52 mins ago
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1.13 has made many things JSON. I'm currently not on my computer, can you try this?
/give @p diamond_sworddisplay:Name:""text":"Sword of Power""or maybe this:/give @p diamond_sworddisplay: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