v9.6.1
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.6.1</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.6.1") { isTransitive = false }
}Warning
Don't forget to shade the library.
SkullUtils
- Fixed getPropertyValue() method.
XItemStack
- Added support for Armor Trims.
- Changed attribute modifier to use doubles instead of integers.
- Fixed some of the special metadatas which were ususable.
XParticle - ParticleDisplay
- Completely changed the rotation system. It now uses quaternions.
- Improved documentation.