9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00
2022-06-08 09:15:46 +00:00
2021-10-30 19:42:38 +08:00
2022-04-03 12:14:31 +08:00
2022-04-09 14:23:41 +08:00
2021-10-30 19:42:38 +08:00
2022-01-01 03:34:03 +08:00
2021-10-30 19:42:38 +08:00
2021-10-30 19:42:38 +08:00
2022-03-10 08:24:01 +00:00
2022-06-08 09:15:46 +00:00
2022-06-08 09:15:46 +00:00
2022-01-10 13:22:56 +00:00
2021-10-30 19:42:38 +08:00
2022-01-01 03:34:03 +08:00
2022-03-27 12:56:25 +08:00
2022-03-27 12:56:25 +08:00
2022-01-01 03:34:03 +08:00

Leaves Leaves CI

English | 中文

Fork of Paper aimed at repairing broken vanilla properties.

You can see what we modify and fix in this

Waring: This fork will have low mspt as Paper

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

You can also build it yourself.

How To (Plugin developers)

In order to use Leaves as a dependency you must build it yourself. Each time you want to update your dependency you must re-build Leaves.

Leaves-API maven dependency:

<dependency>
    <groupId>top.leavesmc.leaves</groupId>
    <artifactId>leaves-api</artifactId>
    <version>1.18.2-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
 </dependency>

Leaves-Server maven dependency:

<dependency>
    <groupId>top.leavesmc.leaves</groupId>
    <artifactId>leaves</artifactId>
    <version>1.18.2-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Building

Java17+

./gradlew applyPatches

./gradlew createReobfBundlerJar

Languages
Java 99.7%
Shell 0.3%