Updated Upstream (Paper)

Upstream has released updates that appears to apply and compile correctly

Paper Changes:
0081e8ef8 Fix plugin provides not being listed behind name in /plugins (#4825)
9119af508 Fix keep-spawn-loaded stopping force-loaded chunks from loading
This commit is contained in:
BillyGalbreath
2020-12-01 12:58:07 -06:00
parent 18eb6f7ad7
commit cac648ada6
11 changed files with 44 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Spigot - Improve output of plugins command
diff --git a/src/main/java/org/bukkit/command/defaults/PluginsCommand.java b/src/main/java/org/bukkit/command/defaults/PluginsCommand.java
index fd74512a2..665211cb1 100644
index 1aa58c59e..4974fc518 100644
--- a/src/main/java/org/bukkit/command/defaults/PluginsCommand.java
+++ b/src/main/java/org/bukkit/command/defaults/PluginsCommand.java
@@ -11,6 +11,15 @@ import org.bukkit.ChatColor;
@@ -39,7 +39,7 @@ index fd74512a2..665211cb1 100644
return true;
}
@@ -72,4 +87,72 @@ public class PluginsCommand extends BukkitCommand {
@@ -71,4 +86,72 @@ public class PluginsCommand extends BukkitCommand {
// Paper end
}