v13.5.0
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>13.5.0</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:13.5.0")
}Important
Don't forget to set api-version: 1.13 in your plugins.yml.
Don't forget to shade the library.
Added 1.21.9 support.
XSkull
- After Mojang ass fucked us by changing the GameProfile object after many years, all APIs concerning a GameProfile object now deal with a custom MojangGameProfile object instead.
XEntity
- Added methods that support modifying the entity before spawning them.
XTag
- Fixed BAMBOO,CARROTandPOTATObeing listed asINVENTORY_NOT_DISPLAYABLE.