Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for 4drian3d

Get the ability to run and develop Kotlin plugins on your Minecraft server or proxy

Report MCKotlin?

MCKotlin https://img.shields.io/discord/899740810956910683?color=7289da

Get the ability to run and develop Kotlin plugins on your Minecraft server or proxy.

This plugin includes the necessary Kotlin libraries to the server to avoid including them independently in several plugins at the same time

Requirements

  • Java 8+

Compatibility

  • Velocity 3+
  • Sponge 8
  • CraftBukkit/Spigot/Paper/forks 1.8+
  • BungeeCord/Waterfall

How to use

Server Admin

Simply install the latest version of the plugin on your server or proxy

Developers

Add MCKotlin as a dependency

Spigot

plugin.yml

depend: MCKotlin-Paper
Paper 1.19.3+

paper-plugin.yml

dependencies:
  - name: MCKotlin-Paper
    required: true
Velocity
@Plugin(
  id = "myplugin",
  dependencies = {
      @Dependency(id = "mckotlin-velocity")
  }
)
public class VelocityPlugin {}

Libraries included

  • Kotlin StdLib
  • Kotlin Reflect
  • KotlinX Coroutines

Information

CategoryMiscellaneous
Published onMarch 4, 2023
LicenseApache 2.0
Downloads321
Stars4
Watchers0
Supports Folia
Library

Members