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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


GitHub last commit GitHub tag (latest by date) GitHub Lines of code Discord Badge

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

Download

Maven

<dependency>
    <groupId>com.zp4rker</groupId>
    <artifactId>bukkot</artifactId>
    <version>1.1.0-k1.5.0</version>
</dependency>

Gradle

compile "com.zp4rker:bukkot:1.1.0-k1.5.0"

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