harold-spgt / InfoHeads

Repository for InfoHeads
Apache License 2.0
5 stars 4 forks source link

Bump XSeries from 8.6.1 to 8.7.0 #72

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps XSeries from 8.6.1 to 8.7.0.

Release notes

Sourced from XSeries's releases.

v8.7.0

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.

v8.6.2

Maven

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

Titles

  • You can now construct an object with this class that holds all title related information.
  • Added a transformer function parameter to parseTitle for placeholder and other purposes.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #73.