Skip to content

v13.2.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 29 Mar 14:51
· 129 commits to master since this release

Maven

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

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:13.2.0")
}

Important

Don't forget to set api-version: 1.13 in your plugins.yml.
Don't forget to shade the library.


Added v1.21.5 support.

XRegistry

  • Added a way to get registries of modules by their class.

XInventoryView & XArt

  • Fixed errors on older versions when equals()/hashcode()/toString() are called.

XItemStack

  • Revamped the serialization system to use a cleaner item meta chaining system instead of the current YanDev if-else chain.
  • Fixed an issue with armor trims not being properly deserialized.
  • Improved Unit Tests.

XWorldBorder

  • Now uses the native Bukkit API when possible.

XItemFlag

  • Renamed hideEverything(ItemMeta) to decorationOnly(ItemMeta) due to the new v1.21.5 new flags.