PluginApache-2.0
Paper Language Kotlin
Kotlin library for simplify plugin development
10
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About Paper Language Kotlin
paper-language-kotlin - plugin library that enables the use of the Kotlin programming language for Minecraft plugins.
This plugin adds functions to simplify the development of plugins in Kotlin.
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:Tag")
}