Minecraft command not working?

gl
6

The command in a repeat command block that is always active looks like this:

/ effect give @a [nbt = {Inventory: [{Slot: 100b, id: "minecraft: diamond_boots", tag: {display: {Name: '{"text": "Yeezys", "color": "aqua", "bold": true, "italic": true} ', Lore: [' {"text": "Crass shoes for crass players!", "color": "yellow", "italic": true} ']} }}]}] minecraft: jump_boost 1 10 true

But why doesn't it work?

Be

The correct command should be here:

execute as @a [nbt = {Inventory: [{Slot: 100b, id: "minecraft: diamond_boots", tag: {display: {Name: '{"text": "Yeezys", "color": "aqua", "bold": true, "italic": true} ', Lore: [' {"text": "Awesome shoes for awesome players!", "color": "yellow", "italic": true} ']}} }]}] run effect give @s minecraft: jump_boost 1 10 true

Here is the give command if it doesn't work with your current ones.

give @p minecraft: diamond_boots {display: {name: '{"text": "Yeezys", "color": "aqua", "bold": true, "italic": true}', Lore: ['{" text ":" Awesome shoes for awesome players! "," color ":" yellow "," italic ": true} ']}} 1

gl

OMG HONOR Thanks

gl

Bruh on the single world it worked and not on my server… Is it maybe that it is an Aternos server?

Be

Shouldn't be a problem, you've put on the right shoes

Be

No problem

gl

Yes

It worked perfectly in single player mode, but on the server it only works with normal diamond shoes without a name and lore