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)
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).
@@ -25,7 +25,7 @@ Leaves-API maven dependency:
<dependency>
<groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -35,7 +35,7 @@ Leaves-Server maven dependency:
<dependency>
<groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```