Skip to content

v13.5.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 06 Oct 11:24
· 2 commits to master since this release

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, CARROT and POTATO being listed as INVENTORY_NOT_DISPLAYABLE.