Skip to content

v9.0.0

Compare
Choose a tag to compare
@CryptoMorin CryptoMorin released this 02 Jul 18:29
· 263 commits to master since this release

Maven

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

Removed the use of apache commons due to future planned removal of the library.
Removed "unused" package and all its classes.

XMaterial

  • Fixed a few issues regarding some wood and disc materials.
  • Fixed an error in 1.8 servers with spawn eggs.

XItemStack

  • Custom model data option name is now consistent.

XEnchantment

  • Removed "ItemStack addEnchantFromString(@nonnull ItemStack item, @nullable String enchantment)" because I believe it's useless and I encourage all devs to make a simple yaml map based with key as enchant name and value as the level config system instead.