9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-28 11:29:12 +00:00

Chat command max length

This commit is contained in:
violetc
2025-07-30 18:00:20 +08:00
parent cadc126902
commit e68eb3fe98
2 changed files with 27 additions and 0 deletions

View File

@@ -1132,6 +1132,9 @@ public final class LeavesConfig {
@GlobalConfig("leaves-packet-event")
public boolean leavesPacketEvent = true;
@GlobalConfig("chat-command-max-length")
public int chatCommandMaxLength = 32767;
}
public static RegionConfig region = new RegionConfig();