public class Settings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Settings.DB
Database settings
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
API_URL
API Location
|
static boolean |
AUTO_CLEAR
Auto clear enabled
|
static int |
AUTO_CLEAR_DAYS
Days until a plot gets cleared
|
static boolean |
CUSTOM_API
Use the custom API
|
static boolean |
DEBUG
Verbose?
|
static boolean |
DELETE_PLOTS_ON_BAN
Delete plots on ban?
|
static boolean |
KILL_ROAD_MOBS
Kill road mobs?
|
static boolean |
KILL_ROAD_MOBS_DEFAULT
Default kill road mobs: true
|
static int |
MAX_PLOTS
Max allowed plots
|
static boolean |
METRICS
metrics
|
static int |
MOB_CAP
|
static boolean |
MOB_CAP_ENABLED
|
static boolean |
MOB_PATHFINDING
mob pathfinding?
|
static boolean |
MOB_PATHFINDING_DEFAULT
Default mob pathfinding: true
|
static java.lang.String |
PLOT_SPECIFIC_RESOURCE_PACK
plot specific resource pack
|
static java.lang.String |
SCHEMATIC_SAVE_PATH
Schematic Save Path
|
static boolean |
TITLES
|
static boolean |
WORLDGUARD
WorldGuard region on claimed plots
|
Constructor and Description |
---|
Settings()
|
public static boolean MOB_CAP_ENABLED
public static int MOB_CAP
public static boolean TITLES
public static java.lang.String SCHEMATIC_SAVE_PATH
public static int MAX_PLOTS
public static boolean WORLDGUARD
public static boolean METRICS
public static java.lang.String PLOT_SPECIFIC_RESOURCE_PACK
public static boolean KILL_ROAD_MOBS
public static boolean KILL_ROAD_MOBS_DEFAULT
public static boolean MOB_PATHFINDING
public static boolean MOB_PATHFINDING_DEFAULT
public static boolean DELETE_PLOTS_ON_BAN
public static boolean DEBUG
public static boolean AUTO_CLEAR
public static int AUTO_CLEAR_DAYS
public static java.lang.String API_URL
public static boolean CUSTOM_API