mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[ci skip] Update docs
This commit is contained in:
@@ -7,8 +7,6 @@ Leaves [
|
||||
|
||||
> Waring: This fork will have low mspt as Paper
|
||||
|
||||
## How To (Server Admins)
|
||||
Leaves use the same paperclip jar system that Paper uses.
|
||||
|
||||
@@ -25,7 +23,7 @@ Leaves-API maven dependency:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves-api</artifactId>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
@@ -35,7 +33,7 @@ Leaves-Server maven dependency:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves</artifactId>
|
||||
<version>1.19.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user