Minecraft – How to put a lore on an item using commands in 1.14

minecraft-commandsminecraft-java-edition

In Minecraft, to put a Lore on an object, it used to simply be:

{display:{Lore:["Example"]}}

Then they changed it to something else in version 1.14. What tag format do I put to receive an item with a lore? The command would be something like this:

/give (Selector) (item)({NBT_Tag}) (Count)

Here is an example with 2 unbreakable diamond axes given to the nearest player:

/give @p minecraft:diamond_axe{Unbreakable:1} 2

Best Answer

/give @p stick{display:{Lore:["\"lore!\""]}}