Go to file
ceze88 84c7d1da4b Fix database converter, fix uuid data support. Adds test for database 2023-06-29 16:04:12 +02:00
.github GitHub Actions: Don't increment snapshot versions on dev branch 2023-06-17 14:37:53 +02:00
Compatibility Implement `getYieldForCrop` and `getSeedForCrop` in CompatibleMaterial 2023-06-25 16:12:12 +02:00
Core Fix database converter, fix uuid data support. Adds test for database 2023-06-29 16:04:12 +02:00
NMS Re-implemented CompatibleMaterial + changed usages to XMaterial 2023-06-20 20:22:29 +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 Rename Maven modules from SongodaCore to CraftaroCore 2023-06-11 00:37:11 +02:00
pom.xml Updates dependency `com.viaversion:viaversion-api` to v4.7.0 2023-06-18 00:42:18 +02:00

README.md

CraftaroCore

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