| Package | Description | 
|---|---|
| org.bukkit.configuration | Classes dedicated to handling a plugin's runtime configuration. | 
| org.bukkit.configuration.file | Classes dedicated to facilitating
  configurationsto be read and
 stored on the filesystem. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | MemoryConfiguration | This is a  Configurationimplementation that does not save or load
 from any source, and stores all values in memory only. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | FileConfiguration | This is a base class for all File based implementations of  Configuration | 
| class  | YamlConfiguration | An implementation of  Configurationwhich saves all files in Yaml. | 
Copyright © 2020. All rights reserved.