How to colour item text in Vanilla minecraft?How to color sign text in Minecraft
Why don't humans perceive sound waves as twice the frequency they are?
How electronics on board of JWST can survive the low operating temperature while it's difficult to survive lunar night?
What's the largest an Earth-like planet can be and support Earth's biosphere?
Should I have one hand on the throttle during engine ignition?
What could make large expeditions ineffective for exploring territory full of dangers and valuable resources?
The most secure way to handle someone forgetting to verify their account?
How to not confuse readers with simultaneous events?
Should I work for free if client's requirement changed
Does a hash function have a Upper bound on input length?
Do higher dimensions have axes?
What's a German word for »Sandbagger«?
Why does a tetrahedral molecule like methane have a dipole moment of zero?
Why aren't there any women super Grandmasters (GMs)?
Could a US citizen born through "birth tourism" become President?
I have found a mistake on someone's code published online: what is the protocol?
Tricky interview question for mid-level C++ developer
Three Subway Escalators
When a ball on a rope swings in a circle, is there both centripetal force and tension force?
Company looks for long-term employees, but I know I won't be interested in staying long
Why teach C using scanf without talking about command line arguments?
Why should fork() have been designed to return a file descriptor?
What is the function of "mal" in saying "Das nenn ich mal ein X"?
Linux ext4 restore file and directory access rights after bad backup/restore
What makes MOVEQ quicker than a normal MOVE in 68000 assembly?
How to colour item text in Vanilla minecraft?
How to color sign text in Minecraft
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Recently, I have seen item names on servers and on this very website with odd characters preceding them. I was thinking "well, this changes everything!".
Can you make item name act like JSON text using this method? (i.e. any colour, bold, italic, obfuscated?)
Please list methods/preceders below.
Edit
What I am looking for is the colour of the item names, not sign block data or written books with coloured text. For example, when you go on a server, you often see items with coloured or obfuscated names.
minecraft minecraft-commands
add a comment |
Recently, I have seen item names on servers and on this very website with odd characters preceding them. I was thinking "well, this changes everything!".
Can you make item name act like JSON text using this method? (i.e. any colour, bold, italic, obfuscated?)
Please list methods/preceders below.
Edit
What I am looking for is the colour of the item names, not sign block data or written books with coloured text. For example, when you go on a server, you often see items with coloured or obfuscated names.
minecraft minecraft-commands
add a comment |
Recently, I have seen item names on servers and on this very website with odd characters preceding them. I was thinking "well, this changes everything!".
Can you make item name act like JSON text using this method? (i.e. any colour, bold, italic, obfuscated?)
Please list methods/preceders below.
Edit
What I am looking for is the colour of the item names, not sign block data or written books with coloured text. For example, when you go on a server, you often see items with coloured or obfuscated names.
minecraft minecraft-commands
Recently, I have seen item names on servers and on this very website with odd characters preceding them. I was thinking "well, this changes everything!".
Can you make item name act like JSON text using this method? (i.e. any colour, bold, italic, obfuscated?)
Please list methods/preceders below.
Edit
What I am looking for is the colour of the item names, not sign block data or written books with coloured text. For example, when you go on a server, you often see items with coloured or obfuscated names.
minecraft minecraft-commands
minecraft minecraft-commands
edited Aug 10 '17 at 6:48
Chemical Comrade
asked Nov 29 '16 at 6:45
Chemical ComradeChemical Comrade
1731 silver badge10 bronze badges
1731 silver badge10 bronze badges
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
You can use a sign to run a command containing the section symbol (disguised as unicode u00A7 because the actual "§" character cannot be typed in a command block), which formats the item's display name as desired. The following provides the player with a sign that, when right-clicked, provides the player with a stone that has an obfuscated name:
/give @p minecraft:sign 1 0 BlockEntityTag:Text1:""text":"","clickEvent":"action":"run_command","value":"/give @p minecraft:stone 1 0 display:Name:\"u00A7ru00A7kThis text is obfuscated.\"""
The formatting is reset first since it would otherwise be italic by default.
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
add a comment |
It is currently not possible (as of version 1.11) to colour the names of items using colour/formatting codes without the use of mods.
You can, however, use the formatting codes in conjunction with the § character to colour the text in books and quills.
A reference of all the colour/formatting codes can be found below:
+-------+------------------+
| Code | Effect |
+-------+------------------+
| §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 |
+-------+------------------+
| §k | Obfuscated |
| §l | Bold |
| §m | Strikethrough |
| §n | Underline |
| §o | Italic |
| §r | Reset formatting |
+-------+------------------+
Codes sourced from Minecraft Wiki
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
add a comment |
@FungusKing I would recommend using link as it will automatically generate signs, tellraws, books, etc. All you have to do is fill out the required fields.
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a/givecommand that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with/tellraw/executeand other Minecraft commands that use the JSON format.
– KompriZe
Dec 2 '16 at 2:42
add a comment |
There is a way to /give colored items in 1.12.2 (at least in spigot)
If you're a server administrator, you can spawn colored title items by using the § character in the console. You are able to write, or copy-paste this into the console. The windows alt-code is Alt-0167 (not sure about apple, sorry).
E.g. (from console)give @p diamondsword 1 0 display:Name:"§cThis sword's name is light red!"
add a comment |
lol just copy and paste lol suckers!!!!11
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f292831%2fhow-to-colour-item-text-in-vanilla-minecraft%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use a sign to run a command containing the section symbol (disguised as unicode u00A7 because the actual "§" character cannot be typed in a command block), which formats the item's display name as desired. The following provides the player with a sign that, when right-clicked, provides the player with a stone that has an obfuscated name:
/give @p minecraft:sign 1 0 BlockEntityTag:Text1:""text":"","clickEvent":"action":"run_command","value":"/give @p minecraft:stone 1 0 display:Name:\"u00A7ru00A7kThis text is obfuscated.\"""
The formatting is reset first since it would otherwise be italic by default.
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
add a comment |
You can use a sign to run a command containing the section symbol (disguised as unicode u00A7 because the actual "§" character cannot be typed in a command block), which formats the item's display name as desired. The following provides the player with a sign that, when right-clicked, provides the player with a stone that has an obfuscated name:
/give @p minecraft:sign 1 0 BlockEntityTag:Text1:""text":"","clickEvent":"action":"run_command","value":"/give @p minecraft:stone 1 0 display:Name:\"u00A7ru00A7kThis text is obfuscated.\"""
The formatting is reset first since it would otherwise be italic by default.
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
add a comment |
You can use a sign to run a command containing the section symbol (disguised as unicode u00A7 because the actual "§" character cannot be typed in a command block), which formats the item's display name as desired. The following provides the player with a sign that, when right-clicked, provides the player with a stone that has an obfuscated name:
/give @p minecraft:sign 1 0 BlockEntityTag:Text1:""text":"","clickEvent":"action":"run_command","value":"/give @p minecraft:stone 1 0 display:Name:\"u00A7ru00A7kThis text is obfuscated.\"""
The formatting is reset first since it would otherwise be italic by default.
You can use a sign to run a command containing the section symbol (disguised as unicode u00A7 because the actual "§" character cannot be typed in a command block), which formats the item's display name as desired. The following provides the player with a sign that, when right-clicked, provides the player with a stone that has an obfuscated name:
/give @p minecraft:sign 1 0 BlockEntityTag:Text1:""text":"","clickEvent":"action":"run_command","value":"/give @p minecraft:stone 1 0 display:Name:\"u00A7ru00A7kThis text is obfuscated.\"""
The formatting is reset first since it would otherwise be italic by default.
answered Nov 29 '16 at 13:39
SkylinerwSkylinerw
11.8k1 gold badge16 silver badges33 bronze badges
11.8k1 gold badge16 silver badges33 bronze badges
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
add a comment |
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
Thanks! Do you know any other formats or ways to separate sections in the name?
– Chemical Comrade
Nov 30 '16 at 4:50
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
If this has fixed it for you can you mark it as an awnser for this kind person!
– Jcraft153
Dec 1 '16 at 8:41
add a comment |
It is currently not possible (as of version 1.11) to colour the names of items using colour/formatting codes without the use of mods.
You can, however, use the formatting codes in conjunction with the § character to colour the text in books and quills.
A reference of all the colour/formatting codes can be found below:
+-------+------------------+
| Code | Effect |
+-------+------------------+
| §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 |
+-------+------------------+
| §k | Obfuscated |
| §l | Bold |
| §m | Strikethrough |
| §n | Underline |
| §o | Italic |
| §r | Reset formatting |
+-------+------------------+
Codes sourced from Minecraft Wiki
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
add a comment |
It is currently not possible (as of version 1.11) to colour the names of items using colour/formatting codes without the use of mods.
You can, however, use the formatting codes in conjunction with the § character to colour the text in books and quills.
A reference of all the colour/formatting codes can be found below:
+-------+------------------+
| Code | Effect |
+-------+------------------+
| §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 |
+-------+------------------+
| §k | Obfuscated |
| §l | Bold |
| §m | Strikethrough |
| §n | Underline |
| §o | Italic |
| §r | Reset formatting |
+-------+------------------+
Codes sourced from Minecraft Wiki
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
add a comment |
It is currently not possible (as of version 1.11) to colour the names of items using colour/formatting codes without the use of mods.
You can, however, use the formatting codes in conjunction with the § character to colour the text in books and quills.
A reference of all the colour/formatting codes can be found below:
+-------+------------------+
| Code | Effect |
+-------+------------------+
| §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 |
+-------+------------------+
| §k | Obfuscated |
| §l | Bold |
| §m | Strikethrough |
| §n | Underline |
| §o | Italic |
| §r | Reset formatting |
+-------+------------------+
Codes sourced from Minecraft Wiki
It is currently not possible (as of version 1.11) to colour the names of items using colour/formatting codes without the use of mods.
You can, however, use the formatting codes in conjunction with the § character to colour the text in books and quills.
A reference of all the colour/formatting codes can be found below:
+-------+------------------+
| Code | Effect |
+-------+------------------+
| §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 |
+-------+------------------+
| §k | Obfuscated |
| §l | Bold |
| §m | Strikethrough |
| §n | Underline |
| §o | Italic |
| §r | Reset formatting |
+-------+------------------+
Codes sourced from Minecraft Wiki
edited Aug 23 '18 at 19:08
JonathanDavidArndt
1,4548 gold badges19 silver badges48 bronze badges
1,4548 gold badges19 silver badges48 bronze badges
answered Nov 29 '16 at 8:33
angussidneyangussidney
5,3456 gold badges34 silver badges58 bronze badges
5,3456 gold badges34 silver badges58 bronze badges
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
add a comment |
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
This is awesome in combination with @Skylinerw 's answer. I would give the tick to both if I could. Thanks guys!
– Chemical Comrade
Aug 10 '17 at 6:51
add a comment |
@FungusKing I would recommend using link as it will automatically generate signs, tellraws, books, etc. All you have to do is fill out the required fields.
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a/givecommand that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with/tellraw/executeand other Minecraft commands that use the JSON format.
– KompriZe
Dec 2 '16 at 2:42
add a comment |
@FungusKing I would recommend using link as it will automatically generate signs, tellraws, books, etc. All you have to do is fill out the required fields.
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a/givecommand that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with/tellraw/executeand other Minecraft commands that use the JSON format.
– KompriZe
Dec 2 '16 at 2:42
add a comment |
@FungusKing I would recommend using link as it will automatically generate signs, tellraws, books, etc. All you have to do is fill out the required fields.
@FungusKing I would recommend using link as it will automatically generate signs, tellraws, books, etc. All you have to do is fill out the required fields.
answered Dec 2 '16 at 1:53
KompriZeKompriZe
972 silver badges9 bronze badges
972 silver badges9 bronze badges
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a/givecommand that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with/tellraw/executeand other Minecraft commands that use the JSON format.
– KompriZe
Dec 2 '16 at 2:42
add a comment |
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a/givecommand that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with/tellraw/executeand other Minecraft commands that use the JSON format.
– KompriZe
Dec 2 '16 at 2:42
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a
/give command that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with /tellraw /execute and other Minecraft commands that use the JSON format.– KompriZe
Dec 2 '16 at 2:42
Oh that's odd. It removed the name. It's called "Minecraft JSON". It's a website that generates a
/give command that will give you a sign with the colors, bolds, strikethroughs, etc. that you fill out. It also works with /tellraw /execute and other Minecraft commands that use the JSON format.– KompriZe
Dec 2 '16 at 2:42
add a comment |
There is a way to /give colored items in 1.12.2 (at least in spigot)
If you're a server administrator, you can spawn colored title items by using the § character in the console. You are able to write, or copy-paste this into the console. The windows alt-code is Alt-0167 (not sure about apple, sorry).
E.g. (from console)give @p diamondsword 1 0 display:Name:"§cThis sword's name is light red!"
add a comment |
There is a way to /give colored items in 1.12.2 (at least in spigot)
If you're a server administrator, you can spawn colored title items by using the § character in the console. You are able to write, or copy-paste this into the console. The windows alt-code is Alt-0167 (not sure about apple, sorry).
E.g. (from console)give @p diamondsword 1 0 display:Name:"§cThis sword's name is light red!"
add a comment |
There is a way to /give colored items in 1.12.2 (at least in spigot)
If you're a server administrator, you can spawn colored title items by using the § character in the console. You are able to write, or copy-paste this into the console. The windows alt-code is Alt-0167 (not sure about apple, sorry).
E.g. (from console)give @p diamondsword 1 0 display:Name:"§cThis sword's name is light red!"
There is a way to /give colored items in 1.12.2 (at least in spigot)
If you're a server administrator, you can spawn colored title items by using the § character in the console. You are able to write, or copy-paste this into the console. The windows alt-code is Alt-0167 (not sure about apple, sorry).
E.g. (from console)give @p diamondsword 1 0 display:Name:"§cThis sword's name is light red!"
edited Apr 4 '18 at 20:21
arghtype
5,6129 gold badges27 silver badges52 bronze badges
5,6129 gold badges27 silver badges52 bronze badges
answered Apr 4 '18 at 20:17
DanielDaniel
1
1
add a comment |
add a comment |
lol just copy and paste lol suckers!!!!11
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
lol just copy and paste lol suckers!!!!11
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
lol just copy and paste lol suckers!!!!11
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
lol just copy and paste lol suckers!!!!11
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 19 mins ago
xXxpro_roaster132xXxxXxpro_roaster132xXx
1
1
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
xXxpro_roaster132xXx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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%2f292831%2fhow-to-colour-item-text-in-vanilla-minecraft%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