92f83416b0dba509cde434fc0bcd767148401257
Also available in: 中文
KeYi
⚡ The next generation Minecraft server software aims to the balance of performance and stability.
This project is still under heavy development, use it at your own risk!
KeYi, is the Chinese word "可以", means some thing is very OK!
Why another fork?
The answer is quite simple.
The existing forks doesn't meet up what our requires, so we made up a small team and created this fork.
Roadmap
As you can see, this fork is designed to be stable, but also gain some performance improvements.
The improvements of the API is also being valued, so we will try our best to work on it.
API
Maven
Adding repository
<repository>
<id>keyi</id>
<url>https://maven.pkg.github.com/KeYiMC/KeYi</url>
</repository>
Adding dependency
<dependency>
<groupId>cc.keyimc.keyi</groupId>
<artifactId>keyi-api</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Gradle
Adding repository
repositories {
maven("https://maven.pkg.github.com/KeYiMC/KeYi")
}
Adding dependency
dependencies {
compileOnly("cc.keyimc.keyi:keyi-api:1.19.2-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 need to talk with us on Discord or Tencent QQ.
Languages
Markdown
100%