Solved second line and more

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

Caf3

Member
Sep 30, 2019
15
0
0
19
so i want to make second line in item lore (in gui), how do i do this?

also i want to broadcast after touch item in gui.. this is my code:
Code:
            format slot 13 of player with egg named "&9&lHelper GUI" with lore "&7Player: %arg%" to be unstealable then broadcast "&c%arg 1% has been muted."

how can i do this?
 
so i want to make second line in item lore (in gui), how do i do this?

also i want to broadcast after touch item in gui.. this is my code:
Code:
            format slot 13 of player with egg named "&9&lHelper GUI" with lore "&7Player: %arg%" to be unstealable then broadcast "&c%arg 1% has been muted."

how can i do this?
Code:
format slot 13 of player with egg named "&9&lHelper GUI" with lore "&7Player: %arg%||new line||new line||new line" to close then run [broadcast "&c%arg 1% has been muted."]
 
Last edited:
Try this:

Code:
 format slot 13 of player with egg named "&9&lHelper GUI" with lore "&7Player: %arg%||line 2||line 3||line 4||line 5||etc." to be unstealable then broadcast "&c%arg 1% has been muted."
 
Status
Not open for further replies.