Skip to content

⚡ A experimental Minecraft server software with multithreading features.

License

Notifications You must be signed in to change notification settings

MC-Multithreading-Lab/KeYi-MT

 
 

Repository files navigation

KeYi's logo

Also available in 中文

KeYi

⚡ The next generation Minecraft server software that aims to keep the balance between performance and stability.

This project is still under heavy development, use it at your own risk!
KeYi, which is from a Chinese word "可以", means some thing is very OK!

Discord Tencent QQ

Why another fork?

The answer is quite simple.

The existing forks don't meet up what we requires, so we made up a small team and created this fork.

Roadmap

As you can see, this fork is designed to be stable and well supported Purpur fork, but it also gain some performance improvements.

The improvements of the API is also being valued, so we will try our best to work on it.

Versioning

Version Support Status Download
1.18.2 Not exists.
1.19.2 ✔️ LTS version, will end being supported at 2023-02-01. main, develop.
1.19.3 ✔️ main, develop.

API

Maven

Add repository

<repository>
    <id>keyi</id>
    <url>https://maven.pkg.github.com/KeYiMC/KeYi</url>
</repository>

Add dependency

<dependency>
    <groupId>cc.keyimc.keyi</groupId>
    <artifactId>keyi-api</artifactId>
    <version>1.19.3-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Gradle

Add repository

repositories {
    maven("https://maven.pkg.github.com/KeYiMC/KeYi")
}

Add dependency

dependencies {
    compileOnly("cc.keyimc.keyi:keyi-api:1.19.3-R0.1-SNAPSHOT")
}

Contributing

Unfortunately, the rules of our community haven't been finished yet.

So at this time, if you want to contribute, you have to communicate with us on Discord or Tencent QQ.

Special Thanks To

JetBrains, creators of the IntelliJ IDEA, supports KeYi with one of their Open Source Licenses. IntelliJ IDEA is the recommended IDE for working with KeYi, and most of the KeYi team uses it.

About

⚡ A experimental Minecraft server software with multithreading features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%