Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Releases: Chafficui/CrucialAPI

CrucialAPI-v2.2.0

18 Jun 12:15
eaf1865

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.7

31 Oct 09:37

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.6

20 Jun 14:12
cffa710

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.5

09 Apr 09:16

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.4

06 Apr 11:35

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.3

04 Apr 19:57

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.2

28 Mar 15:38

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.1

17 Mar 17:04

Choose a tag to compare

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

Docs

CrucialAPI-v2.1.0

19 Dec 14:41

Choose a tag to compare

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

Docs

CrucialAPI-v2.0.1

22 Nov 16:39

Choose a tag to compare

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>

Javadocs

Docs