Skip to content

MikuMC/KeYiBackup

Repository files navigation

KeYi's logo

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!

Discord Tencent QQ

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 and well supported Purpur fork, 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.

Versioning

Version Support Status Download
1.18.2 Not exists.
1.19.2 ✔️ LTS version, will be end at 2023-2-1. main, develop.
1.19.3 ✔️ main, develop.

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.3-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.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 need to talk with us on Discord or Tencent QQ.

About

The backup repository of KeYi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages