Go to file
Fernando Pettinelli 49c03c85d3 Fix issues when enabling hooks with external classes 2023-07-02 15:03:50 -04:00
.github Massive changes 2023-06-26 09:07:08 -04:00
Compatibility Massive changes 2023-06-26 09:07:08 -04:00
Core Massive changes 2023-06-26 09:07:08 -04:00
Hooks Fix issues when enabling hooks with external classes 2023-07-02 15:03:50 -04:00
NMS Massive changes 2023-06-26 09:07:08 -04:00
.editorconfig Update EditorConfig [DEV-2] 2021-10-30 14:10:22 +02:00
.gitignore Update .gitignore 2023-01-31 11:15:26 +01:00
LICENSE Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
README.md Massive changes 2023-06-26 09:07:08 -04:00
pom.xml Massive changes 2023-06-26 09:07:08 -04:00

README.md

CraftaroCore

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.craftaro</groupId>
  <artifactId>SongodaCore</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

Repository

repositories {
    maven {
        url 'https://repo.songoda.com/repository/public/'
    }
}

Artifact

dependencies {
    compileOnly 'com.craftaro:SongodaCore:VERSION'
}