https://github.com/gmitch215/kotlinmc
📘 Automated Kotlin Libraries for Minecraft
https://github.com/gmitch215/kotlinmc
bungeecord bungeecord-plugin kotlin minecraft spigot spigot-plugin sponge sponge-plugin velocity velocity-plugin
Last synced: 7 months ago
JSON representation
📘 Automated Kotlin Libraries for Minecraft
- Host: GitHub
- URL: https://github.com/gmitch215/kotlinmc
- Owner: gmitch215
- License: gpl-3.0
- Created: 2023-06-09T01:18:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T23:14:56.000Z (7 months ago)
- Last Synced: 2025-02-27T00:24:27.227Z (7 months ago)
- Topics: bungeecord, bungeecord-plugin, kotlin, minecraft, spigot, spigot-plugin, sponge, sponge-plugin, velocity, velocity-plugin
- Language: Shell
- Homepage: https://modrinth.com/plugin/kotlinmc
- Size: 315 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KotlinMC
A library for the kotlin runtime and various Kotlin Libraries on Spigot, BungeeCord, Velocity, and Sponge Servers.
## How does it Work?
Every hour, the actions workflow will run a series of bash scripts (see the `scripts` folder) to send an API request
to the following libraries for new releases:
- [`JetBrains/Kotlin`](https://github.com/JetBrains/Kotlin)
- [`Kotlin/kotlinx.coroutines`](https://github.com/Kotlin/kotlinx.coroutines)
- [`Kotlin/kotlinx.serialization`](https://github.com/Kotlin/kotlinx.serialization)
- [`Kotlin/kotlinx-atomicfu`](https://github.com/Kotlin/kotlinx.atomicfu)
- [`Kotlin/kotlinx-io`](https://github.com/Kotlin/kotlinx-io)
- [`Kotlin/kotlinx-datetime`](https://github.com/Kotlin/kotlinx-datetime)If a new release is detected, versions stored in the `versions` folder will be updated, the Gradle Plugin will automatically be updated to include the latest version, and a publish is automatically shipped to [Modrinth](https://modrinth.com/plugin/kotlinmc/).