PaperMC/paper-server/patches/sources
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
..
ca/spottedleaf/moonrise/paper Apply some feature patches to files instead 2024-12-21 13:21:47 +01:00
com/mojang Cache Bukkit Command when wrapping CommandNodes 2024-12-23 11:43:38 -05:00
io/papermc/paper Move missing import into feature patches to fix pre-features compile 2024-12-23 09:28:58 +00:00
net Fix PlayerTradeEvent visual issue when being cancelled (#11773) 2024-12-23 10:40:04 +01:00