mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-27 02:49:19 +00:00
69 lines
3.2 KiB
Markdown
69 lines
3.2 KiB
Markdown
<div align="center">
|
||
|
||
## Leaf
|
||
|
||
[](https://github.com/Winds-Studio/Leaf/releases)
|
||
[](LICENSE)
|
||
|
||
<h5>Leaf is a drop-in replacement designed for removing some checks, customized, and high-performance built on top of <a href="https://github.com/GaleMC/Gale">Gale</a> with optimization from other forks.</h5>
|
||
</div>
|
||
|
||
## Features
|
||
- **Fork of [Gale](https://github.com/GaleMC/Gale)** for better performance.
|
||
- **Allows all characters as usernames**, including Chinese and other characters.
|
||
- **Allows** players to connect the backend under proxy without enabling bunngecord mode.
|
||
- **Allows tripwire dupe** by reverting tripwire bugfix patch of Paper.
|
||
- **Configurable UseItem distance** for anarchy server.
|
||
- **Latest dependencies**, keeping all dependencies in the newest version.
|
||
- **More customized** relying on some [Purpur](https://github.com/PurpurMC/Purpur)‘s patches.
|
||
- **Maintenance friendly**, integrating with [Sentry](https://sentry.io/welcome/) of [Pufferfish](https://github.com/pufferfish-gg/Pufferfish/blob/ver/1.19/patches/server/0005-Add-Sentry.patch) to easy track all errors coming from your server in excruciating detail.
|
||
- **Various optimization** blending from [other forks](https://github.com/Winds-Studio/Leaf#credits).
|
||
- ...
|
||
|
||
## Contact
|
||
|
||
- 📫 Discord: `Dreeam#0851` | QQ: `2682173972`
|
||
|
||
|
||
## Downloads
|
||
|
||
The Reobf JAR can be obtained in the [Actions](https://github.com/Winds-Studio/Leaf/actions) or [Releases](https://github.com/Winds-Studio/Leaf/releases)
|
||
|
||
|
||
## Building
|
||
|
||
Building a Paperclip JAR for distribution:
|
||
|
||
```bash
|
||
./gradlew applyPatches && ./gradlew createReobfPaperclipJar
|
||
```
|
||
|
||
|
||
## License
|
||
[](LICENSE)
|
||
|
||
All patches are licensed under the MIT license, unless otherwise noted in the patch headers.
|
||
|
||
See [PaperMC/Paper](https://github.com/PaperMC/Paper), and [PaperMC/Paperweight](https://github.com/PaperMC/paperweight) for the license of material used by this project.
|
||
|
||
Yes, this also includes all API provided by Paper, Spigot, and Bukkit.
|
||
|
||
|
||
Credits:
|
||
-------------
|
||
Thanks to these projects below. Leaf just mix some of their patches together. If these excellent projects haven't appeared, Leaf will not be great.
|
||
|
||
- [Gale](https://github.com/GaleMC/Gale)
|
||
- [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
|
||
- [Purpur](https://github.com/PurpurMC/Purpur)
|
||
- [KeYi](https://github.com/KeYiMC/KeYi) (R.I.P.) [(Backup)](https://github.com/MikuMC/KeYiBackup)
|
||
- [KTP](https://github.com/lynxplay/ktp)
|
||
- [Patina](https://github.com/PatinaMC/Patina)
|
||
- [Yatopia](https://github.com/YatopiaMC/Yatopia)
|
||
- [Mirai](https://github.com/etil2jz/Mirai)
|
||
- [Petal](https://github.com/Bloom-host/Petal)
|
||
- [Carpet Fixes](https://github.com/fxmorin/carpet-fixes)
|
||
- [VMP](https://github.com/RelativityMC/VMP-fabric) <!-- - [Hearse](https://github.com/Era4FunMC/Hearse) -->
|
||
- [Slice](https://github.com/Cryptite/Slice)
|
||
- [Parchment](https://github.com/ProjectEdenGG/Parchment)
|