We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0102872 commit a3f247cCopy full SHA for a3f247c
paper-server/patches/sources/com/mojang/brigadier/tree/CommandNode.java.patch
@@ -48,7 +48,7 @@
48
+ if (!text.contains(":")) {
49
+ literal = this.literals.get("minecraft:" + text);
50
+ }
51
-+ } else if (source instanceof net.minecraft.commands.CommandSourceStack css && css.source instanceof net.minecraft.world.level.BaseCommandBlock) {
++ } else if (source instanceof net.minecraft.commands.CommandSourceStack css && css.source instanceof net.minecraft.world.level.BaseCommandBlock.CloseableCommandBlockSource) {
52
+ if (css.getServer().server.getCommandBlockOverride(text) && !text.contains(":")) {
53
54
0 commit comments