Skip to content

v13.4.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 13 Sep 19:39
· 12 commits to master since this release

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>13.4.0</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:13.4.0")
}

Important

Don't forget to set api-version: 1.13 in your plugins.yml.
Don't forget to shade the library.


General

  • Fixed JitPack repository issues.

MinecraftConnection

  • Fix packet sending for 1.21.6 and 1.21.7 for Spigot

Titles

  • Fixed when Titles are sent with null title or subtitle.

XMaterial

  • Fixed some compatibility issues with egg materials pre-1.11
  • Fixed unknown material PUMPKIN for pre-1.12

ParticleDisplay

  • Fixed a ConcurrentModificationException for the visibility list, making the class thread-safe.

Particles

  • Fixed issues with displayRenderedImage() rotation.

XItemStack

  • Fixed a rare error in outdated server software caused by XItemStack.stack(...) when giving it a Material.AIR item.
  • Fixed some issues with custom model data deserialization and serialization.

XBlock

  • Added experimental getType() method for as a cross-version compatible method.
  • Fixed setType() when the material is sugar cane (pre v1.13).
  • Most is...() methods are deprecated now. Use isSimilar(Block, XMaterial) instead.

XTag

  • Fixed shovel duplicated in DIAMOND_TOOLS and NETHERITE_TOOLS.
  • Added XTag#SWORDS, XTag#PICKAXES, XTag#AXES, XTag#SHOVELS, and XTag#HOES.