mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 19:04:40 +01:00
Add handbook config options
This commit is contained in:
@@ -252,6 +252,8 @@ public class ConfigContainer {
|
||||
public ResinOptions resinOptions = new ResinOptions();
|
||||
public Rates rates = new Rates();
|
||||
|
||||
public HandbookOptions handbook = new HandbookOptions();
|
||||
|
||||
public static class InventoryLimits {
|
||||
public int weapons = 2000;
|
||||
public int relics = 2000;
|
||||
@@ -281,6 +283,13 @@ public class ConfigContainer {
|
||||
/* Should questing behavior be used? */
|
||||
public boolean enabled = true;
|
||||
}
|
||||
|
||||
public static class HandbookOptions {
|
||||
public boolean enable = false;
|
||||
public boolean allowCommands = true;
|
||||
public int maxRequests = 10;
|
||||
public int maxEntities = 100;
|
||||
}
|
||||
}
|
||||
|
||||
public static class VisionOptions {
|
||||
|
||||
Reference in New Issue
Block a user