Skip to content

v9.10.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 05 Apr 18:20
· 218 commits to master since this release

Maven

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

Gradle

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

Important

Don't forget to shade the library.


Updated license year.

NMSExtras

  • Fixed an error in 1.18.2 servers.

XItemStack

  • No longer changes the unbreakable state if not specified in the config.
  • Fixed a few errors in v1.9 servers.

ReflectionUtils

  • Now compatible with Paper's no-relocation strategy.
  • Removed the deprecated getArrayClass()

XBlock

  • Added cocoa to crops material list.
  • Fixed setRotation() and getRotation() for pre-1.13 versions.
  • Fixed setType() for skulls in some pre-1.13 versions.

XMaterial

  • Added an experimental Material class for Bukkit+Forge abstraction.

XSound

  • Fixed an issue with SoundCategory in v1.11 servers and below.