9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

Update Readme

This commit is contained in:
violetc
2022-06-16 08:09:21 +00:00
parent 40a5d9057a
commit e48ae48af2
2 changed files with 6 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves
## How To (Server Admins) ## How To (Server Admins)
Leaves use the same paperclip jar system that Paper uses. Leaves use the same paperclip jar system that Paper uses.
You can download the latest build (1.18.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml) You can download the latest build (1.19.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
You can also [build it yourself](https://github.com/LeavesMC/Leaves#building). You can also [build it yourself](https://github.com/LeavesMC/Leaves#building).
@@ -25,7 +25,7 @@ Leaves-API maven dependency:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves-api</artifactId> <artifactId>leaves-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version> <version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@@ -35,7 +35,7 @@ Leaves-Server maven dependency:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves</artifactId> <artifactId>leaves</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version> <version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```

View File

@@ -12,13 +12,11 @@ Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves
## 对于服务器管理员 ## 对于服务器管理员
此分支使用与Paper一致的paperclip分发 此分支使用与Paper一致的paperclip分发
你可以从 [此处](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml) 下载最新的构建结果 (1.18.x) 你可以从 [此处](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml) 下载最新的构建结果 (1.19.x)
也可以通过 [此处](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 的指南自行构建 也可以通过 [此处](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 的指南自行构建
## 对于插件开发者 ## 对于插件开发者
> 此服务端并不会提供好用的api,为什么不去依赖Paper呢
如果你要将Leaves作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 如果你要将Leaves作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建)
Leaves-API: Leaves-API:
@@ -26,7 +24,7 @@ Leaves-API:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves-api</artifactId> <artifactId>leaves-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version> <version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@@ -36,7 +34,7 @@ Leaves-Server:
<dependency> <dependency>
<groupId>top.leavesmc.leaves</groupId> <groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves</artifactId> <artifactId>leaves</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version> <version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```