PaperMC/paper-server/patches
willkroboth 08b2b8926d Cache Bukkit Command when wrapping CommandNodes
Resolves https://github.com/PaperMC/Paper/issues/11378 by "restoring" the Spigot behavior where VanillaCommandNodes are only created once. Before this commit, BukkitBrigForwardingMap would create a new VanillaCommandWrapper each time a CommandNode was requested via the Bukkit CommandMap. This meant that calls to `Command#setPermission` would not persist between retrievals from the map.

This allows command frameworks that insert CommandNodes directly into the Brigadier dispatcher to change the permission String of the VanillaCommandNodes created for their commands, rather than it always being the default `"minecraft.commands.<name>"`.
2024-12-23 11:43:38 -05:00
..
features Move missing import into feature patches to fix pre-features compile 2024-12-23 09:28:58 +00:00
resources/data/minecraft Move flat bedrock generator to file patches 2024-12-19 12:26:28 +01:00
sources Cache Bukkit Command when wrapping CommandNodes 2024-12-23 11:43:38 -05:00