v13.3.3
Maven
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>13.3.3</version>
</dependency>Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("com.github.cryptomorin:XSeries:13.3.3")
}Important
Don't forget to set api-version: 1.13 in your plugins.yml.
Don't forget to shade the library.
- Added v1.21.7 support.