From a1df619285f8f98d4e8c2b8574080f0b26d94d47 Mon Sep 17 00:00:00 2001 From: Klop233 <3337913379@qq.com> Date: Tue, 6 Feb 2024 10:08:48 +0800 Subject: [PATCH] [ci skip] Added Chinese readme --- README.md | 4 ++++ README_CN.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 README_CN.md diff --git a/README.md b/README.md index 5fb34ed..122dbf6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ ![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/LuminolMC/Luminol?style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/LuminolMC/Luminol/total?style=flat-square) +**English** | [中文](https://github.com/LuminolMC/Luminol/blob/master/README_CN.md) + +--- +

Luminol is a folia fork with many useful optimizations, configurable vanilla features, and more API supports, and it was designed for survival and anarchy servers

## Features diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 0000000..745684d --- /dev/null +++ b/README_CN.md @@ -0,0 +1,49 @@ +Logo + +# Luminol +[![MIT License](https://img.shields.io/github/license/LuminolMC/Luminol?style=flat-square)](LICENSE) +[![Issues](https://img.shields.io/github/issues/LuminolMC/Luminol?style=flat-square)](https://github.com/LuminolMC/Luminol/issues) +![Commit Activity](https://img.shields.io/github/commit-activity/w/LuminolMC/Luminol?style=flat-square) +![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/LuminolMC/Luminol?style=flat-square) +![GitHub all releases](https://img.shields.io/github/downloads/LuminolMC/Luminol/total?style=flat-square) + +[English](https://github.com/LuminolMC/Luminol/blob/master/README.md) | **中文** + +--- + +

Luminol 是一个基于folia的分支,具有许多有用的优化、可配置的原版特性和更多的API支持,它专为生存和无政府服务器设计

+ +## 特性 +- 可配置的原版特性 +- Tpsbar 支持 +- 线性区域文件格式 (from kaiiju) +- 对单线程区域性能的优化 +- 更多的插件开发API支持(进行中) + +## 下载 +任何版本都可以在 [release](https://github.com/LuminolMC/Luminol/releases), 中找到,您也可以通过以下步骤自己构建。 + +## 构建 +要构建一个paperclip jar,你需要运行以下命令。你可以在build/libs中找到jar(注意:需要JDK17) + ```shell + ./gradlew applyPatches && ./gradlew createReobfPaperclipJar +``` +## 使用API +使用 Gradle: +```kotlin +dependencies { + compileOnly("me.earthme.luminol:luminol-api:1.20.2-R0.1-SNAPSHOT") +} + ``` +使用 Maven +```xml + + me.earthme.luminol + luminol-api + 1.20.2-R0.1-SNAPSHOT + +``` + +## BStats +![bStats](https://bstats.org/signatures/server-implementation/Luminol.svg "bStats") +