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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user