Colored item names in Minecraft?How do I give items a colored name?How to Rename and Have Colored Lores(Minecraft) How to color and remove emphasis on item names?What do noteblocks do?How can I export all item ID's, Metadata and Names?How do I rename things in Minecraft?Minecraft command execute problem + 1.9 scoreboard tag problemHow to colour item text in Vanilla minecraft?Can you have both Attribute modifiers and displays on an item?Test for a specific item with a coloured name in a chestReplace head on armor standHow do I edit NBT tags of inventory items?(Java Minecraft 1.13) Can I remove the shadow on an item's name?
Align by center of symbol
Why limit to revolvers?
GPIO and Python - GPIO.output() not working
How to draw a gif with expanding circles that reveal lines connecting a non-centered point to the expanding circle using Tikz
How would you write do the dialogues of two characters talking in a chat room?
How did John Lennon tune his guitar
Nested-Loop-Join: How many comparisons and how many pages-accesses?
Book or series about stones and a magician named Gwydion
Are lithium batteries allowed in the International Space Station?
Why do they not say "The Baby"
I quit, and boss offered me 3 month "grace period" where I could still come back
HackerRank: Electronics Shop
Waiting time distribution parameters given expected mean
What impact would a dragon the size of Asia have on the environment?
Why does the trade federation become so alarmed upon learning the ambassadors are Jedi Knights?
Possible isometry groups of open manifolds
Can I activate an iPhone without an Apple ID?
Adding a vertical line at the right end of the horizontal line in frac
Do native speakers use ZVE or CPU?
How can we better understand multiplicative inverse modulo something?
(algebraic topology) question about the cellular approximation theorem
What exactly is the Tension force?
Will it hurt my career to work as a graphic designer in a startup for beauty and skin care?
Too many spies!
Colored item names in Minecraft?
How do I give items a colored name?How to Rename and Have Colored Lores(Minecraft) How to color and remove emphasis on item names?What do noteblocks do?How can I export all item ID's, Metadata and Names?How do I rename things in Minecraft?Minecraft command execute problem + 1.9 scoreboard tag problemHow to colour item text in Vanilla minecraft?Can you have both Attribute modifiers and displays on an item?Test for a specific item with a coloured name in a chestReplace head on armor standHow do I edit NBT tags of inventory items?(Java Minecraft 1.13) Can I remove the shadow on an item's name?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I came across a map and when I was playing I found some coloured and bolded item names. I thought it isn't possible as at most you can only use the custom name tag to rename things! Is there a way to colour and bold item names in vanilla Minecraft? External programs are OK. Oh, and the wiki page of formatting codes doesn't really do much.
minecraft
add a comment |
I came across a map and when I was playing I found some coloured and bolded item names. I thought it isn't possible as at most you can only use the custom name tag to rename things! Is there a way to colour and bold item names in vanilla Minecraft? External programs are OK. Oh, and the wiki page of formatting codes doesn't really do much.
minecraft
add a comment |
I came across a map and when I was playing I found some coloured and bolded item names. I thought it isn't possible as at most you can only use the custom name tag to rename things! Is there a way to colour and bold item names in vanilla Minecraft? External programs are OK. Oh, and the wiki page of formatting codes doesn't really do much.
minecraft
I came across a map and when I was playing I found some coloured and bolded item names. I thought it isn't possible as at most you can only use the custom name tag to rename things! Is there a way to colour and bold item names in vanilla Minecraft? External programs are OK. Oh, and the wiki page of formatting codes doesn't really do much.
minecraft
minecraft
edited Jan 12 '15 at 22:55
54D
asked Jan 12 '15 at 11:45
54D54D
2,9857 gold badges21 silver badges48 bronze badges
2,9857 gold badges21 silver badges48 bronze badges
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
You can use this page about formatting codes.
TL;DR use this in the name for colors
- §0 Black
- §1 Dark Blue
- §2 Dark Green
- §3 Dark Aqua
- §4 Dark Red
- §5 Dark Purple
- §6 Gold
- §7 Gray
- §8 Dark Gray
- §9 Blue
- §a Green
- §b Aqua
- §c Red
- §d Light Purple
- §e Yellow
- §f White
For example world name:
§1R§2e§3d§4s§5t§6o§7n§8e §9C§ar§be§ca§dt§ei§fo§1n§2s
Which results into:

