Go to file
Exortions 3aaed3bcde
Remove duplicate code
This commit removes the duplicate error message run when the plugin crashes and turns it into one method 'crash'. This method takes in a throwable, which will be printed once the error message is logged.
2021-11-01 11:23:42 -07:00
.github Disables Dependabot for now 2021-10-02 09:44:32 +02:00
Compatibility Version 2.5.13 2021-10-27 19:51:54 +02:00
Core Remove duplicate code 2021-11-01 11:23:42 -07:00
NMS Version 2.5.13 2021-10-27 19:51:54 +02:00
.editorconfig EditorConfig 2021-07-08 15:37:37 +02:00
.gitignore Update .gitignore 2021-09-25 21:21:01 +02:00
LICENSE Update pom.xml files and project structure 2021-07-08 15:37:37 +02:00
pom.xml Version 2.5.13 2021-10-27 19:51:54 +02:00
README.md Dependabot, FUNDING, README 2021-07-08 15:37:37 +02:00

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