Go to file
Fernando Pettinelli e2b8f61385 Merge branch 'development'
# Conflicts:
#	Compatibility/pom.xml
#	Core/pom.xml
#	Core/src/main/java/com/songoda/core/SongodaCore.java
#	NMS/NMS-API/pom.xml
#	NMS/NMS-v1_10_R1/pom.xml
#	NMS/NMS-v1_11_R1/pom.xml
#	NMS/NMS-v1_12_R1/pom.xml
#	NMS/NMS-v1_13_R1/pom.xml
#	NMS/NMS-v1_13_R2/pom.xml
#	NMS/NMS-v1_14_R1/pom.xml
#	NMS/NMS-v1_15_R1/pom.xml
#	NMS/NMS-v1_16_R1/pom.xml
#	NMS/NMS-v1_16_R2/pom.xml
#	NMS/NMS-v1_16_R3/pom.xml
#	NMS/NMS-v1_17_R1/pom.xml
#	NMS/NMS-v1_8_R1/pom.xml
#	NMS/NMS-v1_8_R2/pom.xml
#	NMS/NMS-v1_8_R3/pom.xml
#	NMS/NMS-v1_9_R1/pom.xml
#	NMS/NMS-v1_9_R2/pom.xml
#	pom.xml
2021-09-30 13:11:16 -03:00
.github GitHub-Actions: Contact Discord for specific branches 2021-07-08 20:44:35 +02:00
Compatibility Version 2.5.11 2021-09-30 13:03:36 -03:00
Core Version 2.5.11 2021-09-30 13:03:36 -03:00
NMS Version 2.5.11 2021-09-30 13:03:36 -03:00
.editorconfig EditorConfig 2021-07-08 15:37:37 +02:00
.gitignore Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
LICENSE Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
README.md Dependabot, FUNDING, README 2021-07-08 15:37:37 +02:00
pom.xml Version 2.5.11 2021-09-30 13:03:36 -03:00

README.md

SongodaCore

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

Discord Patreon
Build Latest version Quality Gate Status GitHub last commit

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