Fixup long command support default config
Shiroha CI / build (push) Canceled after 0s
Shiroha CI / Event File (push) Canceled after 0s

shit mojang
This commit is contained in:
2026-08-14 22:44:51 +08:00
parent 0418b4cdc7
commit e1dc40628d
@@ -16,5 +16,5 @@ public class LongCommandSupportConfig {
paper limits this to 256 chars but here we need to expand paper limits this to 256 chars but here we need to expand
it as we have to use it for command gui it as we have to use it for command gui
""") """)
public static int maximumCommandLength = 2048; public static int maximumCommandLength = 32768;
} }