Fixup long command support default config
shit mojang
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user