Skip to content

v8.7.0

Compare
Choose a tag to compare
@CryptoMorin CryptoMorin released this 08 Mar 17:57
· 275 commits to master since this release

Maven

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

XMaterial

  • Fixed YELLOW_GLAZED_TERRACOTTA, SILVER_GLAZED_TERRACOTTA, END_STONE_BRICK_STAIRS and a lot slabs for outdated servers.
  • Fixed potion / splash potion checks in 1.8.8

XEntity

  • Added support for two illager methods. Patrol leader and join raid.
  • All options that represent a color are named to "color" and all options that represent a variant/type are renamed to variant.
  • All the "type" options are now renamed to "variant"

XItemStack

  • They now support editing itemstacks rather than constructing them from scratch.
  • The "glow" option will now automatically enable HIDE_ENCHANTS flag.
  • Removed \n support for single line lore. If you genuinely want to break line just use a simple list. There's no reason to use \n instead.
  • It no longer translates colors automatically. It'll use the passed function translator instead.

ActionBar

  • Added a format for configuring ActionBar time from the message string itself. Note that you need to use the new method (which is just plugin,player,string) for this to work.

ReflectionUtils

  • Fixed a version detection error in 1.13

XBlock

  • Fixed an error in outdated servers.