Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@CryptoMorin CryptoMorin released this 11 May 10:10
· 5 commits to master since this release

Maven

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

Gradle

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

Important

Don't forget to shade the library.


  • Added v1.20.6 (and v1.20.5?) support.
  • Added XEntityType
  • Added XParticle
  • Renamed XParticle to Particles
  • Added Experimental API to ReflectionUtils