Skip to content

Iridium-Development/IridiumCore

Repository files navigation

IridiumCore

GitHub

Introduction

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.

Compiling

Clone the repo, and run the build.gradle.kts script.

If you need to take a look, here is the Nexus repo.

Development

Maven

<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>

Kotlin DSL (Gradle)

repositories {
  maven("https://nexus.iridiumdevelopment.net/repository/maven-releases/")
}
dependencies {
  implementation("com.iridium:IridiumCore:2.0.8.8")
}

Support

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.