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!

Oh, thank you! I just tried out that new version and it seems to fix the issue. I didn't know there was a github page, my bad. I found a new bug with this new release but I'll report it to github. (Should be an easy fix). Thanks again!
 
Warning running on PaperMC #225
Code:
[00:42:00 WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
[00:42:00 WARN]: at org.bukkit.inventory.ShapelessRecipe.<init>(ShapelessRecipe.java:29)
[00:42:00 WARN]: at com.w00tmast3r.skquery.elements.effects.EffNewRecipe.execute(EffNewRecipe.java:43)
I'd rather not fork this just to get rid of a single deprecation, so I'm posting here in hopes I won't have to. Thanks for reading and this fork.
 
LimeGlass updated SkQuery [1.13-1.19+] with a new update entry:

Bug fixes

- Changed how the health scale works, to not be doubling the value anymore. (Closes https://github.com/SkQuery/SkQuery/issues/74)
- The `@noupdate::` block set effect was not registering, most likely due to the new markers in newer Skript versions. Added `set %blocks% to %itemtypes% with no [block] update` to allow this syntax to work again. (Closes https://github.com/SkQuery/SkQuery/issues/100)
- Fixed an issue collecting the ParserInstance in newer Skript versions...

Read the rest of this update entry...