papermc/paper-server/patches/sources/net/minecraft/commands
Bjarne Koll 3b9106c7d1
Readd dead redirect recovery (#12136)
While the paper command system no longer uses redirects for namespaced
registration, vanilla still does. This means that removal of vanilla
redirecting target nodes still causes issues, e.g. the removal of the
vanilla 'msg' node in favour of a command alias one.
Redirecting nodes like tell, minecraft:msg and minecraft:tell are broken
by this and need to by flattened before sending them to the client.
2025-02-17 23:51:52 +01:00
..
arguments Fix unintentional change to default "overridePermissions" argument (#11759) 2024-12-21 10:25:14 +01:00
Commands.java.patch Readd dead redirect recovery (#12136) 2025-02-17 23:51:52 +01:00
CommandSource.java.patch Commands 2024-12-13 21:21:57 +01:00
CommandSourceStack.java.patch Make CommandSourceStack respect hidden players (#11898) 2025-01-12 17:50:08 +01:00