Leaves

Fork of Paper aimed at repairing broken vanilla properties.
Alternatives To Leaves
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Paper7,260
13 hours ago1December 14, 2021463otherJava
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Essentials1,577
4 days ago159gpl-3.0Java
The modern Essentials suite for Spigot and Paper.
Purpur1,452
3 days ago4mitKotlin
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
Minecraftdev1,152
a day ago199mitKotlin
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Minecraft Optimization1,070
3 months ago
Minecraft server optimization guide
Slimefun4737
9 hours ago103gpl-3.0Java
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Yatopia522
2 years ago20Kotlin
The Most Powerful and Feature Rich Minecraft Server Software!
Akarin454
5 days ago16otherJava
Akarin is a powerful server software from the 'new dimension'
Plotsquared433
4 days ago26October 04, 2022143gpl-3.0Java
PlotSquared - Reinventing the plotworld
Item Nbt Api384
9 days ago7mitJava
Add custom NBT tags to Items/Tiles/Entities without NMS!
Alternatives To Leaves
Select To Compare


Alternative Project Comparisons
Readme

Leaves

Leaves CI Discord

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.19.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.19.3-R0.1-SNAPSHOT")
}

Leaves-Server maven dependency:

dependencies {
    compileOnly("top.leavesmc.leaves🍃1.19.3-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.

Popular Paper Projects
Popular Minecraft Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Shell
Paper
Minecraft
Bukkit
Minecraft Server