Solved delete lore ??

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

iAstora

Member
Jul 29, 2017
32
1
0
20
i am use skquery to make gui
and i but item is slot how i can remove the lore from that item
????????
 
try to explain uself a bit more, and if u dont want any lore, do this:
code_language.skript:
command /test:
    trigger:
        open chest with 1 row to player
        wait 3 ticks
        format slot 1 of player with stone named "hakeem_j" with lore "" to close then run [execute player command "send "I LOVE ITZNAVID""]
 
try to explain uself a bit more, and if u dont want any lore, do this:
code_language.skript:
command /test:
    trigger:
        open chest with 1 row to player
        wait 3 ticks
        format slot 1 of player with stone named "hakeem_j" with lore "" to close then run [execute player command "send "I LOVE ITZNAVID""]
ok if i need delete the default lore and but my custom lore
 
ok if i need delete the default lore and but my custom lore
what lore u want then? just insert your text in the "", fx:
code_language.skript:
command /test:
    trigger:
        open chest with 1 row to player
        wait 3 ticks
        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""]
 
Status
Not open for further replies.