mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 00:47:42 +01:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user