Solved Error on removing unused addons

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

Padlick

Member
Jan 26, 2017
33
1
8
Hey Guys,
I made a GUI with the TuSKe Advanced GUI Syntaxes.
But when I remove unused addons, like skQuery, Skript returns many errors at reload, that Skript can't understand the GUI Syntaxes.

But I have to delete skyQuery out of my plugins because it get in conflict with ProtocolLib, which is important for my network.

With skQuery there is this line in my console:
[19:18:51] [Server thread/INFO]: [Skript] All scripts loaded without errors.

But if I delete skQuery:
[19:19:52 ERROR]: [Skript] Can't understand this condition/effect: make gui slot 32 with barrier named "&cComming soon" with lore "&7Schlage doch eine Kombi vor!"
(Boots.sk, line 752: make gui slot 32 with barrier named "&cComming soon" with lore "&7Schlage doch eine Kombi vor!"')

The thing is, I used the Syntaxes from TuSKe, not skQuery.
So, what's the problem? I really don't know..

// EDIT

My Fail. "with lore" is an feature from skQuery.
 
Last edited:
Hey Guys,
I made a GUI with the TuSKe Advanced GUI Syntaxes.
But when I remove unused addons, like skQuery, Skript returns many errors at reload, that Skript can't understand the GUI Syntaxes.

But I have to delete skyQuery out of my plugins because it get in conflict with ProtocolLib, which is important for my network.

With skQuery there is this line in my console:
[19:18:51] [Server thread/INFO]: [Skript] All scripts loaded without errors.

But if I delete skQuery:
[19:19:52 ERROR]: [Skript] Can't understand this condition/effect: make gui slot 32 with barrier named "&cComming soon" with lore "&7Schlage doch eine Kombi vor!"
(Boots.sk, line 752: make gui slot 32 with barrier named "&cComming soon" with lore "&7Schlage doch eine Kombi vor!"')

The thing is, I used the Syntaxes from TuSKe, not skQuery.
So, what's the problem? I really don't know..
nothing from the line of code has anything to do with skquery to my knowledge. You could perhaps uninstall and reinstall tuske. the problem may be there
 
nothing from the line of code has anything to do with skquery to my knowledge. You could perhaps uninstall and reinstall tuske. the problem may be there

No, the lore function "with lore" is from skQuery. TuSKe itself hasn't a lore function. You can search if you want :emoji_grinning:
 
Status
Not open for further replies.