Solved Lore New Line Skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

SaphoGaming

New Member
Mar 2, 2020
6
0
0
27
I have tried every single thing to make it work, but I just can't manage to do it. I tried doing it with " || " but It just won't work, aswell with %nl%. Please Help!


format slot 12 of player with skull of {_head1} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Owner1}||&7Rank &8&l» &bOwner" to be unstealable

Any help?
 
try this
Code:
format slot 12 of player with skull of {_head1} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Owner1}" and "&7Rank &8&l» &bOwner" to be unstealable
if that doesn't work, you did your || wrong and you should be doing this
Code:
format slot 12 of player with skull of {_head1} named "&b&lStaff" with lore "|| &7IGN &8&l» &b{@Owner1} || &7Rank &8&l» &bOwner ||" to be unstealable
 
Status
Not open for further replies.