Skip to content
/ bukkot Public

Kotlin meets Bukkit. Kotlin packaged into a plugin, as well as some added features using Kotlin

License

Notifications You must be signed in to change notification settings

zp4rker/bukkot

Repository files navigation

Logo


Last commit Latest tag License Lines of code Discord Badge

Kotlin meets Bukkit. Kotlin packaged into a plugin, as well as some added features using Kotlin.

Download

Maven Central Last Update Maven Central Version

Maven

<dependency>
    <groupId>com.zp4rker</groupId>
    <artifactId>bukkot</artifactId>
    <version>2.1.1-k2.0.21</version>
</dependency>

Gradle

compile "com.zp4rker:bukkot:2.1.1-k2.0.21"

Features

  • Item(stack) builder
  • New way(s) to register listeners
    • Plus register listeners on specific subjects/entities
  • Ease of access to BukkitScheduler
  • TimeUnit.X.toTicks(...) and TickTimeUnit
  • Custom YAML files using YamlFile
  • Various extension functions such as String#colorify()
  • spigot.yml available as a YamlConfiguration
  • As of v1.1.0, Kotlin reflect and coroutines are also included

About

Kotlin meets Bukkit. Kotlin packaged into a plugin, as well as some added features using Kotlin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages