Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@f67a1b6e fix: Player#setPlayerTime sends time update packet to client (#13315)
PaperMC/Paper@af063837 Add field renames for lead sounds and iron chain (#13168)
PaperMC/Paper@f8cf03d6 [ci/skip] Mention damage behavior for Server#createWorldBorder (#13338)
This commit is contained in:
granny
2025-11-23 16:54:00 -08:00
parent 64a5bf3f19
commit 4b4636485f
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/org/bukkit/Server.java
+++ b/src/main/java/org/bukkit/Server.java
@@ -2760,4 +_,125 @@
@@ -2761,4 +_,125 @@
*/
void allowPausing(@NotNull org.bukkit.plugin.Plugin plugin, boolean value);
// Paper end - API to check if the server is sleeping