Minecraft command block command does not work?

Ru
3

Dear people,

I have a question. I want to enter this command in the command block but it doesn't work when I finish pressing it says command set etc. This is the command: / give Sugerbabe minecraft: netherite_leggings {display: {Name: '[{"text": "Master Leggins" }] '}, Unbreakable: 1, Enchantments: [{id: "minecraft: blast_protection", lvl: 100}, {id: "minecraft: fire_protection", lvl: 100}, {id: "minecraft: projectile_protection", lvl: 100}, {id: "minecraft: thorns", lvl: 10}, {id: "minecraft: protection", lvl: 100}]} 1. Before I did that with a chestplate and it worked, someone can help.

Ar

/ give @p minecaft: netherite_leggings {display: {Name: '{"text": "Master_Leggins"}'}, Unbreakable: 1, Enchantments: [{id: "minecraft: blast_protection", lvl: 100}, {id: "minecraft: fire_protection", lvl: 100}, {id: "minecraft: projectile_protection", lvl: 100}, {id: "minecraft: thorns", lvl: 10}, {id: "minecraft: protection", lvl: 100}]}

I don't know where your mistake is, here is the command (it works.

ps:

You can do it (don't know if you know or bother you)

{Name: '{"text": "Master_Leggins", "italic": "false", "color": "color_your_choice", "bold": "true", "underlined": "true", "obfuscated": " true "} '}

"italic": "false" means that the text does not appear in italics

"bold": "true" test becomes fat

"underlined": "true" Text is underlined (! Can't be combined with bold!)

"obfuscated": "true" Text is obfuscated ("obfuscated"), but looks cool because of the constantly changing characters

Hope this helped you.

Ru

PS: I don't know how it works so where to enter it: {Name: '{"text": "Master Sword", "italic": "false", "color": "black", "bold": " true "," underlined ":" false "," obfuscated ":" true "} '}

Ar

OK.