Skip to content

v9.6.1

Choose a tag to compare

@CryptoMorin CryptoMorin released this 10 Oct 15:43
· 246 commits to master since this release

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.