/Annotations

Annotations used for generic events + more

Primary LanguageJava

Annotations

Annotations to make Spigot plugins just a bit easier to make

This will explain what you need to know for the annotations

Overviw

Gib second I need to give credit where credit is due but I can't find the guy

Download

Maven maven

<dependency>
  <groupId>io.github.kojiv</groupId>
  <artifactId>annotations</artifactId>
  <version>version</version>
</dependency>

Gradle

repositories {
  mavenCentral()
}
dependencies {
  implementation("io.github.kojiv:annotations:version") { isTransitive = false }
}