Skip to content

v9.8.1

Choose a tag to compare

@CryptoMorin CryptoMorin released this 01 Jan 14:20
· 230 commits to master since this release

Maven

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

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.8.1") { isTransitive = false }
}

Warning
Don't forget to shade the library.


SkullUtils

  • Added setProfile(SkullMeta, GameProfile)

XSound

  • Since paper now blocks async location-based sound plays (PaperMC/Paper#10021), I decided to use my own system.
  • Added namespaced sounds, category and seed support.
  • All parameters are now variable now (can be changed at any time)

NMSExtras

  • Fixed an issue with BLOCK_POSITION for chest() command.
  • Fixed data registry error with 1.19.4