Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Paper | 7,260 | 13 hours ago | 1 | December 14, 2021 | 463 | other | Java | |||
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies | ||||||||||
Essentials | 1,577 | 4 days ago | 159 | gpl-3.0 | Java | |||||
The modern Essentials suite for Spigot and Paper. | ||||||||||
Purpur | 1,452 | 3 days ago | 4 | mit | Kotlin | |||||
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features. | ||||||||||
Minecraftdev | 1,152 | a day ago | 199 | mit | Kotlin | |||||
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects. | ||||||||||
Minecraft Optimization | 1,070 | 3 months ago | ||||||||
Minecraft server optimization guide | ||||||||||
Slimefun4 | 737 | 9 hours ago | 103 | gpl-3.0 | Java | |||||
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. | ||||||||||
Yatopia | 522 | 2 years ago | 20 | Kotlin | ||||||
The Most Powerful and Feature Rich Minecraft Server Software! | ||||||||||
Akarin | 454 | 5 days ago | 16 | other | Java | |||||
Akarin is a powerful server software from the 'new dimension' | ||||||||||
Plotsquared | 433 | 4 days ago | 26 | October 04, 2022 | 143 | gpl-3.0 | Java | |||
PlotSquared - Reinventing the plotworld | ||||||||||
Item Nbt Api | 384 | 9 days ago | 7 | mit | Java | |||||
Add custom NBT tags to Items/Tiles/Entities without NMS! |
English | 中文
Fork of Paper aimed at repairing broken vanilla properties.
You can see what we modify and fix in this
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.
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")
}
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.
See Contributing
JetBrains, creators of the IntelliJ IDEA, supports We with one of their Open Source Licenses. We recommend using IntelliJ IDEA as your IDE.