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!

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

Addon SkQuery [1.13-1.19+] 4.1.9

The original Skript Addon.

  1. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated [Unofficial] SkQuery fork [1.6-1.12+] with a new update entry:

    Code clean and client sign effect fix.

    Read the rest of this update entry...
     
    ShaneBee likes this.
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Ah
    That may be an issue with Skript itself, and since Skript itself hasn't released a stable version yet, no real point updating it yet until they have fixed all the bugs in Skript.
    My suggestion would be to use Tuske for your GUIs and Skript-Yaml for your ymls
     
  4. Okay thanks, its on a test server just seeing what works and what doesn't. Thanks for the help!
     
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    You're welcome... skript has a big bug right now with items.... so that could possibly be what is causing your issue with formatting slots.
     
    Deleted member likes this.
  6. ceruleanReverie

    Joined:
    Jan 31, 2017
    Messages:
    25
    Likes Received:
    0
    Hello, the $ thread effect seems to be buggy with 2.3 skript on paper 1.13.1. When I use this effect, it causes any local variables that existed before $ thread was called in the code to be set to null. Are there any work-arounds to this?
     
  7. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    No, it's not bugged either. It's running on a different thread than the process at hand. Whatever you're doing is not thread safe or delayed to where the value is always going to be null.
     
  8. ceruleanReverie

    Joined:
    Jan 31, 2017
    Messages:
    25
    Likes Received:
    0
    The code I used worked fine in 1.12 though. The values didn't get set to null before. It's only broken on 1.13.

    I can work around the issue by doing the $ thread effect earlier on in the code, before any local variables are set, but it's a pain to have to do that when I only really need a certain part ran async. I can try to write an example script that demonstrates it if necessary.
     
  9. pepper82

    pepper82 Member

    Joined:
    Jan 26, 2017
    Messages:
    272
    Likes Received:
    1
    @LimeGlass
    For me it seems that mysql features are broken. Not sure though. Can you confirm?

    Code (Text):
    1. [11:12:03] [Server thread/ERROR]: #!#! [Skript] Severe Error:
    2. [11:12:03] [Server thread/ERROR]: #!#! Could not load test.sk
    3. [11:12:03] [Server thread/ERROR]: #!#!
    4. [11:12:03] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
    5. [11:12:03] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
    6. [11:12:03] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
    7. [11:12:03] [Server thread/ERROR]: #!#! Here is full list of them:
    8. [11:12:03] [Server thread/ERROR]: #!#! BetonQuest (https://www.spigotmc.org/resources/betonquest.2117/) skRayFall (https://sk.rayfall.net/) TuSKe (github.com/Tuke-Nuke/TuSKe) SK-NBeeT (https://github.com/ShaneBeee/Sk-NBeeT) skDragon skUtilities (https://tim740.github.io/) LyriaSK Tablisknu (tlatoani.us/tablisknu) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/)
    9. [11:12:03] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
    10. [11:12:03] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
    11. [11:12:03] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
    12. [11:12:03] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
    13. [11:12:03] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
    14. [11:12:03] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
    15. [11:12:03] [Server thread/ERROR]: #!#!
    16. [11:12:03] [Server thread/ERROR]: #!#! Stack trace:
    17. [11:12:03] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for resultset
    18. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
    19. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1833)
    20. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1800)
    21. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1548)
    22. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1521)
    23. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1560)
    24. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1494)
    25. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1521)
    26. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1494)
    27. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
    28. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    29. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
    30. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:836)
    31. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1564)
    32. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1560)
    33. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
    34. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    35. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:59)
    36. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1006)
    37. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
    38. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
    39. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1093)
    40. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
    41. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
    42. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1093)
    43. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:50)
    44. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:143)
    45. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:665)
    46. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409)
    47. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428)
    48. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:350)
    49. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380)
    50. [11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:527)
    51. [11:12:03] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82)
    52. [11:12:03] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449)
    53. [11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1003)
    54. [11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
    55. [11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938)
    56. [11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836)
    57. [11:12:03] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
    58. [11:12:03] [Server thread/ERROR]: #!#!
    59. [11:12:03] [Server thread/ERROR]: #!#! Version Information:
    60. [11:12:03] [Server thread/ERROR]: #!#!   Skript: 2.3.5 (latest)
    61. [11:12:03] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
    62. [11:12:03] [Server thread/ERROR]: #!#!     Date: 2019-02-09
    63. [11:12:03] [Server thread/ERROR]: #!#!   Bukkit: 1.13.2-R0.1-SNAPSHOT
    64. [11:12:03] [Server thread/ERROR]: #!#!   Minecraft: 1.13.2
    65. [11:12:03] [Server thread/ERROR]: #!#!   Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
    66. [11:12:03] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
    67. [11:12:03] [Server thread/ERROR]: #!#!
    68. [11:12:03] [Server thread/ERROR]: #!#! Server platform: Paper
    69. [11:12:03] [Server thread/ERROR]: #!#!
    70. [11:12:03] [Server thread/ERROR]: #!#! Current node: set {_balance::*} to mysql number "balance" in {_result} (test.sk, line 14)
    71. [11:12:03] [Server thread/ERROR]: #!#! Current item: null
    72. [11:12:03] [Server thread/ERROR]: #!#!
    73. [11:12:03] [Server thread/ERROR]: #!#! Thread: Server thread
    74. [11:12:03] [Server thread/ERROR]: #!#!
    75. [11:12:03] [Server thread/ERROR]: #!#! Language: english
    76. [11:12:03] [Server thread/ERROR]: #!#! Link parse mode: STRICT
    77. [11:12:03] [Server thread/ERROR]: #!#!
    78. [11:12:03] [Server thread/ERROR]: #!#! End of Error.
    79. [11:12:03] [Server thread/ERROR]: #!#!
    Or am I doing something wrong?
     
  10. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    You're using a Skellett syntax, It's not SkQuery. I suggest using skript-db for mysql at the moment.
     
  11. Itqly_

    Itqly_ Member

    Joined:
    Sep 20, 2018
    Messages:
    29
    Likes Received:
    1
    I'm having an Issue with Json messages: In the 1.8.3 version I used to do
    Code (Text):
    1. send json of "Hey" tooltip "Test" to player
    But idk y tho It gives me Errors when I do the same thing in this fork: Error Here [Its Gyazo]
    It would be awesome if you could idk tell me when did I do wrong or just Fix it when you can in later versions
     
  12. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    Check out json.sk json in SkQuery was removed.

    Skellett has this too
     
  13. Ronaldgameking

    Ronaldgameking New Member

    Joined:
    Feb 13, 2019
    Messages:
    8
    Likes Received:
    0
    does it have to be a MIDI file?
    --- Double Post Merged, May 3, 2019, Original Post Date: May 3, 2019 ---
    Code (Text):
    1. play midi %string% to %players% [at [tempo] %-number%]
    2.  
     
  14. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    yes a .mid file, there is also a url version syntax which needs a raw link like example.com/example.mid
     
  15. Ronaldgameking

    Ronaldgameking New Member

    Joined:
    Feb 13, 2019
    Messages:
    8
    Likes Received:
    0
    What can it be used for?
    Does it need a resource pack to play or webclient?
    --- Double Post Merged, May 11, 2019, Original Post Date: May 11, 2019 ---
    Still questions ^
     
  16. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    no
     
  17. ceruleanReverie

    Joined:
    Jan 31, 2017
    Messages:
    25
    Likes Received:
    0
    Seems to be broken with skript 2.4 on 1.14.3. Causes errors when parsing scripts, basically makes any scripts not load at all if you have the addon installed. Will this be fixed?
     
  18. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    It's just inventory name, and yes it's fixed.
     
  19. ceruleanReverie

    Joined:
    Jan 31, 2017
    Messages:
    25
    Likes Received:
    0
    Hm, I'll have to mess around with it more when I have time, but the scripts I had loaded didn't have any code relating to inventory stuff at all afaik. I think the skquery stuff I had loaded was some regex stuff as well as "is divisible by", and I think also "%nl%". For whatever reason, having skquery on the server caused skript to throw an exception as it was attempting to parse scripts, so nothing got loaded. I'll send a log file later if need be.
     
  20. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    LimeGlass updated SkQuery [1.9-1.13+] with a new update entry:

    SkQuery 4-pre1 and 4-pre2 additions.

    Read the rest of this update entry...
    --- Double Post Merged, Jul 12, 2019, Original Post Date: Jul 12, 2019 ---
    Please report any crashes on SkQuery's issue tracker at https://github.com/SkQuery/SkQuery/issues
     

Share This Page

Loading...