How to Give Items CUSTOM NAMES And Descriptions in Minecraft! (Tutorial, 1.17+ (Java))
Описание
Evil Ghual Evol
Colors and stylizing videos:
https://www.youtube.com/watch?v=YKQJRQ9bEGM
https://www.youtube.com/watch?v=wTOG-nrrRN0
----------------------------------------------------------------------------------------------------------------
TIME STAMPS:
0:00 -- Intro
0:42 -- Giving the player an item
1:01 -- Naming the item
1:43 -- Item Description (Lore)
2:17 -- Multiple Lined Description
3:08 -- HideFlags
3:44 -- Other Stuff and Examples
6:28-- Bye
----------------------------------------------------------------------------------------------------------------
COMMANDS:
/give (player) (item){} # -- Gives player an item
/give (player) (item){display:{Name:'{"text":"(text)"}'}} # -- Item with text
/give (player) (item){display:{Name:'{"text":"(text)"}',Lore:['{"text":"(text)"}']}} # -- Item with text and description
/give (player) (item){display:{Name:'{"text":"(text)"}',Lore:['{"text":"(text)"}','{"text":"(text)"}']}} # -- Item with multiple lines of description
{HideFlags:1} -- Hides enchantments
----------------------------------------------------------------------------------------------------------------
COLOR OPTIONS:
default is "white"
"red"
"dark_red"
"gold" (orange)
"yellow"
"green"
"dark_green"
"aqua" (very light blue)
"dark_aqua" (turquoise)
"blue"
"dark_blue"
"dark_purple" (purple/violet)
"light_purple" (pink)
"black"
"gray"
"dark_gray"
"reset" -- resets the color
"(hashtag)123456" (hex) ex: (hashtag)ffffff is white
----------------------------------------------------------------------------------------------------------------
STYLE OPTIONS:
"bold"
"italic"
"underlined"
"obfuscated"
"strikethrough"
----------------------------------------------------------------------------------------------------------------
EXAMPLES:
/give @p stick{} 16
/give @p stick{display:{Name:'{"text":"Stick?"}'}} 16
/give @p stick{display:{Name:'{"text":"Stick?"}',Lore:['{"text":"?????"}']}} 16
/give @p stick{display:{Name:'{"text":"Stick?"}',Lore:['{"text":"?????"}','{"text":"?????"}','{"text":"?????"}']}} 16
/give @p stick{display:{Name:'{"text":"Stick?"}',Lore:['{"text":"?????"}','{"text":"?????"}','{"text":"?????"}']},Enchantments:[{id:sharpness,lvl:10},{id:looting,lvl:5},{id:flame,lvl:2},{id:knockback,lvl:3}],HideFlags:1} 16
/give @p minecraft:crossbow{display:{Name:'{"text":"Drcgon","italic":false,"bold":true,"color":"red"}',Lore:['{"text":"Lots o\' death!","color":"red"}','{"text":"Indeed","color":"dark_red"}']},Enchantments:[{id:quick_charge,lvl:5},{id:multishot,lvl:1}],HideFlags:1,Unbreakable:1} 1
/give @p diamond_sword{display:{Name:'[{"text":"Sword o\' ","color":"aqua"},{"text":"\\n","color":"dark_red","obfuscated":true},{"text":"DOOM","color":"dark_red","bold":true,"underlined":true},{"text":"\\n","color":"dark_red","obfuscated":true}]',Lore:['{"text":"Live","color":"light_purple"}','{"text":"Laugh"}','{"text":"Love","color":"red"}']},Enchantments:[{}]}
Рекомендуемые видео



















