v13.3.1
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>13.3.1</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:13.3.1")
}Important
Don't forget to set api-version: 1.13 in your plugins.yml.
Don't forget to shade the library.
XSkull
- Added Profileable#prepare()
- More documentation.
- Performance improvements.
Titles
- Fixed an error in newer versions.
XItemStack
- Fixed custom model data deserialization.