IridiumCore is a library for Iridium Development's Spigot plugins.
It houses NMS and version specific code, as well as gives GUIs, Items, and other plugin aspects a central location for ease of use.
Clone the repo, and run the build.gradle.kts script.
If you need to take a look, here is the Nexus repo.
<repository>
<id>IridiumDevelopment</id>
<url>https://nexus.iridiumdevelopment.net/repository/maven-releases/</url>
</repository>
<dependency>
<groupId>com.iridium</groupId>
<artifactId>IridiumCore</artifactId>
<version>2.0.8.8</version>
<scope>provided</scope>
</dependency>
repositories {
maven("https://nexus.iridiumdevelopment.net/repository/maven-releases/")
}
dependencies {
implementation("com.iridium:IridiumCore:2.0.8.8")
}
If you think you've found a bug, please make sure you isolate the issue down to IridiumCore before posting an issue in our Issues tab. While you're there, please follow our issues guidelines.
If you encounter any issues while using IridiumCore, feel free to join our support Discord.