Bukkot

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

Лицензия

Лицензия

Группа

Группа

com.zp4rker
Идентификатор

Идентификатор

bukkot
Последняя версия

Последняя версия

1.4.20.2-release
Дата

Дата

Тип

Тип

jar
Описание

Описание

Bukkot
Kotlin meets Bukkit. Kotlin packaged into a plugin, as well as some added features using Kotlin.
Ссылка на сайт

Ссылка на сайт

https://github.com/zp4rker/bukkot
Система контроля версий

Система контроля версий

https://github.com/zp4rker/bukkot

Скачать bukkot

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.20
org.bstats : bstats-bukkit jar 1.7

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.4.20.2-release
1.4.20.1-release
1.1.0-k1.5.0
1.0.0-k1.5.0