Tuske Lore does not 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 community!

    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.

DKSM

Member
Feb 12, 2017
1
0
1
Hello, (THX google trad, i'm noob english =D)

I have a very annoying problem for my GUI

When I put a lore on an item that already has a name, the lore appears but the name disappears to display the item name



format gui slot 0 of player with redstone dust named "& 6Info & Status Server" with lore "test" to run player command "/menu"

For the example, this line will display a redstone dust named redstone dust and no Infos & Status ... with the lore correctly

slot gui format 0 of player with redstone dust named "& 6Info & Status Server" to run player command "/ menu"

This line will show a redstone dust named Info & ...



http://florian.fire-pc.net/capt/chrome_2018-10-19_03-10-41.png



I do not know why when I set a lore, the named disappears to let place on behalf of the block

So I have to use either the named or the lore.





I use the latest version of Skript on the latest build of Spigot with TusKe in the latest version.



Thank you
 
Hello, (THX google trad, i'm noob english =D)

I have a very annoying problem for my GUI

When I put a lore on an item that already has a name, the lore appears but the name disappears to display the item name



format gui slot 0 of player with redstone dust named "& 6Info & Status Server" with lore "test" to run player command "/menu"

For the example, this line will display a redstone dust named redstone dust and no Infos & Status ... with the lore correctly

slot gui format 0 of player with redstone dust named "& 6Info & Status Server" to run player command "/ menu"

This line will show a redstone dust named Info & ...



http://florian.fire-pc.net/capt/chrome_2018-10-19_03-10-41.png



I do not know why when I set a lore, the named disappears to let place on behalf of the block

So I have to use either the named or the lore.





I use the latest version of Skript on the latest build of Spigot with TusKe in the latest version.



Thank you
This is a bug in the latest Skript version that has already been reported

A work around is to set the item and lore separately
code_language.skript:
set {_item} to redstone dust named "&6Info & Status Server"
set 1st line of lore of {_item} to "test"
format gui slot 0 of player with {_item} with lore "test" to run player command "/menu"
 
Status
Not open for further replies.