mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-03-25 21:09:30 +01:00
The interface is used/imported in two other Craftaro plugins (FabledSkyBlock and UltimateStacker). I've worked on a new hook system which is easier to understand and maintain and hopefully also allows for some more flexibility. To introduce the new hooks without breaking changes (or as little as possible), this interface had to move. |
||
---|---|---|
.github | ||
Compatibility | ||
Core | ||
NMS | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
CraftaroCore
An elaborate multi functional general Spigot plugin compatibility core and general use API.
Maven
Repository
<repository>
<id>songoda-public</id>
<url>https://repo.songoda.com/repository/public/</url>
</repository>
Artifact
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>VERSION</version>
</dependency>
Gradle
Repository
repositories {
maven {
url 'https://repo.songoda.com/repository/public/'
}
}
Artifact
dependencies {
compileOnly 'com.songoda:SongodaCore:VERSION'
}