Bukkot

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

License

License

GroupId

GroupId

com.zp4rker
ArtifactId

ArtifactId

bukkot
Last Version

Last Version

1.4.20.2-release
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/zp4rker/bukkot
Source Code Management

Source Code Management

https://github.com/zp4rker/bukkot

Download bukkot

How to add to project

<!-- https://jarcasting.com/artifacts/com.zp4rker/bukkot/ -->
<dependency>
    <groupId>com.zp4rker</groupId>
    <artifactId>bukkot</artifactId>
    <version>1.4.20.2-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.zp4rker/bukkot/
implementation 'com.zp4rker:bukkot:1.4.20.2-release'
// https://jarcasting.com/artifacts/com.zp4rker/bukkot/
implementation ("com.zp4rker:bukkot:1.4.20.2-release")
'com.zp4rker:bukkot:jar:1.4.20.2-release'
<dependency org="com.zp4rker" name="bukkot" rev="1.4.20.2-release">
  <artifact name="bukkot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zp4rker', module='bukkot', version='1.4.20.2-release')
)
libraryDependencies += "com.zp4rker" % "bukkot" % "1.4.20.2-release"
[com.zp4rker/bukkot "1.4.20.2-release"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.20
org.bstats : bstats-bukkit jar 1.7

Project Modules

There are no modules declared in this project.

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.4.20.2-release</version>
</dependency>

Gradle

compile "com.zp4rker:bukkot:1.4.20.2-release"

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

Versions

Version
1.4.20.2-release
1.4.20.1-release
1.1.0-k1.5.0
1.0.0-k1.5.0