Utilities for Minecraft bukkit plugin (and more) developing
- 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)
Maven
<dependency>
<groupId>cn.afternode.commons</groupId>
<artifactId>MODULE</artifactId>
<version>VERSION</version>
</dependency>
Gradle
implementation "cn.afternode.commons:MODULE:VERSION"