public class YAMLConfiguration extends LocalConfiguration
LocalConfiguration
using YAML configuration files.Modifier and Type | Field and Description |
---|---|
protected YAMLProcessor |
config |
protected org.slf4j.Logger |
logger |
allowedDataCycleBlocks, allowSymlinks, butcherDefaultRadius, butcherMaxRadius, calculationTimeout, defaultChangeLimit, defaultLocale, defaultLocaleName, defaultMaxPolygonalPoints, defaultMaxPolyhedronPoints, defaultVerticalHeight, disallowedBlocks, extendedYLimit, logCommands, logFile, logFormat, maxBrushRadius, maxCalculationTimeout, maxChangeLimit, maxPolygonalPoints, maxPolyhedronPoints, maxRadius, maxSuperPickaxeSize, navigationUseGlass, navigationWand, navigationWandMaxDistance, profile, registerHelp, saveDir, scriptsDir, scriptTimeout, serverSideCUI, shellSaveType, showHelpInfo, snapshotDatabase, snapshotRepo, snapshotsConfigured, superPickaxeDrop, superPickaxeManyDrop, traceUnflushedSessions, useInventory, useInventoryCreativeOverride, useInventoryOverride, wandItem
Constructor and Description |
---|
YAMLConfiguration(YAMLProcessor config,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
load()
Load the configuration.
|
void |
unload() |
convertLegacyItem, getDefaultDisallowedBlocks, getWorkingDirectory, initializeSnapshotConfiguration, setDefaultLocaleName
protected final YAMLProcessor config
protected final org.slf4j.Logger logger
public YAMLConfiguration(YAMLProcessor config, org.slf4j.Logger logger)
public void load()
LocalConfiguration
load
in class LocalConfiguration
public void unload()