mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
Update Readme
This commit is contained in:
@@ -12,7 +12,7 @@ Leaves [
|
## 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>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -12,13 +12,11 @@ Leaves [ 下载最新的构建结果 (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>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user