How do I make two or more lines of Lore on an item?

[BACK]
How do I make two or more lines of Lore on an item?
Posted On: January 14, 2023

I am playing Minecraft and am making a map for a contest. I want some lore but cannot figure out how to do two or more lines.


Question from user DeadlySprinklez at gaming.stackexchange.com.


Answer:

Let's see...


/give @p 268 1 0 {display:{Lore:[Hey look at this awesome lore!]}}.


This would give you a wooden sword with a single line of lore. But putting a comma in there:.


/give @p 268 1 0 {display:{Lore:[Hey look at this, awesome lore!]}}.


Would separate it into two lines. Simple enough answer, can't find much to elaborate on - except it works just like other data tags, where a comma indicates another value (like:.


/give @p 268 1 0 {ench:[{id:16,lvl:100},{id:0,lvl:1}]}.


separates the id and lvl values, and the separate bundles).


Answer from user James Of Da Peach at gaming.stackexchange.com.


[BACK]
How do I make two or more lines of Lore on an item?
Posted On: January 14, 2023

I am playing Minecraft and am making a map for a contest. I want some lore but cannot figure out how to do two or more lines.


Question from user DeadlySprinklez at gaming.stackexchange.com.


Answer:

Let's see...


/give @p 268 1 0 {display:{Lore:[Hey look at this awesome lore!]}}.


This would give you a wooden sword with a single line of lore. But putting a comma in there:.


/give @p 268 1 0 {display:{Lore:[Hey look at this, awesome lore!]}}.


Would separate it into two lines. Simple enough answer, can't find much to elaborate on - except it works just like other data tags, where a comma indicates another value (like:.


/give @p 268 1 0 {ench:[{id:16,lvl:100},{id:0,lvl:1}]}.


separates the id and lvl values, and the separate bundles).


Answer from user James Of Da Peach at gaming.stackexchange.com.


[BACK]

What is the use item in Sam and Max What is the use item in Sam and Max

Posted On: June 23, 2023
This question bothers me since I was a kid. In Sam and Max - Hit the Road, what is the green thing in the "use" icon? Is it a duck? Is it a toy? Question from user Keeper at stackex...[More]


Can I split the walls? Can I split the walls?

Posted On: July 11, 2023
Within the Builder base, there are of course, walls. These walls though come in groups of 5 or 10 and seem to be inseparable. Also, when buying new walls, there are in inseparable sets of 5 walls atta...[More]


Question(s) about level 1 wizard multiclassing Question(s) about level 1 wizard multiclassing

Posted On: October 22, 2023
I've seen a bunch of other posts about this topic, but I figured I'd make my own instead of spamming a dead post with new questions. I, as a sorcerer character, want to put 1 rank into wiza...[More]


What is the maximum number of Warhammer specials that can be alive at a time? What is the maximum number of Warhammer specials that can be alive at a time?

Posted On: June 4, 2023
First-person shooter co-op games usually limit the number of special units that can be alive at the same time, to avoid overwhelming the players with units that can easily wipe the team. For example, ...[More]


BG3 Rites of Passage BG3 Rites of Passage

Posted On: April 18, 2026
In another thread about using Divine Intervention again Raphael, and finding out that’s a very bad idea if you’re unprepared, several people posted some variation of “It happens to everyone at l...[More]


Is there a programmatic way to retrieve a players current gamemode using the @minecraft - server module and WITHOUT using command blocks? Is there a programmatic way to retrieve a players current gamemode using the @minecraft - server module and WITHOUT using command blocks?

Posted On: March 13, 2024
In my custom tools addon, I've noticed a bug where you can get negative durability values by using the tool in creative mode, then switching to survival mode. This is because while vanilla tools don't...[More]


What happens if I defeat an enemy and run out of HP at the same time? What happens if I defeat an enemy and run out of HP at the same time?

Posted On: January 18, 2023
What happens if I defeat an enemy and run out of HP at the same time? For example, if you use a self damaging attack like Boomerang or if you take damage form attacking an enemy with Thorns. Questi...[More]


Why dont I have permission to use WorldEdit? Why dont I have permission to use WorldEdit?

Posted On: February 13, 2023
I'm trying to install WorldEdit, and I've done the following:. Gotten the craftbukkit JAR, run it, stopped it, replaced world with my save from single, run again, stopped again, ...[More]


In Yakuza 0, Do weapon repairs cost less if a weapons durability isnt fully used up? In Yakuza 0, Do weapon repairs cost less if a weapons durability isnt fully used up?

Posted On: March 28, 2023
If I go to The Dragon & Tiger shop to repair a weapon or refill a gun's ammo, will it cost less money if I haven't fully used up all of that weapon's durability/ammo? Question from ...[More]


Minecraft Powering a redstone torch on a block adjacent to a redstone lamp without powering the lamp Minecraft Powering a redstone torch on a block adjacent to a redstone lamp without powering the lamp

Posted On: April 1, 2023
Would it be possible to power the redstone torch in this configuration without powering the redstone lamp? Question from user Looky1173 at gaming.stackexchange.com. Answer: I assume by "...[More]