Class SpongeConfiguration
java.lang.Object
com.sk89q.worldedit.LocalConfiguration
com.sk89q.worldedit.sponge.config.ConfigurateConfiguration
com.sk89q.worldedit.sponge.config.SpongeConfiguration
-
Field Summary
FieldsFields inherited from class com.sk89q.worldedit.sponge.config.ConfigurateConfiguration
config, logger, node
Fields inherited from class com.sk89q.worldedit.LocalConfiguration
allowedDataCycleBlocks, allowSymlinks, butcherDefaultRadius, butcherMaxRadius, calculationTimeout, commandBlockSupport, 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 Summary
ConstructorsConstructorDescriptionSpongeConfiguration
(org.spongepowered.configurate.loader.ConfigurationLoader<org.spongepowered.configurate.CommentedConfigurationNode> config, org.apache.logging.log4j.Logger logger) -
Method Summary
Methods inherited from class com.sk89q.worldedit.LocalConfiguration
convertLegacyItem, getDefaultDisallowedBlocks, getWorkingDirectory, initializeSnapshotConfiguration, setDefaultLocaleName
-
Field Details
-
creativeEnable
public boolean creativeEnable -
cheatMode
public boolean cheatMode
-
-
Constructor Details
-
SpongeConfiguration
@Inject public SpongeConfiguration(org.spongepowered.configurate.loader.ConfigurationLoader<org.spongepowered.configurate.CommentedConfigurationNode> config, org.apache.logging.log4j.Logger logger)
-
-
Method Details
-
load
public void load()- Overrides:
load
in classConfigurateConfiguration
-
getWorkingDirectoryPath
- Overrides:
getWorkingDirectoryPath
in classcom.sk89q.worldedit.LocalConfiguration
-