PaperMC/paper-server
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
..
patches Cache Bukkit Command when wrapping CommandNodes 2024-12-23 11:43:38 -05:00
src Cache Bukkit Command when wrapping CommandNodes 2024-12-23 11:43:38 -05:00
build.gradle.kts [ci skip] Comment out update tasks, update comments 2024-12-23 12:29:27 +01:00
LGPL.txt We're LGPL. 2011-01-02 10:58:11 +01:00
LICENCE.txt We're LGPL. 2011-01-02 10:58:11 +01:00