Also available in 中文
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.
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.
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. |
<repository>
<id>keyi</id>
<url>https://maven.pkg.github.com/KeYiMC/KeYi</url>
</repository>
<dependency>
<groupId>cc.keyimc.keyi</groupId>
<artifactId>keyi-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
repositories {
maven("https://maven.pkg.github.com/KeYiMC/KeYi")
}
dependencies {
compileOnly("cc.keyimc.keyi:keyi-api:1.19.3-R0.1-SNAPSHOT")
}
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.
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.