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; }