This repository was archived by the owner on Mar 12, 2024. It is now read-only.
Releases: Chafficui/CrucialAPI
Releases · Chafficui/CrucialAPI
CrucialAPI-v2.2.0
New Features
- added support for spigot 1.20
- Improved custom head library
- fixed some security issues
Installation
Release version: v2.2.0
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.2.0'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.2.0</version>
</dependency>
Javadocs
CrucialAPI-v2.1.7
New Features
- added support for spigot 1.19
- Fixed a bug with retrieving UUID from an ItemStack
Installation
Release version: v2.1.7
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.7'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.7</version>
</dependency>
Javadocs
CrucialAPI-v2.1.6
New Features
- added support for spigot 1.19
Installation
Release version: v2.1.6
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.6'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.6</version>
</dependency>
Javadocs
CrucialAPI-v2.1.5
New Features
- Fixed a bug, where item flags were shown on items that got an attribute modifier added.
Installation
Release version: v2.1.5
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.5'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.5</version>
</dependency>
Javadocs
CrucialAPI-v2.1.4
New Features
- Fixed a bug, where blocks would break even though other plugins cancelled the event.
Installation
Release version: v2.1.4
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.4'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.4</version>
</dependency>
Javadocs
CrucialAPI-v2.1.3
New Features
- Added a method to show bossbars to a player for a specific time
- Added a method to reload LocalizedFromYaml
- Set json to format json strings
Installation
Release version: v2.1.3
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.3'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.3</version>
</dependency>
Javadocs
CrucialAPI-v2.1.2
New Features
- Library for plugin localization
- Fixed Yaml#load
Installation
Release version: v2.1.2
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.2'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.2</version>
</dependency>
Javadocs
CrucialAPI-v2.1.1
New Features
- Added more information to InventoryClick
- Added 1.18 support
- Fixed movable items in page
- Disabled auto updater
- Fixed some buggs
Installation
Release version: v2.1.1
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.1'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.1</version>
</dependency>
Javadocs
CrucialAPI-v2.1.0
New Features
- Added a GUI API with Pages
- Moved Lore keys to attribute modifiers
- Fixed some bugs
Installation
Release version: v2.1.0
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.0'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.0</version>
</dependency>
Javadocs
CrucialAPI-v2.0.1
New Features
- Made Server#checkCompatibility Nullsafe
- Fixed some bugs with Main#downgradeToLegacyVersion and deprecated it
- Moved log and error to Server.java
- Deprecated static access to Stats.java
Installation
Release version: v2.0.1
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.0.1'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.0.1</version>
</dependency>