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

CrucialAPI-v2.1.3

Choose a tag to compare

@Chafficui Chafficui released this 04 Apr 19:57
· 37 commits to master since this release

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