1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved delete lore ??

Discussion in 'Skript' started by iAstora, Jan 11, 2018.

Thread Status:
Not open for further replies.
  1. iAstora

    iAstora Member

    Joined:
    Jul 29, 2017
    Messages:
    32
    Likes Received:
    1
    i am use skquery to make gui
    and i but item is slot how i can remove the lore from that item
    ????????

     
  2. Best Answer:
    Post #5 by Navid, Jan 12, 2018
  3. hakeem_j

    hakeem_j Member

    Joined:
    Aug 17, 2017
    Messages:
    39
    Likes Received:
    1
    no body want help
    bump
     
  4. Navid

    Navid Member

    Joined:
    Jan 11, 2018
    Messages:
    13
    Likes Received:
    0
    try to explain uself a bit more, and if u dont want any lore, do this:
    Code (Skript):
    1. command /test:
    2.     trigger:
    3.         open chest with 1 row to player
    4.         wait 3 ticks
    5.         format slot 1 of player with stone named "hakeem_j" with lore "" to close then run [execute player command "send "I LOVE ITZNAVID""]
     
  5. hakeem_j

    hakeem_j Member

    Joined:
    Aug 17, 2017
    Messages:
    39
    Likes Received:
    1
    ok if i need delete the default lore and but my custom lore
     
  6. Navid

    Navid Member

    Joined:
    Jan 11, 2018
    Messages:
    13
    Likes Received:
    0
    what lore u want then? just insert your text in the "", fx:
    Code (Skript):
    1. command /test:
    2.     trigger:
    3.         open chest with 1 row to player
    4.         wait 3 ticks
    5.         format slot 1 of player with stone named "hakeem_j" with lore "INSERT CUSTOM LORE HERE" to close then run [execute player command "send "I LOVE ITZNAVID""]
     
Thread Status:
Not open for further replies.

Share This Page

Loading...