You can use INVedit to edit your savegame and edit the characters in.
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
INVedit also works!
– 54D
Jan 13 '15 at 7:24
add a comment |
OK. Found an answer on the Internet while I was surfing. In Vanilla Minecraft, even with commands, you cannot colour item names. Instead... use MCEdit! There is a new MCEdit version created by TKTech and an modify item name string filter that can colour and bold stuffs by SethBling.
Source: SethBling's video
add a comment |
If you don't want MCEdit and just want to edit them (Even in anvils) use Text Formatting. It's a mod that allows you to paste the "§" Section Symbol (And other symbols you can't use in Minecraft). Here's a link for the mod:
http://spacechase0.com/mods/minecraft/text-formatting/
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
add a comment |
Unlike what everyone assumes, apparently it's possible in game, without any extra stuff. As it seems, NBT-formatted signs are able to inject § into commands by escaping it with u00a7.
This online tool takes any command that uses § and converts it into a command that creates an NBT-formatted sign above the command block, with a click event that pastes the desired command into the command block. Totally crazy, but confirmed to work, at least up to 1.8 (broken in 1.9 and later, but only because of the strict JSON feature, that can easily be fixed manually by adding a couple of " into the final command).
Note: The command that is being generated also omits all " characters, because the creator thought they are impossible to get in via signs. However actually they are easy to get in. Just find your escaped command in the generated command and add in \" where you want a " in the resulting command.
For everyone who doesn't like external tools much: The tool I linked doesn't modify your world saves. It's a command generator much like MCStacker. You get a command and paste it into your command block. Then you activate the command block, click on the sign that appears, and your command has the correct formatting.
(If you've done everything right, the text you wanted to format should have the formatting you chose inside the command block as well. If you didn't include §r at the end of the formatted section, the remainder of the command will be formatted as well. As long as no non-formatted text passages are meant to follow, this doesn't break anything.)
add a comment |
In Minecraft 1.13, item names are now JSON, meaning that this no longer requires the use of the section sign symbol. For example:
/give @s stoneDisplay:Name:""text":"Foo","color":"green""
will give you a piece of stone with the custom name of Foo colored green.
add a comment |
protected by Frank♦ May 29 '15 at 11:42
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use this page about formatting codes.
TL;DR use this in the name for colors
- §0 Black
- §1 Dark Blue
- §2 Dark Green
- §3 Dark Aqua
- §4 Dark Red
- §5 Dark Purple
- §6 Gold
- §7 Gray
- §8 Dark Gray
- §9 Blue
- §a Green
- §b Aqua
- §c Red
- §d Light Purple
- §e Yellow
- §f White
For example world name:
§1R§2e§3d§4s§5t§6o§7n§8e §9C§ar§be§ca§dt§ei§fo§1n§2s
Which results into:

You can use INVedit to edit your savegame and edit the characters in.
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
INVedit also works!
– 54D
Jan 13 '15 at 7:24
add a comment |
You can use this page about formatting codes.
TL;DR use this in the name for colors
- §0 Black
- §1 Dark Blue
- §2 Dark Green
- §3 Dark Aqua
- §4 Dark Red
- §5 Dark Purple
- §6 Gold
- §7 Gray
- §8 Dark Gray
- §9 Blue
- §a Green
- §b Aqua
- §c Red
- §d Light Purple
- §e Yellow
- §f White
For example world name:
§1R§2e§3d§4s§5t§6o§7n§8e §9C§ar§be§ca§dt§ei§fo§1n§2s
Which results into:

You can use INVedit to edit your savegame and edit the characters in.
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
INVedit also works!
– 54D
Jan 13 '15 at 7:24
add a comment |
You can use this page about formatting codes.
TL;DR use this in the name for colors
- §0 Black
- §1 Dark Blue
- §2 Dark Green
- §3 Dark Aqua
- §4 Dark Red
- §5 Dark Purple
- §6 Gold
- §7 Gray
- §8 Dark Gray
- §9 Blue
- §a Green
- §b Aqua
- §c Red
- §d Light Purple
- §e Yellow
- §f White
For example world name:
§1R§2e§3d§4s§5t§6o§7n§8e §9C§ar§be§ca§dt§ei§fo§1n§2s
Which results into:

You can use INVedit to edit your savegame and edit the characters in.
You can use this page about formatting codes.
TL;DR use this in the name for colors
- §0 Black
- §1 Dark Blue
- §2 Dark Green
- §3 Dark Aqua
- §4 Dark Red
- §5 Dark Purple
- §6 Gold
- §7 Gray
- §8 Dark Gray
- §9 Blue
- §a Green
- §b Aqua
- §c Red
- §d Light Purple
- §e Yellow
- §f White
For example world name:
§1R§2e§3d§4s§5t§6o§7n§8e §9C§ar§be§ca§dt§ei§fo§1n§2s
Which results into:

You can use INVedit to edit your savegame and edit the characters in.
edited Jan 12 '15 at 13:02
answered Jan 12 '15 at 12:15
Inferno IVInferno IV
2963 silver badges18 bronze badges
2963 silver badges18 bronze badges
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
INVedit also works!
– 54D
Jan 13 '15 at 7:24
add a comment |
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
INVedit also works!
– 54D
Jan 13 '15 at 7:24
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
I need to rename an item. I can't input § in anvils or anything that rename things in vanilla Minecraft, so this answer does not really address the question.
– 54D
Jan 12 '15 at 12:18
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
Correct, I updated my answer to include the answer you were (hopefully) looking for.
– Inferno IV
Jan 12 '15 at 12:25
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
...Well, I think you misunderstood what I am asking. I am asking for renamed, coloured, bolded item names. Not world names and server names. An example will be an enchanted diamond sword with the name "The baddy sword" coloured dark red and bolded.
– 54D
Jan 12 '15 at 12:37
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
Correct, I was confusing MCEdit with INVedit. My bad. I only don't know for sure if INVedit can rename (and recolor) items.
– Inferno IV
Jan 12 '15 at 13:01
INVedit also works!
– 54D
Jan 13 '15 at 7:24
INVedit also works!
– 54D
Jan 13 '15 at 7:24
add a comment |
OK. Found an answer on the Internet while I was surfing. In Vanilla Minecraft, even with commands, you cannot colour item names. Instead... use MCEdit! There is a new MCEdit version created by TKTech and an modify item name string filter that can colour and bold stuffs by SethBling.
Source: SethBling's video
add a comment |
OK. Found an answer on the Internet while I was surfing. In Vanilla Minecraft, even with commands, you cannot colour item names. Instead... use MCEdit! There is a new MCEdit version created by TKTech and an modify item name string filter that can colour and bold stuffs by SethBling.
Source: SethBling's video
add a comment |
OK. Found an answer on the Internet while I was surfing. In Vanilla Minecraft, even with commands, you cannot colour item names. Instead... use MCEdit! There is a new MCEdit version created by TKTech and an modify item name string filter that can colour and bold stuffs by SethBling.
Source: SethBling's video
OK. Found an answer on the Internet while I was surfing. In Vanilla Minecraft, even with commands, you cannot colour item names. Instead... use MCEdit! There is a new MCEdit version created by TKTech and an modify item name string filter that can colour and bold stuffs by SethBling.
Source: SethBling's video
answered Jan 13 '15 at 2:36
54D54D
2,9857 gold badges21 silver badges48 bronze badges
2,9857 gold badges21 silver badges48 bronze badges
add a comment |
add a comment |
If you don't want MCEdit and just want to edit them (Even in anvils) use Text Formatting. It's a mod that allows you to paste the "§" Section Symbol (And other symbols you can't use in Minecraft). Here's a link for the mod:
http://spacechase0.com/mods/minecraft/text-formatting/
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
add a comment |
If you don't want MCEdit and just want to edit them (Even in anvils) use Text Formatting. It's a mod that allows you to paste the "§" Section Symbol (And other symbols you can't use in Minecraft). Here's a link for the mod:
http://spacechase0.com/mods/minecraft/text-formatting/
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
add a comment |
If you don't want MCEdit and just want to edit them (Even in anvils) use Text Formatting. It's a mod that allows you to paste the "§" Section Symbol (And other symbols you can't use in Minecraft). Here's a link for the mod:
http://spacechase0.com/mods/minecraft/text-formatting/
If you don't want MCEdit and just want to edit them (Even in anvils) use Text Formatting. It's a mod that allows you to paste the "§" Section Symbol (And other symbols you can't use in Minecraft). Here's a link for the mod:
http://spacechase0.com/mods/minecraft/text-formatting/
answered May 22 '17 at 14:30
GlitchyShadowZGlitchyShadowZ
4312 silver badges10 bronze badges
4312 silver badges10 bronze badges
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
add a comment |
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
For me, when I put Text Formatting in my mod directory, up to the launcher everything works fine, and then Minecraft itself won't launch. No crash, no nothing. I've been monitoring what happens with Task Manager, and the javaw.exe of the launcher is present as usual, when I press Play Minecraft's javaw.exe appears as well, and a few seconds later both of them just vanish. EDIT: Turns out I don't have SpaceCore yet. Weird that Forge didn't simply complain as usual.
– Egor Hans
Oct 16 '17 at 9:43
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
Update: With SpaceCore, same behavior. Seems like Spacechase's mods cannot be loaded via Forge.
– Egor Hans
Oct 16 '17 at 10:51
add a comment |
Unlike what everyone assumes, apparently it's possible in game, without any extra stuff. As it seems, NBT-formatted signs are able to inject § into commands by escaping it with u00a7.
This online tool takes any command that uses § and converts it into a command that creates an NBT-formatted sign above the command block, with a click event that pastes the desired command into the command block. Totally crazy, but confirmed to work, at least up to 1.8 (broken in 1.9 and later, but only because of the strict JSON feature, that can easily be fixed manually by adding a couple of " into the final command).
Note: The command that is being generated also omits all " characters, because the creator thought they are impossible to get in via signs. However actually they are easy to get in. Just find your escaped command in the generated command and add in \" where you want a " in the resulting command.
For everyone who doesn't like external tools much: The tool I linked doesn't modify your world saves. It's a command generator much like MCStacker. You get a command and paste it into your command block. Then you activate the command block, click on the sign that appears, and your command has the correct formatting.
(If you've done everything right, the text you wanted to format should have the formatting you chose inside the command block as well. If you didn't include §r at the end of the formatted section, the remainder of the command will be formatted as well. As long as no non-formatted text passages are meant to follow, this doesn't break anything.)
add a comment |
Unlike what everyone assumes, apparently it's possible in game, without any extra stuff. As it seems, NBT-formatted signs are able to inject § into commands by escaping it with u00a7.
This online tool takes any command that uses § and converts it into a command that creates an NBT-formatted sign above the command block, with a click event that pastes the desired command into the command block. Totally crazy, but confirmed to work, at least up to 1.8 (broken in 1.9 and later, but only because of the strict JSON feature, that can easily be fixed manually by adding a couple of " into the final command).
Note: The command that is being generated also omits all " characters, because the creator thought they are impossible to get in via signs. However actually they are easy to get in. Just find your escaped command in the generated command and add in \" where you want a " in the resulting command.
For everyone who doesn't like external tools much: The tool I linked doesn't modify your world saves. It's a command generator much like MCStacker. You get a command and paste it into your command block. Then you activate the command block, click on the sign that appears, and your command has the correct formatting.
(If you've done everything right, the text you wanted to format should have the formatting you chose inside the command block as well. If you didn't include §r at the end of the formatted section, the remainder of the command will be formatted as well. As long as no non-formatted text passages are meant to follow, this doesn't break anything.)
add a comment |
Unlike what everyone assumes, apparently it's possible in game, without any extra stuff. As it seems, NBT-formatted signs are able to inject § into commands by escaping it with u00a7.
This online tool takes any command that uses § and converts it into a command that creates an NBT-formatted sign above the command block, with a click event that pastes the desired command into the command block. Totally crazy, but confirmed to work, at least up to 1.8 (broken in 1.9 and later, but only because of the strict JSON feature, that can easily be fixed manually by adding a couple of " into the final command).
Note: The command that is being generated also omits all " characters, because the creator thought they are impossible to get in via signs. However actually they are easy to get in. Just find your escaped command in the generated command and add in \" where you want a " in the resulting command.
For everyone who doesn't like external tools much: The tool I linked doesn't modify your world saves. It's a command generator much like MCStacker. You get a command and paste it into your command block. Then you activate the command block, click on the sign that appears, and your command has the correct formatting.
(If you've done everything right, the text you wanted to format should have the formatting you chose inside the command block as well. If you didn't include §r at the end of the formatted section, the remainder of the command will be formatted as well. As long as no non-formatted text passages are meant to follow, this doesn't break anything.)
Unlike what everyone assumes, apparently it's possible in game, without any extra stuff. As it seems, NBT-formatted signs are able to inject § into commands by escaping it with u00a7.
This online tool takes any command that uses § and converts it into a command that creates an NBT-formatted sign above the command block, with a click event that pastes the desired command into the command block. Totally crazy, but confirmed to work, at least up to 1.8 (broken in 1.9 and later, but only because of the strict JSON feature, that can easily be fixed manually by adding a couple of " into the final command).
Note: The command that is being generated also omits all " characters, because the creator thought they are impossible to get in via signs. However actually they are easy to get in. Just find your escaped command in the generated command and add in \" where you want a " in the resulting command.
For everyone who doesn't like external tools much: The tool I linked doesn't modify your world saves. It's a command generator much like MCStacker. You get a command and paste it into your command block. Then you activate the command block, click on the sign that appears, and your command has the correct formatting.
(If you've done everything right, the text you wanted to format should have the formatting you chose inside the command block as well. If you didn't include §r at the end of the formatted section, the remainder of the command will be formatted as well. As long as no non-formatted text passages are meant to follow, this doesn't break anything.)
answered Oct 16 '17 at 10:49
Egor HansEgor Hans
1275 bronze badges
1275 bronze badges
add a comment |
add a comment |
In Minecraft 1.13, item names are now JSON, meaning that this no longer requires the use of the section sign symbol. For example:
/give @s stoneDisplay:Name:""text":"Foo","color":"green""
will give you a piece of stone with the custom name of Foo colored green.
add a comment |
In Minecraft 1.13, item names are now JSON, meaning that this no longer requires the use of the section sign symbol. For example:
/give @s stoneDisplay:Name:""text":"Foo","color":"green""
will give you a piece of stone with the custom name of Foo colored green.
add a comment |
In Minecraft 1.13, item names are now JSON, meaning that this no longer requires the use of the section sign symbol. For example:
/give @s stoneDisplay:Name:""text":"Foo","color":"green""
will give you a piece of stone with the custom name of Foo colored green.
In Minecraft 1.13, item names are now JSON, meaning that this no longer requires the use of the section sign symbol. For example:
/give @s stoneDisplay:Name:""text":"Foo","color":"green""
will give you a piece of stone with the custom name of Foo colored green.
edited 32 mins ago
answered 49 mins ago
ppperypppery
9965 silver badges18 bronze badges
9965 silver badges18 bronze badges
add a comment |
add a comment |
protected by Frank♦ May 29 '15 at 11:42
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?