9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

[ci skip] Update patches name & comment & README.md

This commit is contained in:
Dreeam
2022-12-29 01:11:50 -05:00
parent 3a19750ae9
commit 514bc84e23
5 changed files with 11 additions and 23 deletions

View File

@@ -6,12 +6,12 @@
[![Github Actions Build](https://img.shields.io/github/actions/workflow/status/Winds-Studio/Leaf/ver1193.yml?branch=ver%2F1.19.3&style=flat-square)](https://github.com/Winds-Studio/Leaf/actions) [![Github Actions Build](https://img.shields.io/github/actions/workflow/status/Winds-Studio/Leaf/ver1193.yml?branch=ver%2F1.19.3&style=flat-square)](https://github.com/Winds-Studio/Leaf/actions)
[![MIT License](https://img.shields.io/github/license/Dreeam-qwq/Leaf?style=flat-square)](LICENSE) [![MIT License](https://img.shields.io/github/license/Dreeam-qwq/Leaf?style=flat-square)](LICENSE)
<h5>Leaf is a drop-in replacement for <a href="https://github.com/pufferfish-gg/Pufferfish">Pufferfish</a> servers designed for fix some bugs and customize, and performance built on top of <a href="https://github.com/pufferfish-gg/Pufferfish">Pufferfish</a>.</h5> <h5>Leaf is a drop-in replacement for <a href="https://github.com/GaleMC/Gale">Gale</a> servers designed for fix some bugs and customize, and performance built on top of <a href="https://github.com/GaleMC/Gale">Gale</a>.</h5>
<h8>Logo created by <a href="https://github.com/naiximcn">NaixiNana</a></h8> <h8>Logo created by <a href="https://github.com/naiximcn">NaixiNana</a></h8>
</div> </div>
## Features ## Features
- Fork of [Pufferfish](https://github.com/pufferfish-gg/Pufferfish) for better performance. - Fork of [Gale](https://github.com/GaleMC/Gale) for better performance.
- Allowing all characters as username, including Chinese and other characters. - Allowing all characters as username, including Chinese and other characters.
- Allowing players connect to backend server through proxy without enabling bunngecord mode. - Allowing players connect to backend server through proxy without enabling bunngecord mode.
- Allowing players use tripwire dupe. - Allowing players use tripwire dupe.
@@ -52,7 +52,7 @@ Yes, this also includes all API provided by Paper, Spigot, and Bukkit.
Credits: Credits:
------------- -------------
- [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
- [Gale](https://github.com/GaleMC/Gale) - [Gale](https://github.com/GaleMC/Gale)
- [Pufferfish](https://github.com/pufferfish-gg/Pufferfish)
- [Purpur](https://github.com/PurpurMC/Purpur) - [Purpur](https://github.com/PurpurMC/Purpur)
- [KeYi](https://github.com/KeYiMC/KeYi) - [KeYi](https://github.com/KeYiMC/KeYi)

View File

@@ -1,13 +1,10 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Bjarne Koll <lynxplay101@gmail.com> From: Bjarne Koll <lynxplay101@gmail.com>
Date: Thu, 9 Dec 2021 01:53:30 +0100 Date: Thu, 9 Dec 2021 01:53:30 +0100
Subject: [PATCH] KeYi: Optimize Spigot event bus Subject: [PATCH] KTP: Optimize Spigot event bus
Original license: MIT Original license: GPL v3
Original project: https://github.com/KeYiMC/KeYi Original project: https://github.com/lynxplay/ktp
Original code by lynxplay, licensed under GNU General Public License v3.0
You can find the original code on https://github.com/lynxplay/ktp
diff --git a/src/main/java/org/bukkit/plugin/RegisteredListener.java b/src/main/java/org/bukkit/plugin/RegisteredListener.java diff --git a/src/main/java/org/bukkit/plugin/RegisteredListener.java b/src/main/java/org/bukkit/plugin/RegisteredListener.java
index 3b3d9642a8d63798dc28f2f8df77f0466451cbff..8d3605f25e97a375971705c737bc7bacbac045cd 100644 index 3b3d9642a8d63798dc28f2f8df77f0466451cbff..8d3605f25e97a375971705c737bc7bacbac045cd 100644

View File

@@ -1,10 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: nostalgic853 <yuu8583@proton.me> From: nostalgic853 <yuu8583@proton.me>
Date: Tue, 25 Oct 2022 00:28:35 +0800 Date: Tue, 25 Oct 2022 00:28:35 +0800
Subject: [PATCH] KeYi: Optimized getBiome method Subject: [PATCH] Carpet-Fixes: Optimized getBiome method
Original license: MIT
Original project: https://github.com/KeYiMC/KeYi
Original license: MIT Original license: MIT
Original project: https://github.com/fxmorin/carpet-fixes Original project: https://github.com/fxmorin/carpet-fixes

View File

@@ -1,10 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: nostalgic853 <yuu8583@proton.me> From: nostalgic853 <yuu8583@proton.me>
Date: Tue, 25 Oct 2022 00:57:45 +0800 Date: Tue, 25 Oct 2022 00:57:45 +0800
Subject: [PATCH] KeYi: Use optimized RecipeManager Subject: [PATCH] Carpet-Fixes: Use optimized RecipeManager
Original license: MIT
Original project: https://github.com/KeYiMC/KeYi
Original license: MIT Original license: MIT
Original project: https://github.com/fxmorin/carpet-fixes Original project: https://github.com/fxmorin/carpet-fixes

View File

@@ -1,13 +1,10 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: peaches94 <peachescu94@gmail.com> From: peaches94 <peachescu94@gmail.com>
Date: Sun, 10 Jul 2022 15:44:38 -0500 Date: Sun, 10 Jul 2022 15:44:38 -0500
Subject: [PATCH] KeYi: Reduce sensor work Subject: [PATCH] Petal: Reduce sensor work
Original license: MIT Original license: GPL v3
Original project: https://github.com/KeYiMC/KeYi Original project: https://github.com/Bloom-host/Petal
Original code by Bloom-host, licensed under GNU General Public License v3.0
You can find the original code on https://github.com/Bloom-host/Petal
this patch is focused around the sensors used for ai this patch is focused around the sensors used for ai
delete the line of sight cache less often and use a faster nearby comparison delete the line of sight cache less often and use a faster nearby comparison