v9.6.1.1
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.