Skip to content

v9.5.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 06 Aug 16:24
· 275 commits to master since this release

Maven

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

Gradle

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

Warning
Don't forget to shade the library.


XItemStack

  • Fixed an error when using spawn eggs without any "spawner" option defined.

ParticleDisplay

  • Added serialization.

XParticle

  • Now uses Runnables & BooleanSuppliers for Folia support.

XTag

  • Fixed an issue with INVENTORY_NOT_DISPLAYABLE.
  • Added several missing values.
  • Added FILLED_CAULLDRONS.

Titles

  • Fixed an error when used in outdated 1.11 servers.