Skip to content

v9.3.0

Compare
Choose a tag to compare
@CryptoMorin CryptoMorin released this 22 Feb 15:25
· 234 commits to master since this release

Maven

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

Gradle

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

Warning
Don't forget to shade the library.


Changed some stuff according to CodeFactor. I still don't know why it's whining about some methods' complexity, they're meant to be complex for fuck's sake.

XItemStack

  • The "book" section for writable books will no longer be serialized if there's no information.
  • Fixed no-damage-ticks option.

XTag

  • Improved INVENTORY_NOT_DISPLAYABLE

XMaterial

  • Fixed an error caused by custom MAP in outdated server versions.

XBlock

  • Fixed isCrop()

XEntity

  • Fixed an error caused in v1.10 servers and below.

XSound

  • Record can be cloned now.

NoteBlockMusic

  • Now has an option to play the sound "at location".