mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-09 08:01:39 +01:00
The goal here is to keep the plugin enabled and initialize the Core. This is needed for the `/craftaro license` command to work etc. Sadly this also means other plugins checking for the plugin being the (including the `/plugins` command), report the plugin as enabled and seemingly ready (Although the plugin's API is not). |
||
---|---|---|
.github | ||
Compatibility | ||
Core | ||
NMS | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
SongodaCore
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'
}