To make me work faster, consider donating here .
Spoiler: The best and cheapest Minecraft server host!
CrucialAPI
CrucialAPI is an open-source easy-to-use Spigot API that strives to make plugin development easier.
Note: If you have any suggestions/questions/feedback for this wiki please use
Discussions .
Setup
Attention! Do not forget to place CrucialAPI as a dependency in your "plugin.yml" file!
Maven
Code (Text):
<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>
Gradle
Code (Text):
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.2.0'
}
Download You can get the latest release build here:
Stable Build
If you want the most up-to-date builds, you can get one here:
Releases
Docs
Docs
At the moment parts of CrucialAPI are not really have any documentation. However, we are working hard on it!
Getting Help If you need help, or just want to talk with the CAPI or other Devs, you can join the
Official ChafficPlugins Discord Server .
Alternatively just use the
discussions .
Dependencies This project requires Spigot 1.15 or higher.