Перейти к содержимому
Mineforgian

Paper Language Kotlin

Kotlin library for simplify plugin development

Загрузки
188
Подписчики
0
Обновлён
22 февраля 2026 г.
Лицензия
Apache-2.0

Опубликован 4 февраля 2026 г.

JitPack License

[ ℹ️ ] paper-language-kotlin

This library enables Kotlin support for Minecraft plugins on Paper forks. It provides utilities to simplify Kotlin plugin development.

[ ? ] Usage

Add the JitPack repository:

repositories {
    maven("https://jitpack.io")
}

Add the dependency to your plugin:

dependencies {
    // if you install the plugin on the server, use `compileOnly()`
    implementation("com.github.alexthegoood:paper-language-kotlin:3.0.0")
}

Ченджлог

3.0.0Релиз1.21.11 · 22 февраля 2026 г.

Full Changelog: https://github.com/alexthegoood/paper-language-kotlin/compare/2.1.0...3.0.0

[ ! ] BREAKING CHANGES:

  • Separation of API and internal package

[ + ] Added:

2.1.0Релиз1.21.11 · 19 февраля 2026 г.

Full Changelog: https://github.com/alexthegoood/paper-language-kotlin/compare/2.0.0...2.1.0

[ + ] Added:

  • Now Folia is supported!
  • Add isFolia() functon

[ ~ ] Changed:

  • Change package for adventure functions from adventure/component to adventure/text
2.0.0Релиз1.21.11 · 18 февраля 2026 г.

Full Changelog: 1.0.0-2.0.0

[+] Add functions for work with adventure-api components

[+] Implemented kotlin libraries:

  • kotlin-stdlib
  • kotlin-stdlib-jdk8
  • kotlin-stdlib-jdk7
  • kotlin-reflect
  • kotlinx-coroutines-core
  • kotlinx-coroutines-core-jvm
  • kotlinx-coroutines-jdk8
  • kotlinx-serialization-core-jvm
  • kotlinx-serialization-json-jvm
  • kotlinx-serialization-cbor-jvm
  • atomicfu-jvm
  • kotlinx-datetime-jvm
  • kotlinx-io-core-jvm
  • kotlinx-io-bytestring-jvm
1.0.0Релиз1.21.11 · 9 февраля 2026 г.

Комментарии

Загружаем…