v9.3.0
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.3.0</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.3.0") { isTransitive = false }
}Warning
Don't forget to shade the library.
Changed some stuff according to CodeFactor. I still don't know why it's whining about some methods' complexity, they're meant to be complex for fuck's sake.
XItemStack
- The "book" section for writable books will no longer be serialized if there's no information.
- Fixed no-damage-ticksoption.
XTag
- Improved INVENTORY_NOT_DISPLAYABLE
XMaterial
- Fixed an error caused by custom MAP in outdated server versions.
XBlock
- Fixed isCrop()
XEntity
- Fixed an error caused in v1.10 servers and below.
XSound
- Recordcan be cloned now.
NoteBlockMusic
- Now has an option to play the sound "at location".