| Package | Description | 
|---|---|
| org.bukkit.configuration | Classes dedicated to handling a plugin's runtime configuration. | 
| org.bukkit.configuration.file | Classes dedicated facilitating  configurationsto be read and
 stored on the filesystem. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemoryConfigurationOptionsVarious settings for controlling the input and output of a  MemoryConfiguration | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationOptions | ConfigurationOptions. copyDefaults(boolean value)Sets if the  Configurationshould copy values from its defaultConfigurationdirectly. | 
| ConfigurationOptions | Configuration. options()Gets the  ConfigurationOptionsfor thisConfiguration. | 
| ConfigurationOptions | ConfigurationOptions. pathSeparator(char value)Sets the char that will be used to separate  ConfigurationSections | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileConfigurationOptionsVarious settings for controlling the input and output of a  FileConfiguration | 
| class  | YamlConfigurationOptionsVarious settings for controlling the input and output of a  YamlConfiguration | 
Copyright © 2015. All rights reserved.