Skip to content

Releases: SkQuery/SkQuery

4.3.2

27 Feb 03:19
9c179b4

Choose a tag to compare

  • Version bump because the last build didn't work for some

4.3.1

21 Feb 09:50

Choose a tag to compare

  • Removed the @noupdate:: part of the no update syntax that set blocks without needing block updates. Use set %blocks% to %itemtype% with no [block] updates
  • Fixed an issue with conflicting addons registering classinfos
  • The default branch is now called main on GitHub

4.3.0

26 Jan 23:04

Choose a tag to compare

  • Renamed all the packages to com.skquery.*
  • Updated to Java 21. Java 21 is now required to run SkQuery.
  • Removed some un-used classes.

SkQuery for Skript 2.10.0

21 Jan 06:20

Choose a tag to compare

Updated to Skript 2.10.0. Older versions still supported.

  • Removed entities within chunks. Been in Skript since 2.5.
  • Removed arrow knockback. Been in Skript since 2.5.1
  • Removed flight mode. Now in Skript.
  • Removed exploded blocks. Now in Skript 2.8.6
  • Removed selected hotbar slot. Now in Skript.
  • Removed colored potion expression. Use new aliases.
  • Removed regain reason. Now in Skript.
  • Removed values. Now in Skript 2.7.
  • Removed max minecart speed. Now in Skript 2.5.1
  • Removed new line. Now in Skript.
  • Removed max itemstack stack. Now in Skript 2.1
  • Removed stop server. Now in Skript.

Bug fixes

03 Aug 22:25
d3b9bd1

Choose a tag to compare

  • Changed how the health scale works, to not be doubling the value anymore. (Closes #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 #100)
  • Fixed an issue collecting the ParserInstance in newer Skript versions. (Closes #153)
  • Removed the pathfinding syntax. It's in vanilla Skript now. https://docs.skriptlang.org/docs.html?search=#EffPathfind
  • Re-enabled bStats.

4.1.9

25 Mar 06:26

Choose a tag to compare

  • Updates to latest Spigot 1.19.4 and Skript 2.7.0-beta2
  • Removes moon phase expression. It's in Skript now.

Bug fixes

15 Dec 04:53

Choose a tag to compare

Fixed a bug where if the provided world border was null, it would error, also updated library and latest 1.19.3

2.6.3 Skript update

16 Jul 10:39

Choose a tag to compare

Updated to latest Skript 2.6.3
Updated to Spigot 1.19

1.18.1 and Skript 2.6.1 support

27 Jan 00:47
961d64a

Choose a tag to compare

Updated all libraries; Skript 2.6.1, Minecraft 1.18.1 and Shadow gradle.
Removed new uuid expression as it's in Skript now.
Fixed a debug error happening with the world border size expression.

Due to how Skript is removing versions equal and older than 1.12 and Mojang requiring latest Java versions. Backwards support for older versions is getting harder and harder, so the following will now apply;

Latest 4.1.6+ version only works with Skript 2.6.1+ and was compiled in Java 17 (MC 1.13+). If you're running 1.9-1.12 use SkQuery version 4.1.4. If you're running 1.13+ and have Java 17 use this version, if you are still using anything between Java 11 and Java 16 use version 4.1.5 or upgrade to Java 17. Go to https://github.com/SkQuery/SkQuery/releases to view older versions.

1.6-1.8 versions of SkQuery can be found here https://dev.bukkit.org/projects/skquery

Update to Skript 2.6

23 May 22:30

Choose a tag to compare

THIS RELEASE ONLY WORKS WITH 2.6+ https://github.com/SkriptLang/Skript/releases

  • Updated to Skript 2.6-alpha1. Please make any bug reports regarding Skript in the SkriptLang issue tracker at https://github.com/SkriptLang/Skript/issues

  • Updated to 1.16.5

  • Removed health gain reason. It's in Skript now.

  • Removed server list ping expressions. They're in Skript now.

  • Removed recipes, SkQuery never had a good implementation of them.

  • Fully removed custom syntax things. List here 9289ec4