Go to file
ceze88 a9294e41a6 Remove reflections for now 2023-06-10 20:40:57 +02:00
.github GitHub Actions: Updates projectKey and organization for SonarCloud 2023-05-07 20:02:29 +02:00
Compatibility Refactor songoda to craftaro 2023-06-10 20:40:45 +02:00
Core Remove reflections for now 2023-06-10 20:40:57 +02:00
NMS Refactor songoda to craftaro 2023-06-10 20:40:45 +02:00
.editorconfig Update EditorConfig [DEV-2] 2021-10-30 14:10:22 +02:00
.gitignore Add dependencies for unit tests 2021-10-30 14:53:23 +02:00
LICENSE Switch LICENSE from GPLv3 to CC BY-NC-ND 4.0 2023-03-29 18:06:35 +02:00
README.md Refactor songoda to craftaro 2023-06-10 20:40:45 +02:00
pom.xml Refactor songoda to craftaro 2023-06-10 20:40:45 +02:00

README.md

SongodaCore

An elaborate multi functional general Spigot plugin compatibility core and general use API.

Discord Patreon
Build Latest version

Maven

Repository

<repository>
    <id>songoda-public</id>
    <url>https://repo.songoda.com/repository/public/</url>
</repository>

Artifact

<dependency>
  <groupId>com.craftaro</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'
}