v9.1.0
Maven
<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.1.0</version>
</dependency>Gradle
repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.1.0") { isTransitive = false }
}Improved abstraction by allowing Plugin instances instead of JavaPlugin for scheduled tasks.
XMaterial
- Added or() method which is very simple method for fallback values.
- Fixed a few legacy data values for leaves and logs.
- Fixed an issue with yellow and red dye on 1.13
- Removed deprecated isNewVersion() and isOneEight() methods.
XItemStack
- Fixed an issue with material restart conditions.
ActionBar
- Fixed color codes in 1.9-1.11