From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Wed, 8 Jul 2026 21:53:18 +0800 Subject: [PATCH] Add config to support for long command inputs Some long commands can be run through the dialog command, but paper has prohibited it. Revert to vanilla to fix it. diff --git a/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java b/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java index 491af2413a4e793a121fec368259ff8211ed031e..88784f4c9bcd4b21c1caa33bc3df007c94cb3937 100644 --- a/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java +++ b/net/minecraft/network/protocol/game/ServerboundChatCommandPacket.java @@ -12,7 +12,7 @@ public record ServerboundChatCommandPacket(String command) implements Packet