v9.8.1
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