MCKotlin
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.4+
paper-plugin.yml
dependencies:
server:
MCKotlin-Paper:
required: true
Velocity
@Plugin(
id = "myplugin",
dependencies = {
@Dependency(id = "mckotlin-velocity")
}
)
public class VelocityPlugin {}
Libraries included
- Kotlin StdLib 1.9.20
- Kotlin Reflect 1.9.20
- KotlinX Coroutines
How does this plugin differ from other plugins such as Kotlin?
Unfortunately there are no plugins available that provide the necessary libraries to make kotlin plugins for environments like Velocity or Bungeecord. That was my motivation to develop this plugin that includes Kotlin-stlib 1.9.0 (created by Jetbrains, Apache 2 license)
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
1.20–1.20.5
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Bukkit
Supported environments
Links
Creators
Details
Licensed Apache-2.0
Published last year
Updated 11 months ago