Skip to content

AFterNode/afternode-commons

Repository files navigation

afternode-commons

maven-central

Utilities for Minecraft bukkit plugin (and more) developing

Modules

  • bukkit: Command/Events registration, configuration serializer/deserializer and message builders
    • bukkit-kotlin Kotlin edition of bukkit module
  • commons: Reflections and misc
  • adventure-messaging Utilities for Adventure
  • bungee Utilities for BungeeCord (and forks)

How to use

Stable releases

Maven Central Version

Maven

<dependency>
  <groupId>cn.afternode.commons</groupId>
  <artifactId>MODULE</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

implementation "cn.afternode.commons:MODULE:VERSION"