Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
/ Mint Public archive
forked from MenthaMC/Mint

Mint基于Folia,致力于提供更好的整体性能和原版机制

License

Notifications You must be signed in to change notification settings

FrishArchives/Mint

 
 

Repository files navigation

Mint

Mint 是基于 Folia 的分支,致力于提供更好的整体性能和原版机制

GitHub Repo stars GitHub Build GitHub Downloads (all assets, all releases)

✨特色

  • 可配置的原版特性
  • Tpsbar、Membar、Regionbar、Networkbar监控
  • 各种Fork的优化
  • 对单线程区域性能的优化
  • 支持线性区域文件格式
  • 修复上游的错误
  • 以及提高稳定性
  • 集成 PufferfishSentry,轻松详细追踪服务器的所有报错
  • NetworkAnalyser 数据包分析
  • 支持部分function数据包

📦下载或构建

任何版本都可以在 Release 中找到,也可以通过以下步骤构建

./gradlew applyAllPatches && ./gradlew createMojmapPaperclipJar

📫联系

QQ群: 1020403749 | Discord: 点击加入

📈BStats

bStats Graph Data

🧪API

Gradle

maven {
    name = "menthamc"
    url = "https://repo.menthamc.org/repository/maven-public/"
}
dependencies {
    compileOnly("dev.bacteriawa.mint:mint-api:$VERSION")
}

Maven

<repository>
    <id>menthamc</id>
    <url>https://repo.menthamc.org/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>dev.bacteriawa.mint</groupId>
    <artifactId>mint-api</artifactId>
    <version>$VERSION</version>
    <scope>provided</scope>
</dependency>

请给我们一个 ⭐Star!

Tip

你的每一个免费的 ⭐Star 就是我们每一个前进的动力!

Star History Chart

About

Mint基于Folia,致力于提供更好的整体性能和原版机制

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • Shell 0.5%