v9.7.0
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()