| Package | Description | 
|---|---|
| org.bukkit.configuration.file | 
 Classes dedicated to facilitating
  
configurations to 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  
plugins written in
 java. | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
YamlConfiguration | 
 An implementation of  
Configuration which saves all files in Yaml. | 
| Modifier and Type | Method | Description | 
|---|---|---|
FileConfiguration | 
FileConfigurationOptions.configuration() | 
| Modifier and Type | Method | Description | 
|---|---|---|
FileConfiguration | 
Plugin.getConfig() | 
 Gets a  
FileConfiguration for this plugin, read through
 "config.yml" | 
| Modifier and Type | Method | Description | 
|---|---|---|
FileConfiguration | 
JavaPlugin.getConfig() | 
Copyright © 2020. All rights reserved.