Paper Language Kotlin
Kotlin library for simplify plugin development
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
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") } ```