Skip to content

v9.6.1.1

Choose a tag to compare

@CryptoMorin CryptoMorin released this 10 Oct 18:00
· 243 commits to master since this release

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.6.1.1</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.6.1.1") { isTransitive = false }
}

Warning
Don't forget to shade the library.


SkullUtils

  • Fixed some null checks.

XItemStack

  • Fixed some null checks.