Solved Multi line doesn't work

  • 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.

Mads Bille

Member
Oct 15, 2018
10
0
1
21
Hello.
In my script i have made a kit menu but i need to make multi lines, but it doesn't work :emoji_frowning:
Code:
command /kit:
    trigger:
        wait 2 ticks   
        open chest with 6 rows named "&3&l: &bKit&f&l Menu &3&l:" to player
        wait 2 ticks   
        format slot 47 of player with shiny iron chestplate named "&5&lPremium &bKit" with lore "||&e/Buy &fFor at få adgang.." to be unstealable
 

Attachments

  • 12312312312313.PNG
    12312312312313.PNG
    10.3 KB · Views: 184
I don't know what minecraft you're using. But Instead of || use " ,"
code_language.skript:
with lore "hello1", "hello2", "hello3"
 
Thx :emoji_slight_smile: I found out it was "and" not ","

Code:
 "&5&lPremium &bKit" with lore "&e/Buy" and "test" to be unstealable
 
Status
Not open for further replies.