Go to file
Brianna b8657c858f Merge branch 'development' 2021-06-13 10:10:57 -05:00
.github/workflows Create maven.yml 2021-01-19 12:24:57 -06:00
.idea version 2.4.46 2021-02-22 09:50:36 -06:00
Compatibility version 2.5.1 2021-06-13 10:10:46 -05:00
Core version 2.5.1 2021-06-13 10:10:46 -05:00
NMS version 2.5.1 2021-06-13 10:10:46 -05:00
.gitignore Updated git ignore. 2020-06-25 00:10:35 -05:00
LICENSE.md Initial commit 2019-04-25 18:09:38 -04:00
README.md version 2.5 2021-06-12 20:15:56 -05:00
assembly.xml copy nms into main jar 2019-09-12 15:41:51 -05:00
pom.xml version 2.5 2021-06-12 20:15:56 -05:00

README.md

SongodaCore GitHub Workflow Status (branch) GitHub Workflow Status (branch)

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

Maven Information

  • Repository
<repository>
    <id>Songoda</id>
    <url>https://repo.songoda.com/repository/public/</url>
</repository>
  • Artifact Information:
<dependency>
    <groupId>com.songoda</groupId>
    <artifactId>SongodaCore</artifactId>
    <version>2.4.59</version>
    <scope>provided</scope>
</dependency>

Gradle Information

  • Repository:
repositories {
    maven {
        url 'https://repo.songoda.com/repository/public/'
    }
}
  • Artifact:
dependencies {
    compileOnly 'com.songoda:SongodaCore:2.4.59'
}