Sugarcane
Highly optimized Purpur fork focusing on stability and performance.
Install / Use
/learn @SugarcaneMC/SugarcaneREADME
We use patches from the following projects
❗ Reminder
This project is still work in progress, so there will not have stable builds for production for a while, until we perform enough tests to ensure it's stable enough for production.
We HIGHLY RECOMMEND TO NOT USE the development builds for any kind of production enviroment.
If you find any issue or have some suggestion, feel free to open a issue.
How To (Plugin developers)
<details><summary>Gradle</summary> <p>Groovy DSL
First, add the SugarcaneMC repository
repositories {
maven {
url 'https://mvn.sugarcanemc.org/repository/maven-public/'
}
}
Then, add the Sugarcane-API dependency:
dependencies {
compileOnly "org.sugarcanemc.sugarcane:sugarcane-api:1.17.1-R0.1-SNAPSHOT"
}
Kotlin DSL
First, add the SugarcaneMC repository
repositories {
maven("https://mvn.sugarcanemc.org/repository/maven-public/")
}
Then, add the Sugarcane-API dependency:
dependencies {
compileOnly("org.sugarcanemc.sugarcane:sugarcane-api:1.17.1-R0.1-SNAPSHOT")
}
</p>
</details>
<details><summary>Maven</summary>
<p>
First, add the SugarcaneMC repository
<repositories>
<repository>
<id>sugarcanemc-repo</id>
<url>https://mvn.sugarcanemc.org/repository/maven-public/</url>
</repository>
</repositories>
And then add the Sugarcane-API dependency:
<dependency>
<groupId>org.sugarcanemc.sugarcane</groupId>
<artifactId>sugarcane-api</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</p>
</details>
We also have a Discord Server for support
Try it for yourself
- Jenkins - Download latest development builds for Minecraft 1.17.1 (Not for production).
Contributing
See CONTRIBUTING.md
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Mar 6, 2026
