Paper Language Kotlin

Kotlin library for simplify plugin development

107

Paper Language Kotlin

[ ℹ️ ] 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: ```kotlin repositories { maven("https://jitpack.io") } ``` Add the dependency to your plugin: ```kotlin dependencies { // if you install the plugin on the server, use `compileOnly()` implementation("com.github.alexthegoood:paper-language-kotlin:3.0.0") } ```

ADS