v11.2.0.1
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>11.2.0.1</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:11.2.0.1")
}Important
Don't forget to shade the library.
- XItemStack#parseColor now accepts hex colors
- XSkull Profileables are now nullable for certain types.
- Fixed XSkull proxy reflection issues on v1.18.1-1.19.4
- Removed all usage of the old XReflection within XSeries code.
- Fixed a few issues with NMSExtras.
- Due to people reporting "NMS_VERSION" from getVersionInformation() returning null, it was changed to "Unknown NMS" instead.
- Fixed an issue where trying to reflect a class handle with no names provided didn't provide a proper error.
- Added more Javadocs.