v13.2.0
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)todecorationOnly(ItemMeta)due to the new v1.21.5 new flags.