To make me work faster, consider donating here.
CrucialLib
CrucialLib is an open-source easy-to-use Spigot library that strives to make plugin development easier. It is the successor to CrucialAPI, now maintained under ChafficPlugins.
Note: If you have any suggestions/questions/feedback for this wiki please use Discussions.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.ChafficPlugins</groupId>
<artifactId>CrucialLib</artifactId>
<version>v3.0.0</version>
</dependency>
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.ChafficPlugins:CrucialLib:v3.0.0'
}
If you want the most up-to-date builds, you can get one here: Releases
Alternatively just use the discussions.
CrucialLib
CrucialLib is an open-source easy-to-use Spigot library that strives to make plugin development easier. It is the successor to CrucialAPI, now maintained under ChafficPlugins.
Note: If you have any suggestions/questions/feedback for this wiki please use Discussions.
Setup
Attention! Do not forget to place CrucialLib 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.ChafficPlugins</groupId>
<artifactId>CrucialLib</artifactId>
<version>v3.0.0</version>
</dependency>
Gradle
Code (Text):
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.ChafficPlugins:CrucialLib:v3.0.0'
}
Download
You can get the latest release build here: Stable BuildIf you want the most up-to-date builds, you can get one here: Releases
Docs
API Guide | Migration GuideGetting Help
If you need help, or just want to talk with the team or other Devs, you can join the Official ChafficPlugins Discord Server.Alternatively just use the discussions.
Dependencies
This project requires Java 21 and Spigot 1.21 or higher.Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CrucialLib is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 3,068 times (via Spigot). Download it and open it directly in the game.