Skip to content

v9.7.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 22 Oct 16:33
· 242 commits to master since this release

Maven

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

Gradle

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

Warning
Don't forget to shade the library.


Added XWorldBorder API.

ReflectionUtils

  • The getClass methods now throw a runtime exception instead of returning null and printing the stacktrace manually.

SkullUtils

  • Fixed an error in outdated versions.

NMSExtras

  • Added various entity data watcher methods.
  • Added spinEntity()