Skip to content

8.3.0

Choose a tag to compare

@CryptoMorin CryptoMorin released this 29 Jul 03:39
· 411 commits to master since this release
40e80c5

All the cached VALUES lists for enums are now turned back to standard arrays as I don't see the benefit of having them as lists.

Maven

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

XMaterial

  • Deprecated XMaterial.isNewVersion() This method will be removed soon. Please switch to XMaterial.supports() instead.

Titles

  • Fixed tab packets for 1.17
  • Tab list now supports multiple players.
  • Tab list no longer colorizes messages and it doesn't replace the %player% short placeholder.

XPotion

  • Removed SATURATION and SLOW_FALLING from DEBUFFs

XItemStack

  • Added support for AxolotlBucketMeta
  • Fixed a NPE issue when the item was a map.
  • Fixed slot filters.

XBlock

  • Added setType(Block, XMaterial) that supports placing blocks correctly in a cross-compatible way for common blocks.

ParticleDisplay

  • Added a shorthand for specifying offsets.