SkQuery [1.13-1.19+]

Addon SkQuery [1.13-1.19+] 4.1.10

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

LimeGlass updated [Unofficial] SkQuery fork [1.6-1.12+] with a new update entry:

Code clean and client sign effect fix.

It has been awhile since I posted an update for SkQuery, there hasn't been any issues with it, so there is no need to post an update.

A user recently reported that the client sign effect doesn't work, so I fix it and here is that version.

I only have three plans for this fork at the moment.

1.) Re-add all the stuff that was removed over the course of this and Gatt's fork.
2.) Code clean
3.) 1.13 support.

I have done a bit of code clean in the whole system of registering and lots of other...

Read the rest of this update entry...
 
  • Like
Reactions: ShaneBee
For some reason, saving to yml and formating slots aren't working
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
 
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
Okay thanks, its on a test server just seeing what works and what doesn't. Thanks for the help!
 
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?
 
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?
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.
 
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.
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.
 
@LimeGlass
For me it seems that mysql features are broken. Not sure though. Can you confirm?

Code:
[11:12:03] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[11:12:03] [Server thread/ERROR]: #!#! Could not load test.sk
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[11:12:03] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:12:03] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[11:12:03] [Server thread/ERROR]: #!#! Here is full list of them:
[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/)
[11:12:03] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[11:12:03] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[11:12:03] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[11:12:03] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[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.
[11:12:03] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Stack trace:
[11:12:03] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for resultset
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1833)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1800)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1548)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1521)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1560)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1494)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1521)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1494)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:836)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1564)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1560)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1006)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1093)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1093)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:50)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:143)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:665)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:350)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:527)
[11:12:03] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82)
[11:12:03] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1003)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836)
[11:12:03] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Version Information:
[11:12:03] [Server thread/ERROR]: #!#!   Skript: 2.3.5 (latest)
[11:12:03] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[11:12:03] [Server thread/ERROR]: #!#!     Date: 2019-02-09
[11:12:03] [Server thread/ERROR]: #!#!   Bukkit: 1.13.2-R0.1-SNAPSHOT
[11:12:03] [Server thread/ERROR]: #!#!   Minecraft: 1.13.2
[11:12:03] [Server thread/ERROR]: #!#!   Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
[11:12:03] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Server platform: Paper
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Current node: set {_balance::*} to mysql number "balance" in {_result} (test.sk, line 14)
[11:12:03] [Server thread/ERROR]: #!#! Current item: null
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Thread: Server thread
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Language: english
[11:12:03] [Server thread/ERROR]: #!#! Link parse mode: STRICT
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! End of Error.
[11:12:03] [Server thread/ERROR]: #!#!

Or am I doing something wrong?
 
@LimeGlass
For me it seems that mysql features are broken. Not sure though. Can you confirm?

Code:
[11:12:03] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[11:12:03] [Server thread/ERROR]: #!#! Could not load test.sk
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[11:12:03] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:12:03] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[11:12:03] [Server thread/ERROR]: #!#! Here is full list of them:
[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/)
[11:12:03] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[11:12:03] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[11:12:03] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[11:12:03] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[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.
[11:12:03] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Stack trace:
[11:12:03] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for resultset
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1833)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1800)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1548)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1521)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1560)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1494)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1521)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1494)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:502)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:836)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1564)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1560)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1006)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1093)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1093)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:50)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:143)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:665)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:350)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380)
[11:12:03] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:527)
[11:12:03] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82)
[11:12:03] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1003)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938)
[11:12:03] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836)
[11:12:03] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Version Information:
[11:12:03] [Server thread/ERROR]: #!#!   Skript: 2.3.5 (latest)
[11:12:03] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[11:12:03] [Server thread/ERROR]: #!#!     Date: 2019-02-09
[11:12:03] [Server thread/ERROR]: #!#!   Bukkit: 1.13.2-R0.1-SNAPSHOT
[11:12:03] [Server thread/ERROR]: #!#!   Minecraft: 1.13.2
[11:12:03] [Server thread/ERROR]: #!#!   Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
[11:12:03] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Server platform: Paper
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Current node: set {_balance::*} to mysql number "balance" in {_result} (test.sk, line 14)
[11:12:03] [Server thread/ERROR]: #!#! Current item: null
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Thread: Server thread
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! Language: english
[11:12:03] [Server thread/ERROR]: #!#! Link parse mode: STRICT
[11:12:03] [Server thread/ERROR]: #!#!
[11:12:03] [Server thread/ERROR]: #!#! End of Error.
[11:12:03] [Server thread/ERROR]: #!#!

Or am I doing something wrong?
You're using a Skellett syntax, It's not SkQuery. I suggest using skript-db for mysql at the moment.
 
I'm having an Issue with Json messages: In the 1.8.3 version I used to do
Code:
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
 
I'm having an Issue with Json messages: In the 1.8.3 version I used to do
Code:
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
Check out json.sk json in SkQuery was removed.

Skellett has this too
 
does it have to be a MIDI file?
[doublepost=1556916290,1556916240][/doublepost]
Code:
play midi %string% to %players% [at [tempo] %-number%]
 
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?
 
It's just inventory name, and yes it's fixed.
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.
 
LimeGlass updated SkQuery [1.9-1.13+] with a new update entry:

SkQuery 4-pre1 and 4-pre2 additions.

Welcome to SkQuery 4.1, this is the complete SkQuery story, adding all elements from the SkQuery 4 (pre1 and pre2) (Except Advancements and Npcs (Ok it's hard to maintain NMS)).

Added:
  • Added the ability for Tab Completions to work regardless of their capitalization. (Thanks PanGargamel #12)
  • Added Expression to get characters at indices from strings:
    • Code:
      char[acter][s] at [index] %numbers% (within|in)...

Read the rest of this update entry...
[doublepost=1562914203,1562913900][/doublepost]
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.
Please report any crashes on SkQuery's issue tracker at https://github.com/SkQuery/SkQuery/issues