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 on | March 4, 2023 |
License | Apache 2.0 |
Downloads | 356 |
Stars | 3 |
Watchers | 0 |
Supports Folia
Library
Pinned Versions
Pages
Members
Owner