Package com.sk89q.worldedit
Class LocalConfiguration
java.lang.Object
com.sk89q.worldedit.LocalConfiguration
- Direct Known Subclasses:
PropertiesConfiguration
,YAMLConfiguration
Represents WorldEdit's configuration.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
int
int
int
int
int
int
boolean
boolean
int
int
int
int
int
int
int
boolean
int
boolean
boolean
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertLegacyItem
(String legacy) protected String[]
Deprecated.Get the working directory to work from.void
initializeSnapshotConfiguration
(String directory, boolean experimental) abstract void
load()
Load the configuration.void
setDefaultLocaleName
(String localeName)
-
Field Details
-
profile
public boolean profile -
traceUnflushedSessions
public boolean traceUnflushedSessions -
disallowedBlocks
-
defaultChangeLimit
public int defaultChangeLimit -
maxChangeLimit
public int maxChangeLimit -
defaultVerticalHeight
public int defaultVerticalHeight -
defaultMaxPolygonalPoints
public int defaultMaxPolygonalPoints -
maxPolygonalPoints
public int maxPolygonalPoints -
defaultMaxPolyhedronPoints
public int defaultMaxPolyhedronPoints -
maxPolyhedronPoints
public int maxPolyhedronPoints -
shellSaveType
-
snapshotsConfigured
public boolean snapshotsConfigured -
snapshotRepo
-
snapshotDatabase
-
maxRadius
public int maxRadius -
maxSuperPickaxeSize
public int maxSuperPickaxeSize -
maxBrushRadius
public int maxBrushRadius -
logCommands
public boolean logCommands -
logFile
-
logFormat
-
registerHelp
public boolean registerHelp -
wandItem
-
superPickaxeDrop
public boolean superPickaxeDrop -
superPickaxeManyDrop
public boolean superPickaxeManyDrop -
useInventory
public boolean useInventory -
useInventoryOverride
public boolean useInventoryOverride -
useInventoryCreativeOverride
public boolean useInventoryCreativeOverride -
scriptTimeout
public int scriptTimeout -
calculationTimeout
public int calculationTimeout -
maxCalculationTimeout
public int maxCalculationTimeout -
allowedDataCycleBlocks
-
saveDir
-
scriptsDir
-
showHelpInfo
public boolean showHelpInfo -
butcherDefaultRadius
public int butcherDefaultRadius -
butcherMaxRadius
public int butcherMaxRadius -
allowSymlinks
public boolean allowSymlinks -
serverSideCUI
public boolean serverSideCUI -
extendedYLimit
public boolean extendedYLimit -
defaultLocaleName
-
defaultLocale
-
-
Constructor Details
-
LocalConfiguration
public LocalConfiguration()
-
-
Method Details
-
getDefaultDisallowedBlocks
-
load
public abstract void load()Load the configuration. -
getWorkingDirectory
Deprecated.Get the working directory to work from.- Returns:
- a working directory
-
getWorkingDirectoryPath
Get the working directory to work from.- Returns:
- a working directory
-
initializeSnapshotConfiguration
-
convertLegacyItem
-
setDefaultLocaleName
-
getWorkingDirectoryPath()