Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml/badge.svg)](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml) =========== **English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md) > Fork of [Paper](https://github.com/PaperMC/Paper) aimed at repairing broken vanilla properties. > You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md) > 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.19.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/releases) You can also [build it yourself](https://github.com/LeavesMC/Leaves#building). ## How To (Plugin developers) In order to use Leaves as a dependency you must [build it yourself](https://github.com/LeavesMC/Leaves#building). Each time you want to update your dependency you must re-build Leaves. Leaves-API maven dependency: ```xml top.leavesmc.leaves leaves-api 1.19.1-R0.1-SNAPSHOT provided ``` Leaves-Server maven dependency: ```xml top.leavesmc.leaves leaves 1.19.1-R0.1-SNAPSHOT provided ``` ## Building Java17+ `./gradlew applyPatches` `./gradlew createReobfBundlerJar`