cn.afternode.commons:bukkit-kotlin

Utilities for Minecraft bukkit plugin (and more) developing


License
MIT

Documentation

afternode-commons

Utilities for Minecraft bukkit plugin (and more) developing

Modules

  • bukkit: Command/Events registration, configuration serializer/deserializer
    • bukkit-kotlin Kotlin edition of bukkit module
  • commons: Reflections and misc
  • database: Database connection manager
  • mcnbt: NBT utilities using Item-NBT-API, serializer and deserializer

How to use

Stable releases

Maven

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

Gradle

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

Snapshot releases

See JitPack