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
362 changed files with 5126 additions and 2257 deletions
Showing only changes of commit d26a9e90c8 - Show all commits

View File

@ -117,6 +117,7 @@ public class PaperCommands implements Commands, PaperRegistrar<LifecycleEventOwn
}
pluginLiteral.pluginCommandMeta = new PluginCommandMeta(pluginMeta, description, registeredAliases);
node.pluginCommandMeta = pluginLiteral.pluginCommandMeta;
registeredLabels.addAll(registeredAliases);
return registeredLabels.isEmpty() ? Collections.emptySet() : Collections.unmodifiableSet(registeredLabels);