| Package | Description | 
|---|---|
| org.bukkit.configuration.file | Classes dedicated facilitating  configurationsto be read and
 stored on the filesystem. | 
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | YamlConfiguration | An implementation of  Configurationwhich saves all files in Yaml. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| FileConfiguration | FileConfigurationOptions. configuration() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| FileConfiguration | Plugin. getConfig() | Gets a  FileConfigurationfor this plugin, read through
 "config.yml" | 
| Modifier and Type | Method | Description | 
|---|---|---|
| FileConfiguration | JavaPlugin. getConfig() | 
Copyright © 2018. All rights reserved.