Skip to content

v11.1.0

Compare
Choose a tag to compare
@CryptoMorin CryptoMorin released this 20 Jun 04:14
· 78 commits to master since this release

Maven

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

Gradle

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

Important

Don't forget to shade the library.


v1.21 Support

XSkull

  • Moved to another package. Classes have been split.
  • Made non-API methods private inside XSkull.
  • Fixed UUID detection as string values.
  • Fixed a few issues with offline/online UUID profiles and their cachex.
  • Added a lenient() and fallback() method to XSkull.
  • Allows HTTPS requests for texture links.

XReflection

  • Added more predefined classes to ReflectionParser.
  • Added inner class support to XReflection

Others

  • The of(String) method of XParticle & XEntityType now return Optional.