Fixup long command support patch
This commit is contained in:
+7
-1
@@ -10,5 +10,11 @@ public class LongCommandSupportConfig {
|
||||
Some long commands can be run through the dialog command,
|
||||
but paper has prohibited it.
|
||||
Enable this to fix this problem.""")
|
||||
public static boolean enabled = true;
|
||||
public static boolean enabled = false;
|
||||
@ConfigInfo(name = "maximum_command_string_length", comments = """
|
||||
Determines the final limitation of the command length,
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user