Skip to content

LeavesMC/Leaves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9df669b · Jul 6, 2023
Jul 1, 2023
Oct 30, 2021
Jul 1, 2023
May 6, 2023
Oct 30, 2021
Jul 6, 2023
Jul 1, 2023
Oct 30, 2021
Oct 30, 2021
Mar 10, 2022
Dec 31, 2021
Jul 1, 2023
Jul 1, 2023
May 6, 2023
Jul 5, 2023
Jan 10, 2022
Oct 30, 2021
Dec 31, 2021

Repository files navigation

Leaves

Leaves CI Leaves Download Discord QQ

English | 中文

Fork of Paper aimed at repairing broken vanilla properties.

You can see what we modify and fix in this

How To (Server Admins)

Leaves use the same paperclip jar system that Paper uses.

You can download the latest build (1.20.x) of Leaves by going here

You can also build it yourself.

You can visit our documentation for more information.

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:

dependencies {
    compileOnly("top.leavesmc.leaves:leaves-api:1.20.1-R0.1-SNAPSHOT")
}

Leaves-Server maven dependency:

dependencies {
    compileOnly("top.leavesmc.leaves:leaves:1.20.1-R0.1-SNAPSHOT")
}

Building

You need JDK 17 and good internet connection

Clone this repo, run ./gradlew applyPatches, then ./gradlew createReobfBundlerJar form your terminal.

You can find jar in build/libs directory.

Pull Request

See Contributing

Special Thanks To:

JetBrains, creators of the IntelliJ IDEA, supports We with one of their Open Source Licenses. We recommend using IntelliJ IDEA as your IDE.