v13.4.0
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
PUMPKINfor 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 aMaterial.AIRitem. - 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. UseisSimilar(Block, XMaterial)instead.
XTag
- Fixed shovel duplicated in
DIAMOND_TOOLSandNETHERITE_TOOLS. - Added
XTag#SWORDS,XTag#PICKAXES,XTag#AXES,XTag#SHOVELS, andXTag#HOES.