• 1.3.5 0332ad9334

    Govindas released this 2022-03-20 10:16:35 +00:00 | 26 commits to master since this release

    • Fixed a bug where blob column types such as mediumblob or mediumtext were returned in variables as bytes or SerialBlob (both unreadable by basic Skript), now they get converted to String before putting them in a variable. This fix uses code that is Java 9+ only.

    • Now compiled with Java 11 instead of Java 8. 1.8 servers have forks that support higher versions of Java, but if you still absolutely need Java 8 support, please use older version of skript-db. Java 8 was released in 2014 and its active support will end at March 31, only security updates after.

    Downloads