Minecraft colored enchanted items?

Pa
2

You can give yourself items with enchantments. Example:/give @p stick {Enchantments: [{id: knockback, lvl: 1000}]}

And you can also give yourself items with a colored name Example:/give @p minecraft: iron_axe {display: {Name: "[{\" text \ ": \" 1ST WORD \ ", \" color \ ": \" aqua \ ", \" italic \ ": false}, {\" text \ ": \" 2ND WORD \ ", \" color \ ": \" aqua \ ", \" italic \ ": false}]", Lore: ["{\" text \ ": \" LINE 1 \ ", \" color \ ": \" gray \ ", \" italic \ ": false}", "{\" text \ ": \" LINE 2 \ ", \" color \ ": \" gray \ ", \" italic \ ": false}"]}, Unbreakable: 1, HideFlags: 7}

But: does anyone know how to get enchantments AND a colored name on an item?

Po

With https://mcstacker.net/ you can generate a give command and set all that.

Pa

Thank you finally got it!