Go to file
dependabot[bot] 5fcd99cf31
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 (#95)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.5)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 00:35:44 +02:00
.github feat: Add Spigot 1.20.6 support 2024-05-01 23:09:10 +02:00
Compatibility feat: Add Spigot 1.20.6 support 2024-05-01 23:09:10 +02:00
Core Bump net.kyori:adventure-text-minimessage from 4.11.0 to 4.16.0 (#94) 2024-05-02 00:35:34 +02:00
NMS feat: Add Spigot 1.20.6 support 2024-05-01 23:09:10 +02:00
.editorconfig chore: Update .editorconfig 2024-03-26 21:24:22 +01: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.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 (#95) 2024-05-02 00:35:44 +02:00
README.md docs: Update files to reflect repository rename to 'SongodaCore' 2024-03-26 20:41:28 +01:00

SongodaCore

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