Go to file
dependabot[bot] 5345452f2a
Bump net.tnemc:Reserve from 0.1.3.0 to 0.1.5.4 (#62)
Bumps net.tnemc:Reserve from 0.1.3.0 to 0.1.5.4.

---
updated-dependencies:
- dependency-name: net.tnemc:Reserve
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-20 09:19:22 +02:00
.github GitHub Actions: Don't increment snapshot versions on dev branch 2023-06-17 14:37:53 +02:00
Compatibility Make CompatibleMaterial#getMaterial(String) with null and empty values 2023-08-16 17:54:37 +02:00
Core Bump net.tnemc:Reserve from 0.1.3.0 to 0.1.5.4 (#62) 2023-08-20 09:19:22 +02:00
NMS Bump net.md-5:specialsource-maven-plugin from 1.2.4 to 1.2.5 (#61) 2023-08-20 09:18:50 +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
pom.xml Bump org.junit.jupiter:junit-jupiter from 5.9.1 to 5.10.0 (#59) 2023-08-20 09:19:09 +02:00
README.md Rename Maven modules from SongodaCore to CraftaroCore 2023-06-11 00:37:11 +02:00

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