From e1dc40628d25afc73abc5c8d081c2cdea683a914 Mon Sep 17 00:00:00 2001 From: NanaChiyo0721 Date: Fri, 14 Aug 2026 22:44:51 +0800 Subject: [PATCH] Fixup long command support default config shit mojang --- .../shiroha/config/modules/fixes/LongCommandSupportConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/LongCommandSupportConfig.java b/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/LongCommandSupportConfig.java index de1629c..566ef88 100644 --- a/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/LongCommandSupportConfig.java +++ b/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/LongCommandSupportConfig.java @@ -16,5 +16,5 @@ public class LongCommandSupportConfig { paper limits this to 256 chars but here we need to expand it as we have to use it for command gui """) - public static int maximumCommandLength = 2048; + public static int maximumCommandLength = 32768; }