v11.2.0
Maven
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>11.2.0</version>
</dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("com.github.cryptomorin:XSeries:11.2.0")
}
Important
Don't forget to shade the library.
- Fixed a lot of issues with
XSkull
- Added more documentations to
XReflection
with a few renames and bug fixes. - Added enum support for
XReflection
. - Changed the default material for
XItemStack
.