SkillAgentSearch skills...

Sugarcane

Highly optimized Purpur fork focusing on stability and performance.

Install / Use

/learn @SugarcaneMC/Sugarcane
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

<div align=center> <img src="https://cdn.discordapp.com/attachments/517734448008134686/857649078409887784/sugar2.png" width="512"> <br /><br /> <h3>✅ Highly optimized <a href="https://github.com/TECHNOVE/Airplane">Airplane</a> fork that focuses on stability and performance.</h3> <a href="https://sugarcanemc.org/discord"> <img alt="Discord" src="https://img.shields.io/discord/855918593497759754?color=green&label=discord&logo=discord&style=for-the-badge"> </a> <a href="https://sugarcanemc.org"> <img alt="Website" src="https://img.shields.io/website?style=for-the-badge&up_color=red&up_message=SugarcaneMC&url=https%3A%2F%2Fsugarcanemc.org%2F"> </a> <a href="https://ci.sugarcanemc.org/job/Sugarcane"> <img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.sugarcanemc.org%2Fjob%2FSugarcane%2Fjob%2F1.17.1%25252Fdev%2F&label=Jenkins%20build&logo=jenkins&logoColor=orange&style=for-the-badge"> </a> </div>

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

View on GitHub
GitHub Stars86
CategoryDevelopment
Updated25d ago
Forks11

Security Score

100/100

Audited on Mar 6, 2026

No findings