Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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 11+
Compatibility
- Velocity 3+
- Sponge 8
- Paper/forks 1.8+
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
Category
Miscellaneous
Published
March 4, 2023
License
Apache 2.0
683Downloads
4Stars
Supports Folia Library
Pinned Versions
- R1.20–1.21.83.4
Pages
Members
1Owner