Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
Showing only changes of commit 28d07dc5ab - Show all commits

View File

@@ -201,7 +201,7 @@ public class PaperPluginsCommand extends BukkitCommand {
}
if (!spigotPlugins.isEmpty()) {
sender.sendMessage(header("Bukkit Plugins", 0xED8106, sizePaperPlugins, hasAllPluginTypes));
sender.sendMessage(header("Bukkit Plugins", 0xED8106, sizeSpigotPlugins, hasAllPluginTypes));
}
for (final Component component : formatProviders(spigotPlugins)) {